Home
last modified time | relevance | path

Searched refs:mResults (Results 1 – 1 of 1) sorted by relevance

/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp1012 wifi_scan_result mResults[MAX_RESULTS]; member in BssidHotlistCommand
1159 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent()
1165 convert_to_hal_result(&(mResults[i]), inp); in handleEvent()
1171 (*mHandler.on_hotlist_ap_found)(id(), num, mResults); in handleEvent()
1175 (*mHandler.on_hotlist_ap_lost)(id(), num, mResults); in handleEvent()
1186 wifi_scan_result mResults[MAX_EPNO_NETWORKS]; member in ePNOCommand
1359 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_EPNO_NETWORKS); in handleEvent()
1367 memcpy(mResults[i].ssid, res[i].ssid, res[i].ssid_len); in handleEvent()
1368 memcpy(mResults[i].bssid, res[i].bssid, sizeof(mac_addr)); in handleEvent()
1370 mResults[i].ssid[res[i].ssid_len] = '\0'; in handleEvent()
[all …]