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:
parent
65f48864fd
commit
4f452c9f87
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@
|
||||||
<!-- Enable aggregation of Wifi link layer radio stats from all radios -->
|
<!-- Enable aggregation of Wifi link layer radio stats from all radios -->
|
||||||
<bool translatable="false" name="config_wifiLinkLayerAllRadiosStatsAggregationEnabled">true</bool>
|
<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 -->
|
<!-- 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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue