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
This commit is contained in:
parent
0fc8c4d49f
commit
206366eb0a
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue