Searched refs:p2p_scan_work (Results 1 – 5 of 5) sorted by relevance
250 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()
884 struct wpa_radio_work *p2p_scan_work; member
2558 scan_work |= !!wpa_s->p2p_scan_work; in wpas_abort_ongoing_scan()
4130 if (work->wpa_s->p2p_scan_work == work) { in radio_work_free()4134 work->wpa_s->p2p_scan_work = NULL; in radio_work_free()
3890 if (wpa_s->p2p_scan_work && wpa_s->global->p2p &&