From a811bb4204c3c600e30c68f0fc71ba4d5dde8ce3 Mon Sep 17 00:00:00 2001 From: Hai Shalom Date: Fri, 2 Oct 2020 11:56:54 -0700 Subject: [PATCH] kunlun2: Disable WPA2 to WPA3 auto-upgrade in P18 and P19 devices Disable WPA2 to WPA3 auto-upgrade in P18 and P19 devices. These devices do not support roaming in WPA3 networks. Reduce the probability of roaming issues by using WPA2 and not upgrading to WPA3. Bug: 169948620 Test: atest ClientModeImplTest ScanResultMatchInfoTest WifiCandidatesTest Change-Id: I9f7ec5c0007efcc5c6669d013c8b24347b15f7c4 Signed-off-by: Chenyang Zhong Signed-off-by: DennySPb --- 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 6b7b035..cb25fb2 100644 --- a/rro_overlays/WifiOverlay/res/values/config.xml +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -72,4 +72,7 @@ true + + + false