Searched refs:staSceneForbidCount (Results 1 – 3 of 3) sorted by relevance
48 int staSceneForbidCount; member78 staSceneForbidCount = 0; in WifiScanDeviceInfo()
92 mScanDeviceInfo.staSceneForbidCount = count; in SetStaSceneForbidCount()98 return mScanDeviceInfo.staSceneForbidCount; in GetStaSceneForbidCount()
1984 …int staSceneForbidCount = WifiConfigCenter::GetInstance().GetWifiScanConfig()->GetStaSceneForbidCo… in AllowScanDuringStaScene() local1985 if ((iter->forbidCount > 0) && (iter->forbidCount - staSceneForbidCount > 0)) { in AllowScanDuringStaScene()1987 staSceneForbidCount++; in AllowScanDuringStaScene()