Searched refs:EVENT_SCAN_RESULTS (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_privsep.c | 469 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_privsep_receive()
|
D | driver_nl80211_scan.c | 102 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_nl80211_scan_timeout()
|
D | driver_wext.c | 507 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, in wpa_driver_wext_event_wireless() 1081 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_wext_scan_timeout()
|
D | driver.h | 3447 EVENT_SCAN_RESULTS, enumerator
|
D | driver_bsd.c | 1251 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_bsd_event_receive()
|
D | driver_nl80211_event.c | 1030 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, &event); in send_scan_event()
|
D | driver_ndis.c | 731 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_ndis_scan_timeout()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_priv.c | 854 case EVENT_SCAN_RESULTS: in wpa_supplicant_event()
|
D | events.c | 3283 case EVENT_SCAN_RESULTS:
|
/external/wpa_supplicant_8/src/ap/ |
D | drv_callbacks.c | 1123 case EVENT_SCAN_RESULTS: in wpa_supplicant_event()
|