Wifi: Enable config_wifiSaeUpgradeEnabled

Previously, we disable config_wifiSaeUpgradeEnabled since the fw was not
ready (b/299032759). Re-enable config_wifiSaeUpgradeEnabled to support
SAE upgrade.

Bug: 299032759
Bug: 319047459
Test: WiFi basic function test
Change-Id: I45b6735167763e6536199075df6aa02e37c90ec8
This commit is contained in:
Isaac Chiou 2024-01-23 16:28:11 +08:00
parent dfaab4836c
commit 35df09dee8

View file

@ -163,7 +163,7 @@
device mobility state and client mode RSSI monitoring. --> device mobility state and client mode RSSI monitoring. -->
<bool translatable="false" name="config_wifiAdjustPollRssiIntervalEnabled">true</bool> <bool translatable="false" name="config_wifiAdjustPollRssiIntervalEnabled">true</bool>
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool> <bool translatable="false" name="config_wifiSaeUpgradeEnabled">true</bool>
<!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware --> <!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware -->
<bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool> <bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool>