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:
parent
13b599f189
commit
58ba31c6f6
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue