msm8974-common: wifi: 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 Nolen Johnson
parent bfa92dc8b5
commit 5303899859

View file

@ -23,4 +23,7 @@
<!-- Boolean indicating whether the wifi chipset has background scan support --> <!-- Boolean indicating whether the wifi chipset has background scan support -->
<bool translatable="false" name="config_wifi_background_scan_support">true</bool> <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
<!-- Enable WPA2 to WPA3 auto-upgrade -->
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
</resources> </resources>