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.cpp1012 static const int MAX_RESULTS = 64; member in BssidHotlistCommand
1013 wifi_scan_result mResults[MAX_RESULTS];
1160 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent()
1164 num = min(MAX_RESULTS, num); in handleEvent()
1427 static const int MAX_RESULTS = 64; member in SignificantWifiChangeCommand
1428 wifi_significant_change_result_internal mResultsBuffer[MAX_RESULTS];
1429 wifi_significant_change_result *mResults[MAX_RESULTS];
1591 int num = min(len / sizeof(ChangeInfo), MAX_RESULTS); in handleEvent()
Drtt.cpp317 static const int MAX_RESULTS = 1024; member in RttCommand
318 wifi_rtt_result *rttResults[MAX_RESULTS];