Home
last modified time | relevance | path

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

/hostap-latest/src/drivers/
Ddriver_zephyr.c475 if_ctx->scan_res2_get_in_prog = false; in wpa_drv_zep_event_proc_scan_done()
518 if_ctx->scan_res2_get_in_prog = false; in wpa_drv_zep_event_proc_scan_res()
1427 if (if_ctx->scan_res2_get_in_prog) { in wpa_drv_zep_scan2()
1504 if_ctx->scan_res2_get_in_prog = true; in wpa_drv_zep_get_scan_results2()
1510 if_ctx->scan_res2_get_in_prog = false; in wpa_drv_zep_get_scan_results2()
1516 if (if_ctx->scan_res2_get_in_prog) { in wpa_drv_zep_get_scan_results2()
1519 if_ctx->scan_res2_get_in_prog = false; in wpa_drv_zep_get_scan_results2()
Ddriver_zephyr.h138 bool scan_res2_get_in_prog; member