wpa_supplicant / hostapd 2.0
Data Structures | Variables

wps_nfc.c File Reference

NFC routines for Wi-Fi Protected Setup. More...

#include "includes.h"
#include "common.h"
#include "wps/wps.h"
#include "wps_i.h"

Data Structures

struct  wps_nfc_data

Variables

struct oob_device_data oob_nfc_device_data

Detailed Description

NFC routines for Wi-Fi Protected Setup.

Copyright
Copyright (c) 2009-2012, Masashi Honma <masashi.honma@gmail.com>

This software may be distributed under the terms of the BSD license. See README for more details.


Variable Documentation

Initial value:
 {
        .device_name    = NULL,
        .device_path    = NULL,
        .init_func      = init_nfc,
        .read_func      = read_nfc,
        .write_func     = write_nfc,
        .deinit_func    = deinit_nfc,
}
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines