Searched refs:scan_result_ptr (Results 1 – 1 of 1) sorted by relevance
2381 whd_scan_result_t *scan_result_ptr; in whd_wifi_scan_synch() local2401 scan_result_ptr = (whd_scan_result_t *)whd_mem_malloc(sizeof(whd_scan_result_t) ); in whd_wifi_scan_synch()2402 if (scan_result_ptr == NULL) in whd_wifi_scan_synch()2406 memset(scan_result_ptr, 0, sizeof(whd_scan_result_t) ); in whd_wifi_scan_synch()2409 handler, (whd_scan_result_t *)scan_result_ptr, &scan_userdata) != WHD_SUCCESS) in whd_wifi_scan_synch()2427 if (scan_result_ptr != NULL) in whd_wifi_scan_synch()2429 whd_mem_free(scan_result_ptr); in whd_wifi_scan_synch()2430 scan_result_ptr = NULL; in whd_wifi_scan_synch()2437 if (scan_result_ptr != NULL) in whd_wifi_scan_synch()2439 whd_mem_free(scan_result_ptr); in whd_wifi_scan_synch()[all …]