Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp827 static const int MAX_RESULTS = 320; member in GetScanResultsCommand
828 wifi_scan_result mScanResults[MAX_RESULTS];
943 num = min(MAX_RESULTS - mNextScanResult, num); in handleResponse()
996 static const int MAX_RESULTS = 64; member in BssidHotlistCommand
997 wifi_scan_result mResults[MAX_RESULTS];
1139 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent()
1142 num = min(MAX_RESULTS, num); in handleEvent()
1164 static const int MAX_RESULTS = 32; member in ePNOCommand
1165 wifi_scan_result mResults[MAX_RESULTS];
1302 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent()
[all …]
Drtt.cpp166 static const int MAX_RESULTS = 1024; member in RttCommand
167 wifi_rtt_result *rttResults[MAX_RESULTS];