summaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authorIsaac Chiou <isaacchiou@google.com>2021-06-03 20:11:31 +0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2021-06-08 02:34:05 +0000
commit206366eb0ad976f4efe3cf308e2e0ec773bd3ce4 (patch)
tree60953d5160e115a46105eee1760e9028f50ea71b /rro_overlays
parent0fc8c4d49f9258b5dcc99fa596548c6b2df2dd86 (diff)
downloadgs101-206366eb0ad976f4efe3cf308e2e0ec773bd3ce4.tar.gz
config: Override disable firmware roaming via HAL API
ag/13790852 provides a solution to disable fw roaming if the connection is triggered with a specific bssid. We set config_wifiUseHalApiToDisableFwRoaming to true to enable this feature. Bug: 178398607 Test: Build Pass Test: Make sure HAL api wifi_enable_firmware_roaming can disable roaming Change-Id: Ia4b6cf80aefbce76c994532175693f38a0698a5a
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/WifiOverlay/res/values/config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml
index 4c69ac8f..bb594b05 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -127,4 +127,6 @@
<!-- Enable the default coex channel avoidance algorithm and disable the functionality of
WifiManager#setCoexUnsafeChannels. -->
<bool translatable="false" name="config_wifiDefaultCoexAlgorithmEnabled">true</bool>
+ <!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. -->
+ <bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
</resources>