Searched refs:current_result (Results 1 – 1 of 1) sorted by relevance
2292 whd_scan_result_t *current_result; in whd_scan_result_handler() local2320 current_result = (whd_scan_result_t *)(*result_ptr); in whd_scan_result_handler()2328 record->SSID.length = current_result->SSID.length; in whd_scan_result_handler()2330 memcpy(record->SSID.value, current_result->SSID.value, record->SSID.length); in whd_scan_result_handler()2333 memcpy( (void *)record->BSSID.octet, (const void *)current_result->BSSID.octet, in whd_scan_result_handler()2334 sizeof(current_result->BSSID.octet) ); in whd_scan_result_handler()2336 record->security = current_result->security; in whd_scan_result_handler()2337 record->signal_strength = current_result->signal_strength; in whd_scan_result_handler()2338 record->channel = current_result->channel; in whd_scan_result_handler()