sdm660-common: allow WPA3-SAE hotspot & reset sae upgrade behavior to default

* we have support for SAE and SAE upgrade
* tested WPA3, WPA2/WPA3 mode both in AP, Client mode, auto
* also it's declared support in booth 4.4 and 4.19 sdm660 kernel

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Alcatraz323 2023-06-24 16:14:28 +08:00 committed by pix106
parent be4683e238
commit 1cb35d9bfa

View file

@ -61,12 +61,12 @@
<!-- Indicate the device support request channel on Wi-Fi Aware data-path. --> <!-- Indicate the device support request channel on Wi-Fi Aware data-path. -->
<bool name="config_wifiSupportChannelOnDataPath">true</bool> <bool name="config_wifiSupportChannelOnDataPath">true</bool>
<!-- Enable WPA2 to WPA3 auto-upgrade -->
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
<!-- Wifi driver supports Automatic channel selection (ACS) for softap --> <!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
<bool translatable="false" name="config_wifi_softap_acs_supported">true</bool> <bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
<!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap -->
<bool translatable="false" name="config_wifi_softap_sae_supported">true</bool>
<!-- Wifi driver supports IEEE80211AC for softap --> <!-- Wifi driver supports IEEE80211AC for softap -->
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool> <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
</resources> </resources>