summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchenpaul <chenpaul@google.com>2021-06-21 17:51:03 +0800
committerchenpaul <chenpaul@google.com>2021-06-21 17:51:03 +0800
commit9151bb9d2e2f985d0e7e879f3cc83f324bff0ceb (patch)
treed920e0f2405559f64e1336f325f1f70a0586a1c5
parent689ee5e3995e66da5c40f9e317cc1c266c6fc465 (diff)
downloadsunfish-9151bb9d2e2f985d0e7e879f3cc83f324bff0ceb.tar.gz
config: Override disable firmware roaming via HAL API
Bug: 178398607 Bug: 186722424 Test: Local Change-Id: Ic619d8f402049d3b7cd71ef36aeb13af984f25d4
-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 c42d5633..900a1d7b 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -107,4 +107,7 @@
<!-- Disable WPA2 to WPA3 auto-upgrade -->
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
+
+ <!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. -->
+ <bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
</resources>