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
This commit is contained in:
Roger Wang 2021-03-16 16:23:08 +08:00 committed by TreeHugger Robot
parent 815ce12ad5
commit a27080df00

View file

@ -112,6 +112,9 @@
<!-- Enable concurrent STA + STA peer to peer + internet connectivity --> <!-- Enable concurrent STA + STA peer to peer + internet connectivity -->
<bool translatable="false" name="config_wifiMultiStaLocalOnlyConcurrencyEnabled">true</bool> <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 --> <!-- Enable concurrent Bridged access point (AP) support -->
<bool translatable="false" name="config_wifiBridgedSoftApSupported">true</bool> <bool translatable="false" name="config_wifiBridgedSoftApSupported">true</bool>