mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2024-11-27 09:12:20 +00:00
update wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/sta_state_machine.cpp.
Signed-off-by: yinyongbin <yinyongbin@huawei.com>
This commit is contained in:
parent
112f7bc1b6
commit
b57371701e
@ -3599,7 +3599,7 @@ void StaStateMachine::UpdateAcceptUnvalidatedState()
|
||||
int networkId = linkedInfo.networkId;
|
||||
if (WifiSettings::GetInstance().GetAcceptUnvalidated(networkId)) {
|
||||
WIFI_LOGI("network is recover, change the value of AcceptUnvalidated to false");
|
||||
WifiSettings::GetInstance().SetAcceptUnvalidated(networkId, false);
|
||||
// WifiSettings::GetInstance().SetAcceptUnvalidated(networkId, false);
|
||||
WifiSettings::GetInstance().SyncDeviceConfig();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user