kunlun2: Disable WPA2 to WPA3 auto-upgrade in P18 and P19 devices
Disable WPA2 to WPA3 auto-upgrade in P18 and P19 devices. These devices do not support roaming in WPA3 networks. Reduce the probability of roaming issues by using WPA2 and not upgrading to WPA3. Bug: 169948620 Test: atest ClientModeImplTest ScanResultMatchInfoTest WifiCandidatesTest Change-Id: I9f7ec5c0007efcc5c6669d013c8b24347b15f7c4 Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com> Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
parent
d76a37d4c8
commit
a811bb4204
1 changed files with 3 additions and 0 deletions
|
@ -72,4 +72,7 @@
|
|||
|
||||
<!-- Enable adding minimum confirmation duration when sending network score to connectivity service. -->
|
||||
<bool translatable="false" name="config_wifiMinConfirmationDurationSendNetworkScoreEnabled">true</bool>
|
||||
|
||||
<!-- Disable WPA2 to WPA3 auto-upgrade -->
|
||||
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue