Merge "wifi: enable Softap ACS and 11ac on walleye"

This commit is contained in:
Kumar Anand
2018-01-25 01:23:27 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 5 deletions

View File

@@ -542,8 +542,6 @@ isP2pDeviceAddrAdministrated=0
gGoKeepAlivePeriod = 20
gApKeepAlivePeriod = 20
gGoForce11NFor11AC=1
#############################################
# SAP related configurations
#############################################
@@ -574,9 +572,6 @@ gAPChannelSelectEndChannel=11
# DFS Master Capability
gEnableDFSMasterCap=1
# Disable 11AC for hotspot
gSapForce11NFor11AC=1
#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
gAPAutoShutOff=0

View File

@@ -166,4 +166,11 @@
<!-- If true, the doze component is not started until after the screen has been
turned off and the screen off animation has been performed. -->
<bool name="config_dozeAfterScreenOff">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>