summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHai Shalom <haishalom@google.com>2020-10-02 11:57:25 -0700
committerHai Shalom <haishalom@google.com>2020-10-02 20:35:39 +0000
commit04240545688a016e24a9f2da564b03c606c24b0a (patch)
treee31a19defc5911cd188f7d84becb77318334cbc2
parenteca9e691e124b6bbbf5a02bb352ec5e91f657ab6 (diff)
downloaddevice_google_wahoo-04240545688a016e24a9f2da564b03c606c24b0a.tar.gz
device_google_wahoo-04240545688a016e24a9f2da564b03c606c24b0a.tar.bz2
device_google_wahoo-04240545688a016e24a9f2da564b03c606c24b0a.zip
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
-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 e7748a66..b54093e9 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -85,4 +85,7 @@
<!-- Boolean indicating whether framework needs to set the tx power limit for meeting SAR
requirements -->
<bool translatable="false" name="config_wifi_framework_enable_sar_tx_power_limit">true</bool>
+
+ <!-- Disable WPA2 to WPA3 auto-upgrade -->
+ <bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
</resources>