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.cpp1030 static const int MAX_RESULTS = 64; member in BssidHotlistCommand
1031 wifi_scan_result mResults[MAX_RESULTS];
1178 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent()
1182 num = min(MAX_RESULTS, num); in handleEvent()
1445 static const int MAX_RESULTS = 64; member in SignificantWifiChangeCommand
1446 wifi_significant_change_result_internal mResultsBuffer[MAX_RESULTS];
1447 wifi_significant_change_result *mResults[MAX_RESULTS];
1609 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];