msm8953-common: WifiOverlay: Disable WPA2 -> WPA3 upgrade.

Our device doesn't simply support sae.

Change-Id: Ibf8b9e363b4677cf2ab9590cc2ea1ba2341e29ca
This commit is contained in:
Quallenauge
2020-11-10 17:23:28 +01:00
committed by Jorge Lucas
parent fb1c02ddd3
commit f27a110c79

View File

@@ -46,4 +46,7 @@
<!-- Indicates that a full bugreport should be triggered when wifi diagnostics detects an error on non-user (i.e debug) builds --> <!-- Indicates that a full bugreport should be triggered when wifi diagnostics detects an error on non-user (i.e debug) builds -->
<bool translatable="false" name="config_wifi_diagnostics_bugreport_enabled">true</bool> <bool translatable="false" name="config_wifi_diagnostics_bugreport_enabled">true</bool>
<!-- Enable WPA2 to WPA3 auto-upgrade -->
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
</resources> </resources>