Home
last modified time | relevance | path

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

/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_control_msg.h48 int staSceneForbidCount; member
78 staSceneForbidCount = 0; in WifiScanDeviceInfo()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp92 mScanDeviceInfo.staSceneForbidCount = count; in SetStaSceneForbidCount()
98 return mScanDeviceInfo.staSceneForbidCount; in GetStaSceneForbidCount()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp1933 int staSceneForbidCount = WifiConfigCenter::GetInstance().GetWifiScanConfig()->GetStaSceneForbidCount(); in AllowScanDuringStaScene() local
1934 if ((iter->forbidCount > 0) && (iter->forbidCount - staSceneForbidCount > 0)) { in AllowScanDuringStaScene()
1936 staSceneForbidCount++; in AllowScanDuringStaScene()

Completed in 6 milliseconds