Lines Matching refs:mResults
993 wifi_scan_result mResults[MAX_RESULTS]; member in BssidHotlistCommand
1143 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent()
1149 convert_to_hal_result(&(mResults[i]), inp); in handleEvent()
1155 (*mHandler.on_hotlist_ap_found)(id(), num, mResults); in handleEvent()
1159 (*mHandler.on_hotlist_ap_lost)(id(), num, mResults); in handleEvent()
1170 wifi_scan_result mResults[MAX_EPNO_NETWORKS]; member in ePNOCommand
1346 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_EPNO_NETWORKS); in handleEvent()
1354 memcpy(mResults[i].ssid, res[i].ssid, res[i].ssid_len); in handleEvent()
1355 memcpy(mResults[i].bssid, res[i].bssid, sizeof(mac_addr)); in handleEvent()
1357 mResults[i].ssid[res[i].ssid_len] = '\0'; in handleEvent()
1358 mResults[i].channel = res[i].channel; in handleEvent()
1359 mResults[i].rssi = res[i].rssi; in handleEvent()
1363 (*mHandler.on_network_found)(id(), num, mResults); in handleEvent()
1411 wifi_significant_change_result *mResults[MAX_RESULTS]; member in SignificantWifiChangeCommand
1584 mResults[i] = reinterpret_cast<wifi_significant_change_result *>(&(mResultsBuffer[i])); in handleEvent()
1590 (*mHandler.on_significant_change)(id(), num, mResults); in handleEvent()