wayne-common: overlay: Enable ACS and 11ac for softap operations

This sets below flag to true:
  config_wifi_softap_acs_supported
  config_wifi_softap_ieee80211ac_supported

Change-Id: Ie8192caaabfea2853f8f7e9a3644be836bba37ab
CRs-Fixed: 2244800
This commit is contained in:
Purushottam Kushwaha 2018-05-22 21:10:51 +05:30 committed by Isaac Chen
parent 13b599f189
commit 58ba31c6f6

View file

@ -471,4 +471,10 @@
<!-- Whether or not swipe up gesture's opt-in setting is available on this device --> <!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
<bool name="config_swipe_up_gesture_setting_available">true</bool> <bool name="config_swipe_up_gesture_setting_available">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> </resources>