OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wps_event_cb
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
hostapd.h
196
void (*
wps_event_cb
)(void *ctx, enum wps_event event,
member in struct:hostapd_data
wps_hostapd.c
870
if (hapd->
wps_event_cb
)
871
hapd->
wps_event_cb
(hapd->wps_event_cb_ctx, event, data);
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
577
hapd_iface->bss[i]->
wps_event_cb
= ap_wps_event_cb;
Completed in 3201 milliseconds