!1112 修改wifi静态扫描2个Tscan问题

Merge pull request !1112 from CoderAdo/br_to_master_0621_tscan
This commit is contained in:
openharmony_ci 2023-06-21 13:11:38 +00:00 committed by Gitee
commit 259d0c312d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 0 deletions

View File

@ -463,6 +463,7 @@ struct WifiDeviceConfig {
lastConnectTime = -1;
numRebootsSinceLastUse = 0;
numAssociation = 0;
connFailedCount = 0;
}
};

View File

@ -372,6 +372,7 @@ struct WifiConfig {
fourthRssiLevel5G = RSSI_LEVEL_4_5G;
strDnsBak = "8.8.8.8";
isLoadStabak = true;
preLoadEnhance = false;
}
};