Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp838 int mMax; member in GetScanResultsCommand
846 : WifiCommand("GetScanResultsCommand", iface, -1), mScans(results), mMax(max), mNum(num), in GetScanResultsCommand()
873 ALOGV("retrieving %d scan results", mMax); in execute()
875 for (int i = 0; i < 10 && mRetrieved < mMax; i++) { in execute()
876 int num_to_retrieve = mMax - mRetrieved; in execute()
954 if (mRetrieved >= mMax) { in handleResponse()