From 206366eb0ad976f4efe3cf308e2e0ec773bd3ce4 Mon Sep 17 00:00:00 2001 From: Isaac Chiou Date: Thu, 3 Jun 2021 20:11:31 +0800 Subject: [PATCH] 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 --- rro_overlays/WifiOverlay/res/values/config.xml | 2 ++ 1 file changed, 2 insertions(+) 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 @@ true + + true