Home
last modified time | relevance | path

Searched refs:oob_device_data (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/wpa/src/wps/
Dwps.h677 struct oob_device_data { struct
680 void * (*init_func)(struct wps_context *, struct oob_device_data *, argument
714 struct oob_device_data * wps_get_oob_device(char *device_type);
717 int wps_process_oob(struct wps_context *wps, struct oob_device_data *oob_dev,
Dwps_nfc.c28 struct oob_device_data *oob_dev, int registrar) in init_nfc()
110 struct oob_device_data oob_nfc_device_data = {
Dwps_ufd.c127 struct oob_device_data *oob_dev, int registrar) in init_ufd()
228 struct oob_device_data oob_ufd_device_data = {
Dwps_i.h211 extern struct oob_device_data oob_ufd_device_data;
212 extern struct oob_device_data oob_nfc_device_data;
Dwps_common.c443 int wps_process_oob(struct wps_context *wps, struct oob_device_data *oob_dev, in wps_process_oob()
490 struct oob_device_data * wps_get_oob_device(char *device_type) in wps_get_oob_device()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dwps_supplicant.c681 struct oob_device_data *oob_dev; in wpas_wps_start_oob()
/freebsd-9-stable/contrib/wpa/src/ap/
Dwps_hostapd.c748 struct oob_device_data *oob_dev; in hostapd_wps_start_oob()