Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h307 bool autoNetworkSelection; /* Automatic network selection */ variable
H A Dscan_service.cpp44 autoNetworkSelection(false), in ScanService()
1426 autoNetworkSelection = WifiSettings::GetInstance().GetWhetherToAllowNetworkSwitchover(m_instId); in AllowSystemTimerScan()
1427 …staStatus == static_cast<int>(OperateResState::CONNECT_AP_CONNECTED)) && (!autoNetworkSelection)) { in AllowSystemTimerScan()