summaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authorIsaac Chiou <isaacchiou@google.com>2022-10-13 16:11:02 +0800
committerIsaac Chiou <isaacchiou@google.com>2022-10-17 02:47:50 +0000
commit8dc2cc658e993f43ffaf6c602f5724873aac9c88 (patch)
treec4405ecdaf6ff4ec7fc1b6a4614d2b63840a93d9 /rro_overlays
parent5671430ba6df87a8c653f46feaf2c86a66900a38 (diff)
downloadfelix-8dc2cc658e993f43ffaf6c602f5724873aac9c88.tar.gz
Enable SAE upgrade offload
Update wifi overaly to enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware. With this feature enabled, Pixel can support cross akm roaming. Bug: 236096597 Bug: 236098039 Test: AU drop test Test: Roaming and connection test (go/cross-akm-roaming) Change-Id: Ibf4701e59e017edc1a94699337a95cef248d3446
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/WifiOverlay/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml
index c666496..aa13002 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -149,4 +149,7 @@
<!-- Enable aggregation of Wifi link layer radio stats from all radios -->
<bool translatable="false" name="config_wifiLinkLayerAllRadiosStatsAggregationEnabled">true</bool>
+
+ <!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware -->
+ <bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool>
</resources>