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:
parent
dfaab4836c
commit
35df09dee8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue