#include "includes.h"#include "common.h"#include "wps/wps.h"#include "wps_i.h"
Go to the source code of this file.
Classes | |
| struct | wps_nfc_data |
Functions | |
| static void | deinit_nfc (void *priv) |
| static void * | init_nfc (struct wps_context *wps, struct oob_device_data *oob_dev, int registrar) |
| static struct wpabuf * | read_nfc (void *priv) |
| static int | write_nfc (void *priv, struct wpabuf *buf) |
Variables | |
| struct oob_device_data | oob_nfc_device_data |
| static void* init_nfc | ( | struct wps_context * | wps, | |
| struct oob_device_data * | oob_dev, | |||
| int | registrar | |||
| ) | [static] |
| static struct wpabuf* read_nfc | ( | void * | priv | ) | [static, read] |
| static int write_nfc | ( | void * | priv, | |
| struct wpabuf * | buf | |||
| ) | [static] |