From 04240545688a016e24a9f2da564b03c606c24b0a Mon Sep 17 00:00:00 2001 From: Hai Shalom Date: Fri, 2 Oct 2020 11:57:25 -0700 Subject: Disable WPA2 to WPA3 auto-upgrade in P17 device Disable WPA2 to WPA3 auto-upgrade in P17 devices. P17 device does not support roaming in WPA3 networks. Reduce the probability of roaming issues by using WPA2 and not upgrading to WPA3. Bug: 169951691 Test: atest ClientModeImplTest ScanResultMatchInfoTest WifiCandidatesTest Change-Id: I7d80e8c9f5a511f7200c16ee67a76d1feebc45d3 --- rro_overlays/WifiOverlay/res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml index e7748a66..b54093e9 100644 --- a/rro_overlays/WifiOverlay/res/values/config.xml +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -85,4 +85,7 @@ true + + + false -- cgit v1.2.3