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: Iebd8297ab65c99318bd9b7d713373fd88a2f86be
This commit is contained in:
Isaac Chiou 2024-01-23 15:07:24 +08:00
parent 65f48864fd
commit 4f452c9f87

View file

@ -179,7 +179,7 @@
<!-- Enable aggregation of Wifi link layer radio stats from all radios -->
<bool translatable="false" name="config_wifiLinkLayerAllRadiosStatsAggregationEnabled">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 -->
<bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool>