mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2024-11-23 07:00:07 +00:00
!1112 修改wifi静态扫描2个Tscan问题
Merge pull request !1112 from CoderAdo/br_to_master_0621_tscan
This commit is contained in:
commit
259d0c312d
@ -463,6 +463,7 @@ struct WifiDeviceConfig {
|
||||
lastConnectTime = -1;
|
||||
numRebootsSinceLastUse = 0;
|
||||
numAssociation = 0;
|
||||
connFailedCount = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -372,6 +372,7 @@ struct WifiConfig {
|
||||
fourthRssiLevel5G = RSSI_LEVEL_4_5G;
|
||||
strDnsBak = "8.8.8.8";
|
||||
isLoadStabak = true;
|
||||
preLoadEnhance = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user