Enable SAE upgrade offload

Update wifi overaly to enable WPA2 to WPA3 auto-upgrade offload
to capable Driver/Firmware

Bug: 249214157
Test: Unit test, station test with WPA2/WPA3 AP.
Change-Id: I409f6dfcc504b19307b4824e3f75bc8fe3ce9eca
This commit is contained in:
normanwhl 2022-09-27 09:18:09 +00:00 committed by Norman Liu
parent 866dd380ea
commit 41bff6c677

View file

@ -120,4 +120,7 @@
1: verbose logging on by default for userdebug
2: verbose logging on by default for all builds -->
<integer translatable="false" name="config_wifiVerboseLoggingAlwaysOnLevel">1</integer>
<!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware -->
<bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool>
</resources>