Searched refs:EVENT_SCAN_RESULTS (Results 1 – 11 of 11) sorted by relevance
/hostap-latest/src/drivers/ |
D | driver_privsep.c | 557 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_privsep_receive()
|
D | driver_wext.c | 497 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, in wpa_driver_wext_event_wireless() 1079 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_wext_scan_timeout()
|
D | driver_nl80211_scan.c | 173 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_nl80211_scan_timeout()
|
D | driver_bsd.c | 777 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, in bsd_wireless_event_receive()
|
D | driver.h | 5307 EVENT_SCAN_RESULTS, enumerator
|
D | driver_nl80211_event.c | 2041 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, &event); in send_scan_event() 3024 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, &event); in send_vendor_scan_event()
|
D | driver_zephyr.c | 479 EVENT_SCAN_RESULTS, in wpa_drv_zep_event_proc_scan_done()
|
D | driver_ndis.c | 732 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_ndis_scan_timeout()
|
/hostap-latest/wpa_supplicant/ |
D | wpa_priv.c | 1081 case EVENT_SCAN_RESULTS: in wpa_supplicant_event()
|
D | events.c | 6085 event != EVENT_SCAN_RESULTS && in wpa_supplicant_event() 6205 case EVENT_SCAN_RESULTS: in wpa_supplicant_event()
|
/hostap-latest/src/ap/ |
D | drv_callbacks.c | 2457 case EVENT_SCAN_RESULTS: in hostapd_event()
|