Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt_scan.c82 if (vif_ctx_zep->scan_in_progress) { in nrf_wifi_disp_scan_zep()
221 vif_ctx_zep->scan_in_progress = true; in nrf_wifi_disp_scan_zep()
377 vif_ctx_zep->scan_in_progress = false; in nrf_wifi_event_proc_disp_scan_res_zep()
404 if (!vif_ctx_zep->scan_in_progress) { in nrf_wifi_rx_bcn_prb_resp_frm()
Dfmac_main.c172 vif_ctx_zep->scan_in_progress = false; in nrf_wifi_event_proc_scan_done_zep()
199 if (!vif_ctx_zep->scan_in_progress) { in nrf_wifi_scan_timeout_work()
235 vif_ctx_zep->scan_in_progress = false; in nrf_wifi_scan_timeout_work()
Dwpa_supp_if.c148 vif_ctx_zep->scan_in_progress = false; in nrf_wifi_wpa_supp_event_proc_scan_done()
254 vif_ctx_zep->scan_in_progress = false; in nrf_wifi_wpa_supp_event_proc_scan_res()
510 if (vif_ctx_zep->scan_in_progress) { in nrf_wifi_wpa_supp_scan2()
574 vif_ctx_zep->scan_in_progress = true; in nrf_wifi_wpa_supp_scan2()
612 if (!vif_ctx_zep->scan_in_progress) { in nrf_wifi_wpa_supp_scan_abort()
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dfmac_main.h48 bool scan_in_progress; member