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:
Hai Shalom 2020-10-02 11:56:54 -07:00 committed by Giammarco Senatore
parent d76a37d4c8
commit a811bb4204
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -72,4 +72,7 @@
<!-- Enable adding minimum confirmation duration when sending network score to connectivity service. --> <!-- Enable adding minimum confirmation duration when sending network score to connectivity service. -->
<bool translatable="false" name="config_wifiMinConfirmationDurationSendNetworkScoreEnabled">true</bool> <bool translatable="false" name="config_wifiMinConfirmationDurationSendNetworkScoreEnabled">true</bool>
<!-- Disable WPA2 to WPA3 auto-upgrade -->
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
</resources> </resources>