OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scan_cb
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/ap/
hostapd.h
228
void (*
scan_cb
)(struct hostapd_iface *iface);
member in struct:hostapd_iface
drv_callbacks.c
506
if (hapd->iface->
scan_cb
)
507
hapd->iface->
scan_cb
(hapd->iface);
hw_features.c
433
iface->
scan_cb
= NULL;
479
iface->
scan_cb
= ieee80211n_check_scan;
/external/wpa_supplicant_8/wpa_supplicant/
events.c
959
if (wpa_s->ap_iface->
scan_cb
)
960
wpa_s->ap_iface->
scan_cb
(wpa_s->ap_iface);
[
all
...]
Completed in 64 milliseconds