sm7125-common: rro_overlays: Enable WPA3-SAE for SoftAP

Test: Create WPA3 enabled wifi hotspot and connect to it using another device
This commit is contained in:
theshaenix
2025-08-22 14:54:53 +05:30
parent d892bcd365
commit 9d2df2951f

View File

@@ -113,6 +113,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 name="config_wifi_softap_sae_supported" translatable="false">true</bool>
<!-- Disable WPA2 to WPA3 auto-upgrade -->
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
</resources>