diff options
author | Roshan Pius <rpius@google.com> | 2016-11-21 09:33:57 -0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:01 +0200 |
commit | cbf9096f2d914aa90a19c98321f89ed937b25664 (patch) | |
tree | 571c00f0699cf5396a7590e92a18e867b53292b2 | |
parent | 318d4dceb3181605b26db297af4379c42369a040 (diff) |
sdm660-common: overlay: Enable Fast bss transition config
Bug: 32607043
Test: Manual testing
Change-Id: I43d34efc6b7dbca08d430b0b68f06fa70c4925cc
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 7781a0c..8a19770 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -110,6 +110,9 @@ <!-- Boolean indicating whether the wifi chipset has dual frequency band support --> <bool translatable="false" name="config_wifi_dual_band_support">true</bool> + <!-- Boolean indicating whether 802.11r Fast BSS Transition is enabled on this platform --> + <bool translatable="false" name="config_wifi_fast_bss_transition_enabled">true</bool> + <!-- Boolean indicating whether the wifi chipset has background scan support --> <bool translatable="false" name="config_wifi_background_scan_support">true</bool> |