Home
last modified time | relevance | path

Searched refs:p2p_scan_work (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h831 struct wpa_radio_work *p2p_scan_work; member
Dp2p_supplicant.c216 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan_res_handler()
217 struct wpa_radio_work *work = wpa_s->p2p_scan_work; in wpas_p2p_scan_res_handler()
218 wpa_s->p2p_scan_work = NULL; in wpas_p2p_scan_res_handler()
272 wpa_s->p2p_scan_work = NULL; in wpas_p2p_trigger_scan_cb()
289 wpa_s->p2p_scan_work = work; in wpas_p2p_trigger_scan_cb()
324 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan()
5911 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan_res_ignore_search()
5912 struct wpa_radio_work *work = wpa_s->p2p_scan_work; in wpas_p2p_scan_res_ignore_search()
5913 wpa_s->p2p_scan_work = NULL; in wpas_p2p_scan_res_ignore_search()
Dwpa_supplicant.c3765 if (work->wpa_s->p2p_scan_work == work) { in radio_work_free()
3769 work->wpa_s->p2p_scan_work = NULL; in radio_work_free()
Devents.c3696 if (wpa_s->p2p_scan_work && wpa_s->global->p2p &&