mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2024-11-27 09:12:20 +00:00
commit
29a1947a34
@ -188,8 +188,7 @@ void WifiNetAgent::OnStaMachineNetManagerRestart(const sptr<NetManagerStandard::
|
||||
this->RegisterNetSupplierCallback();
|
||||
WifiLinkedInfo linkedInfo;
|
||||
WifiSettings::GetInstance().GetLinkedInfo(linkedInfo, m_instId);
|
||||
if ((linkedInfo.detailedState == DetailedState::NOTWORKING)
|
||||
&& (linkedInfo.connState == ConnState::CONNECTED)) {
|
||||
if (linkedInfo.connState == ConnState::CONNECTED) {
|
||||
#ifndef OHOS_ARCH_LITE
|
||||
if (supplierInfo != nullptr) {
|
||||
TimeStats timeStats("Call UpdateNetSupplierInfo");
|
||||
|
Loading…
Reference in New Issue
Block a user