summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorRebecca Silberstein <silberst@google.com>2018-05-31 17:45:27 -0700
committerhsuvictor <hsuvictor@google.com>2018-08-24 07:28:10 +0800
commit69ae9e1a6075642d9856d5b16858b84c22c343e3 (patch)
tree1e2f14cddf1558d637bfb6557a68f45ce2a50945 /overlay
parent6f70b39fe284c5d441d5bcfd431b7f76ec9267b2 (diff)
downloadbonito-69ae9e1a6075642d9856d5b16858b84c22c343e3.tar.gz
config.xml: add wifi apband conversion boolean
Add override indicating these devices require apBand conversion from 5GHz to ANY for softap configs. Bug: 80251951 Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh Test: manually verified use of value Change-Id: I028e2a344ce460daaaecbca23459c373651c54fc
Diffstat (limited to 'overlay')
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 4 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 f9c2929e..2570beff 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -180,6 +180,10 @@
<!-- 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 the wifi chipset requires the softap band be -->
+ <!-- converted from 5GHz to ANY due to hardware restrictions -->
+ <bool translatable="false" name="config_wifi_convert_apband_5ghz_to_any">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>