mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2024-11-23 07:00:07 +00:00
commit
b6fff9e54c
@ -242,6 +242,7 @@ void StaStateMachine::InitWifiLinkedInfo()
|
||||
linkedInfo.isDataRestricted = 0;
|
||||
linkedInfo.platformType = "";
|
||||
linkedInfo.portalUrl = "";
|
||||
linkedInfo.supplicantState = SupplicantState::DISCONNECTED;
|
||||
linkedInfo.detailedState = DetailedState::DISCONNECTED;
|
||||
linkedInfo.channelWidth = WifiChannelWidth::WIDTH_INVALID;
|
||||
linkedInfo.lastPacketDirection = 0;
|
||||
@ -274,6 +275,7 @@ void StaStateMachine::InitLastWifiLinkedInfo()
|
||||
lastLinkedInfo.lastPacketDirection = 0;
|
||||
lastLinkedInfo.lastRxPackets = 0;
|
||||
lastLinkedInfo.lastTxPackets = 0;
|
||||
lastLinkedInfo.supplicantState = SupplicantState::DISCONNECTED;
|
||||
lastLinkedInfo.detailedState = DetailedState::DISCONNECTED;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user