mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-28 09:14:26 +00:00
Merge "wifi: enable Softap ACS and 11ac on Taimen"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -264,4 +264,12 @@
|
||||
<integer-array name="config_longPressVibePattern">
|
||||
<item>12</item>
|
||||
</integer-array>
|
||||
</resources>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
Reference in New Issue
Block a user