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:
parent
815ce12ad5
commit
a27080df00
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue