gs101: Enable MBB support
Set MBB overriding flag to true in config overlay to
enable MBB support.
Bug: 182859386
Test: Verified MBB is workable.
Change-Id: I33419c40a955bcb21ba80169175467ffafc2dae7
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml
index 3002216..ce9f7b6 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -112,6 +112,9 @@
<!-- Enable concurrent STA + STA peer to peer + internet connectivity -->
<bool translatable="false" name="config_wifiMultiStaLocalOnlyConcurrencyEnabled">true</bool>
+ <!-- Enable concurrent STA + STA MBB support -->
+ <bool translatable="false" name="config_wifiMultiStaNetworkSwitchingMakeBeforeBreakEnabled">true</bool>
+
<!-- Enable concurrent Bridged access point (AP) support -->
<bool translatable="false" name="config_wifiBridgedSoftApSupported">true</bool>