Searched refs:scan_result_ptr (Results 1 – 1 of 1) sorted by relevance
2351 whd_scan_result_t *scan_result_ptr; in whd_wifi_scan_synch() local2371 scan_result_ptr = (whd_scan_result_t *)malloc(sizeof(whd_scan_result_t) ); in whd_wifi_scan_synch()2372 if (scan_result_ptr == NULL) in whd_wifi_scan_synch()2376 memset(scan_result_ptr, 0, sizeof(whd_scan_result_t) ); in whd_wifi_scan_synch()2379 handler, (whd_scan_result_t *)scan_result_ptr, &scan_userdata) != WHD_SUCCESS) in whd_wifi_scan_synch()2397 if (scan_result_ptr != NULL) in whd_wifi_scan_synch()2399 free(scan_result_ptr); in whd_wifi_scan_synch()2400 scan_result_ptr = NULL; in whd_wifi_scan_synch()2407 if (scan_result_ptr != NULL) in whd_wifi_scan_synch()2409 free(scan_result_ptr); in whd_wifi_scan_synch()[all …]