Searched refs:wps_event_cb (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h197 void (*wps_event_cb)(void *ctx, enum wps_event event, member in struct:hostapd_data
H A Dwps_hostapd.c838 if (hapd->wps_event_cb)
839 hapd->wps_event_cb(hapd->wps_event_cb_ctx, event, data);
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h197 void (*wps_event_cb)(void *ctx, enum wps_event event, member in struct:hostapd_data
H A Dwps_hostapd.c838 if (hapd->wps_event_cb)
839 hapd->wps_event_cb(hapd->wps_event_cb_ctx, event, data);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h197 void (*wps_event_cb)(void *ctx, enum wps_event event, member in struct:hostapd_data
H A Dwps_hostapd.c838 if (hapd->wps_event_cb)
839 hapd->wps_event_cb(hapd->wps_event_cb_ctx, event, data);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c619 hapd_iface->bss[i]->wps_event_cb = ap_wps_event_cb;

Completed in 574 milliseconds