Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dp2p_supplicant.c280 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan_res_handler()
281 struct wpa_radio_work *work = wpa_s->p2p_scan_work; in wpas_p2p_scan_res_handler()
282 wpa_s->p2p_scan_work = NULL; in wpas_p2p_scan_res_handler()
326 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan_res_fail_handler()
327 struct wpa_radio_work *work = wpa_s->p2p_scan_work; in wpas_p2p_scan_res_fail_handler()
329 wpa_s->p2p_scan_work = NULL; in wpas_p2p_scan_res_fail_handler()
371 wpa_s->p2p_scan_work = NULL; in wpas_p2p_trigger_scan_cb()
401 wpa_s->p2p_scan_work = work; in wpas_p2p_trigger_scan_cb()
438 if (wpa_s->p2p_scan_work) { in wpas_p2p_scan()
2659 if (wpa_s->p2p_scan_work && wpas_abort_ongoing_scan(wpa_s) < 0) in wpas_find_stopped()
[all …]
Dwpa_supplicant_i.h1186 struct wpa_radio_work *p2p_scan_work; member
Dwpa_supplicant.c6547 if (work->wpa_s->p2p_scan_work == work) { in radio_work_free()
6551 work->wpa_s->p2p_scan_work = NULL; in radio_work_free()
Devents.c6766 if (wpa_s->p2p_scan_work && wpa_s->global->p2p && in wpa_supplicant_event()