Searched refs:MAX_RESULTS (Results 1 – 2 of 2) sorted by relevance
827 static const int MAX_RESULTS = 320; member in GetScanResultsCommand828 wifi_scan_result mScanResults[MAX_RESULTS];943 num = min(MAX_RESULTS - mNextScanResult, num); in handleResponse()996 static const int MAX_RESULTS = 64; member in BssidHotlistCommand997 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 ePNOCommand1165 wifi_scan_result mResults[MAX_RESULTS];1302 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent()[all …]
166 static const int MAX_RESULTS = 1024; member in RttCommand167 wifi_rtt_result *rttResults[MAX_RESULTS];