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/
Dp2p_supplicant.c250 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan_res_handler()
251 struct wpa_radio_work *work = wpa_s->p2p_scan_work; in wpas_p2p_scan_res_handler()
252 wpa_s->p2p_scan_work = NULL; in wpas_p2p_scan_res_handler()
306 wpa_s->p2p_scan_work = NULL; in wpas_p2p_trigger_scan_cb()
331 wpa_s->p2p_scan_work = work; in wpas_p2p_trigger_scan_cb()
367 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan()
2459 if (wpa_s->p2p_scan_work && wpas_abort_ongoing_scan(wpa_s) < 0) in wpas_find_stopped()
6859 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan_res_ignore_search()
6860 struct wpa_radio_work *work = wpa_s->p2p_scan_work; in wpas_p2p_scan_res_ignore_search()
6861 wpa_s->p2p_scan_work = NULL; in wpas_p2p_scan_res_ignore_search()
Dwpa_supplicant_i.h942 struct wpa_radio_work *p2p_scan_work; member
Dwpa_supplicant.c5135 if (work->wpa_s->p2p_scan_work == work) { in radio_work_free()
5139 work->wpa_s->p2p_scan_work = NULL; in radio_work_free()
Devents.c4753 if (wpa_s->p2p_scan_work && wpa_s->global->p2p && in wpa_supplicant_event()