wifi: enable Softap ACS and 11ac on Taimen

Bug: 72228752
Bug: 72229084
Test: Wifi Regression Test
Change-Id: Iccc644079236d9753176c0a66f2cbc39baa84d23
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index bc9c7d7..198cef5 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -542,8 +542,6 @@
 gGoKeepAlivePeriod = 20
 gApKeepAlivePeriod = 20
 
-gGoForce11NFor11AC=1
-
 #############################################
 # SAP related configurations
 #############################################
@@ -574,9 +572,6 @@
 # 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
 
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 60af8df..b7a7593 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -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>