Home
last modified time | relevance | path

Searched refs:scan_res2_get_in_prog (Results 1 – 2 of 2) sorted by relevance

/hostap-3.7.0/src/drivers/
Ddriver_zephyr.c361 if_ctx->scan_res2_get_in_prog = false; in wpa_drv_zep_event_proc_scan_done()
404 if_ctx->scan_res2_get_in_prog = false; in wpa_drv_zep_event_proc_scan_res()
1119 if (if_ctx->scan_res2_get_in_prog) { in wpa_drv_zep_scan2()
1196 if_ctx->scan_res2_get_in_prog = true; in wpa_drv_zep_get_scan_results2()
1202 if_ctx->scan_res2_get_in_prog = false; in wpa_drv_zep_get_scan_results2()
1208 if (if_ctx->scan_res2_get_in_prog) { in wpa_drv_zep_get_scan_results2()
1211 if_ctx->scan_res2_get_in_prog = false; in wpa_drv_zep_get_scan_results2()
Ddriver_zephyr.h125 bool scan_res2_get_in_prog; member