Home | History | Annotate | Download | only in wifi_hal

Lines Matching refs:mMax

778     int mMax;
786 : WifiCommand(iface, -1), mResults(results), mMax(max), mNum(num),
813 ALOGI("retrieving %d scan results", mMax);
815 for (int i = 0; i < 10 && mRetrieved < mMax; i++) {
816 int result = createRequest(request, (mMax - mRetrieved), mFlush);