|
@@ -126,6 +126,11 @@
|
|
<!-- Enable the default coex channel avoidance algorithm and disable the functionality of
|
|
<!-- Enable the default coex channel avoidance algorithm and disable the functionality of
|
|
WifiManager#setCoexUnsafeChannels. -->
|
|
WifiManager#setCoexUnsafeChannels. -->
|
|
<bool translatable="false" name="config_wifiDefaultCoexAlgorithmEnabled">true</bool>
|
|
<bool translatable="false" name="config_wifiDefaultCoexAlgorithmEnabled">true</bool>
|
|
|
|
+ <!-- If the default coex channel avoidance algorithm is enabled, then avoid channels that
|
|
|
|
+ conflict with GPS L1. -->
|
|
|
|
+ <bool translatable="false" name="config_wifiCoexForGpsL1">true</bool>
|
|
|
|
+ <!-- The distance in KHz between Wi-Fi-based interference and GPS L1 that is considered unsafe. -->
|
|
|
|
+ <integer translatable="false" name="config_wifiCoexGpsL1ThresholdKhz">10000</integer>
|
|
|
|
|
|
<!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. -->
|
|
<!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. -->
|
|
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
|
|
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
|