NFC PN531 routines for Wi-Fi Protected Setup. More...
#include "includes.h"
#include "common.h"
#include "wps/wps.h"
#include "wps_i.h"
#include "WpsNfcType.h"
#include "WpsNfc.h"
Go to the source code of this file.
Variables | |
struct oob_nfc_device_data | oob_nfc_pn531_device_data |
NFC PN531 routines for Wi-Fi Protected Setup.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file wps_nfc_pn531.c.
struct oob_nfc_device_data oob_nfc_pn531_device_data |
{ .init_func = init_nfc_pn531, .read_func = read_nfc_pn531, .write_func = write_nfc_pn531, .deinit_func = deinit_nfc_pn531, }
Definition at line 109 of file wps_nfc_pn531.c.