Searched refs:mResults (Results 1 – 1 of 1) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 995 wifi_scan_result mResults[MAX_RESULTS]; member in BssidHotlistCommand 1137 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent() 1143 convert_to_hal_result(&(mResults[i]), inp); in handleEvent() 1149 (*mHandler.on_hotlist_ap_found)(id(), num, mResults); in handleEvent() 1153 (*mHandler.on_hotlist_ap_lost)(id(), num, mResults); in handleEvent() 1164 wifi_scan_result mResults[MAX_EPNO_NETWORKS]; member in ePNOCommand 1333 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_EPNO_NETWORKS); in handleEvent() 1341 memcpy(mResults[i].ssid, res[i].ssid, res[i].ssid_len); in handleEvent() 1342 memcpy(mResults[i].bssid, res[i].bssid, sizeof(mac_addr)); in handleEvent() 1344 mResults[i].ssid[res[i].ssid_len] = '\0'; in handleEvent() [all …]
|