violet: enable wpa3 security feature for hotspot

This commit is contained in:
ZeeLog
2022-11-07 10:26:32 +01:00
committed by Mohammad Kibria
parent d8e36ec186
commit 9b7b29fd6f

View File

@@ -76,6 +76,9 @@
<!-- Enable adding minimum confirmation duration when sending network score to connectivity service. -->
<bool translatable="false" name="config_wifiMinConfirmationDurationSendNetworkScoreEnabled">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>
<!-- Indicate the driver support NL80211_REG_CHANGED event. -->
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>