From a54647c4febb008507ac5c2630a57c3044ae7dcd Mon Sep 17 00:00:00 2001 From: Isaac Chiou Date: Thu, 13 Oct 2022 16:14:03 +0800 Subject: [PATCH] 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: Ie6dd4180e2a68a39cc20bd7c4dd8fec13eb05a2b --- cheetah/rro_overlays/WifiOverlay/res/values/config.xml | 3 +++ panther/rro_overlays/WifiOverlay/res/values/config.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/cheetah/rro_overlays/WifiOverlay/res/values/config.xml b/cheetah/rro_overlays/WifiOverlay/res/values/config.xml index 6aa776d..b6f52e6 100644 --- a/cheetah/rro_overlays/WifiOverlay/res/values/config.xml +++ b/cheetah/rro_overlays/WifiOverlay/res/values/config.xml @@ -147,4 +147,7 @@ true + + + true diff --git a/panther/rro_overlays/WifiOverlay/res/values/config.xml b/panther/rro_overlays/WifiOverlay/res/values/config.xml index 9682014..dac7453 100644 --- a/panther/rro_overlays/WifiOverlay/res/values/config.xml +++ b/panther/rro_overlays/WifiOverlay/res/values/config.xml @@ -148,4 +148,7 @@ true + + + true