mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2024-11-23 07:00:07 +00:00
修改wifi静态扫描2个Tscan问题
Signed-off-by: CodeAdo <baliguan163@163.com>
This commit is contained in:
parent
06dc77031b
commit
d79e5ab17d
@ -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