diff options
author | Quallenauge <Hamsi2k@freenet.de> | 2020-11-10 17:23:28 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | c36125cb56011a3794dab9fd372e30dc82d9fd6c (patch) | |
tree | 3c8f9554bc74f942c4ee62b60c76debd2df2fcb0 /rro_overlays | |
parent | bcd351613212ce53f192a3a75470dbfc6022a534 (diff) |
msm8996-common: WifiOverlay: Disable WPA2 -> WPA3 upgrade.
Our device doesn't simply support sae.
Change-Id: Ibf8b9e363b4677cf2ab9590cc2ea1ba2341e29ca
Diffstat (limited to 'rro_overlays')
-rw-r--r-- | rro_overlays/WifiOverlay/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml index cf6bf9b..3c7be15 100644 --- a/rro_overlays/WifiOverlay/res/values/config.xml +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -44,4 +44,7 @@ <!-- Indicates that AP mode MAC randomization is supported on this device --> <bool translatable="false" name="config_wifi_ap_mac_randomization_supported">false</bool> + + <!-- Enable WPA2 to WPA3 auto-upgrade --> + <bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool> </resources> |