summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorAhmed ElArabawy <arabawy@google.com>2018-03-20 11:26:07 -0700
committerAhmed ElArabawy <arabawy@google.com>2018-03-20 11:26:07 -0700
commitc2bbcf8210f94ee9f6bfda635dfd30848abfe765 (patch)
treee6f49908850c764e80be0351ec9b65976ae06dbd /overlay
parent201ce990e6b27b51100acf660dab0ce65d499ad6 (diff)
downloadbonito-c2bbcf8210f94ee9f6bfda635dfd30848abfe765.tar.gz
WiFi: Enable Softap ACS and 11ac on crosshatch
Bug: 75252283 Test: Manual Change-Id: Icc6cc1b7692058e9b5fcf36297da3cd0db9713ef Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
Diffstat (limited to 'overlay')
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml6
1 files changed, 6 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 69132bb8..c8bcf904 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -354,4 +354,10 @@
<!-- Whether the new Auto Selection Network UI should be shown -->
<bool name="config_enableNewAutoSelectNetworkUI">true</bool>
+ <!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
+ <bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
+
+ <!-- Enable 802.11ac for Wifi hotspot (SAP) -->
+ <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
+
</resources>