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:
parent
be4683e238
commit
1cb35d9bfa
1 changed files with 3 additions and 3 deletions
|
@ -61,12 +61,12 @@
|
|||
<!-- Indicate the device support request channel on Wi-Fi Aware data-path. -->
|
||||
<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 -->
|
||||
<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 -->
|
||||
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue