Home
last modified time | relevance | path

Searched refs:p2p_scan_work (Results 1 – 5 of 5) 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()
323 wpa_s->p2p_scan_work = work; in wpas_p2p_trigger_scan_cb()
359 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan()
2394 if (wpa_s->p2p_scan_work && wpas_abort_ongoing_scan(wpa_s) < 0) in wpas_find_stopped()
6567 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan_res_ignore_search()
6568 struct wpa_radio_work *work = wpa_s->p2p_scan_work; in wpas_p2p_scan_res_ignore_search()
6569 wpa_s->p2p_scan_work = NULL; in wpas_p2p_scan_res_ignore_search()
Dwpa_supplicant_i.h884 struct wpa_radio_work *p2p_scan_work; member
Dscan.c2558 scan_work |= !!wpa_s->p2p_scan_work; in wpas_abort_ongoing_scan()
Dwpa_supplicant.c4130 if (work->wpa_s->p2p_scan_work == work) { in radio_work_free()
4134 work->wpa_s->p2p_scan_work = NULL; in radio_work_free()
Devents.c3890 if (wpa_s->p2p_scan_work && wpa_s->global->p2p &&