Searched refs:nBuckets (Results 1 - 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp527 int nBuckets = 0; local
530 nBuckets++;
534 if (mGlobalFullScanBuckets == 0 && nBuckets != 0) {
543 ALOGI("mGlobalFullScanBuckets = %d, nBuckets = %d", mGlobalFullScanBuckets, nBuckets);
546 mLocalFullScanBuckets = nBuckets;
547 mGlobalFullScanBuckets += nBuckets;

Completed in 6 milliseconds