HomeSort by relevance Sort by last modified time
    Searched full:full_scan_result (Results 1 - 1 of 1) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 767 wifi_scan_result *full_scan_result; local
775 full_scan_result = (wifi_scan_result *) malloc((ie_len + offsetof(wifi_scan_result, ie_data)));
776 if (!full_scan_result) {
780 convert_to_hal_result(full_scan_result, fixed);
781 full_scan_result->ie_length = ie_len;
782 memcpy(full_scan_result->ie_data, drv_res->ie_data, ie_len);
784 handler.on_full_scan_result(id, full_scan_result, drv_res->scan_ch_bucket);
790 free(full_scan_result);
    [all...]

Completed in 423 milliseconds