Searched refs:scan_res2 (Results 1 – 2 of 2) sorted by relevance
377 if (!if_ctx->scan_res2) in wpa_drv_zep_event_proc_scan_res()380 tmp = os_realloc_array(if_ctx->scan_res2->res, in wpa_drv_zep_event_proc_scan_res()381 if_ctx->scan_res2->num + 1, in wpa_drv_zep_event_proc_scan_res()392 if_ctx->scan_res2->res = tmp; in wpa_drv_zep_event_proc_scan_res()398 tmp[if_ctx->scan_res2->num++] = sr; in wpa_drv_zep_event_proc_scan_res()400 if_ctx->scan_res2->res = tmp; in wpa_drv_zep_event_proc_scan_res()1190 if_ctx->scan_res2 = os_zalloc(sizeof(*if_ctx->scan_res2)); in wpa_drv_zep_get_scan_results2()1191 if (!if_ctx->scan_res2) { in wpa_drv_zep_get_scan_results2()1219 if (if_ctx->scan_res2) { in wpa_drv_zep_get_scan_results2()1220 wpa_scan_results_free(if_ctx->scan_res2); in wpa_drv_zep_get_scan_results2()[all …]
124 struct wpa_scan_results *scan_res2; member