#include <wps.h>
Public Attributes | |
void(* | deinit_func )(void *) |
char * | device_name |
char * | device_path |
void *(* | init_func )(struct wps_context *, struct oob_device_data *, int) |
struct wpabuf *(* | read_func )(void *) |
int(* | write_func )(void *, struct wpabuf *) |
Definition at line 676 of file wps.h.
void(* oob_device_data::deinit_func)(void *) |
void*(* oob_device_data::init_func)(struct wps_context *, struct oob_device_data *, int) |
struct wpabuf*(* oob_device_data::read_func)(void *) [read] |
int(* oob_device_data::write_func)(void *, struct wpabuf *) |