FP4-3360 Hotspot instantly turns off when WiFi is still activated
diff --git a/automotive/device/overlay/frameworks/base/core/res/res/values/config.xml b/automotive/device/overlay/frameworks/base/core/res/res/values/config.xml
index c498993..9acb2f8 100755
--- a/automotive/device/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/automotive/device/overlay/frameworks/base/core/res/res/values/config.xml
@@ -124,7 +124,9 @@
     <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
 
    <!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
-   <bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
+   <!--[BUGFIX]-MOD-BEGIN by T2M.ZhangJie,02/23/2021,10748380,disable acs-->
+   <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
+   <!--[BUGFIX]-MOD-END by T2M.ZhangJie-->
 
    <!-- Enable 802.11ac for Wifi hotspot (SAP) -->
    <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
diff --git a/automotive/device/overlay/frameworks/opt/net/wifi/service/res/values/config.xml b/automotive/device/overlay/frameworks/opt/net/wifi/service/res/values/config.xml
index 26347ea..c292c50 100644
--- a/automotive/device/overlay/frameworks/opt/net/wifi/service/res/values/config.xml
+++ b/automotive/device/overlay/frameworks/opt/net/wifi/service/res/values/config.xml
@@ -20,7 +20,9 @@
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
 
    <!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
-   <bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
+   <!--[BUGFIX]-MOD-BEGIN by T2M.ZhangJie,02/23/2021,10748380,disable acs-->
+   <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
+   <!--[BUGFIX]-MOD-END by T2M.ZhangJie-->
    <!-- Enable SAE (WPA3 personal) for Wifi hotspot (SAP) -->
    <bool translatable="false" name="config_wifi_softap_sae_supported">true</bool>
    <!-- Enable 80211ac for Wifi hotspot (SAP) -->
diff --git a/device/overlay/frameworks/base/core/res/res/values/config.xml b/device/overlay/frameworks/base/core/res/res/values/config.xml
index 227ea25..4db316d 100644
--- a/device/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/device/overlay/frameworks/base/core/res/res/values/config.xml
@@ -123,7 +123,9 @@
     <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
 
    <!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
-   <bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
+   <!--[BUGFIX]-MOD-BEGIN by T2M.ZhangJie,02/23/2021,10748380,disable acs-->
+   <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
+   <!--[BUGFIX]-MOD-END by T2M.ZhangJie-->
 
    <!-- Enable 802.11ac for Wifi hotspot (SAP) -->
    <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
diff --git a/device/overlay/frameworks/opt/net/wifi/service/res/values/config.xml b/device/overlay/frameworks/opt/net/wifi/service/res/values/config.xml
index f66fb58..024c1a7 100644
--- a/device/overlay/frameworks/opt/net/wifi/service/res/values/config.xml
+++ b/device/overlay/frameworks/opt/net/wifi/service/res/values/config.xml
@@ -37,7 +37,9 @@
     <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
 
    <!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
-   <bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
+   <!--[BUGFIX]-MOD-BEGIN by T2M.ZhangJie,02/23/2021,10748380,disable acs-->
+   <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
+   <!--[BUGFIX]-MOD-END by T2M.ZhangJie-->
 
    <!-- Enable 802.11ac for Wifi hotspot (SAP) -->
    <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>