Support 6GHz band for softAP

This commit adds support for 6GHz for softAP. This includes calling
the upgraded hidl API addAccessPoint_1_2().

Bug: 139354972
Test: atest com.android.wifi.server
Change-Id: I3320f66fd3f82bddeb058284e7ce9b901e53d840
diff --git a/service/res/values/config.xml b/service/res/values/config.xml
index b5354a1..5cb0e58 100644
--- a/service/res/values/config.xml
+++ b/service/res/values/config.xml
@@ -148,6 +148,12 @@
     <!-- Wifi driver supports IEEE80211AC for softap -->
     <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">false</bool>
 
+    <!-- Wifi driver supports IEEE80211AX for softap -->
+    <bool translatable="false" name="config_wifiSoftapIeee80211axSupported">false</bool>
+
+    <!-- Wifi driver supports 6GHz band for softap -->
+    <bool translatable="false" name="config_wifiSoftap6ghzSupported">false</bool>
+
     <!-- Indicates that local-only hotspot should be brought up at 5GHz.  This option is
          for automotive builds only (the one that have PackageManager#FEATURE_AUTOMOTIVE) -->
     <bool translatable="false" name="config_wifi_local_only_hotspot_5ghz">false</bool>