Convert 5 GHz Wi-Fi hotspot band to ANY

It is currently not possible to set up a 5 GHz Wi-Fi hotspot on FP2.
Make the framework aware of this by setting the
config_wifi_convert_apband_5ghz_to_any flag to true, so that it can act
accordingly.

Issue: FP2P-251
Change-Id: I253be7202e4bbdf72d429c56c7fc6fba1c34e4bc
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 8aa35d0..70deab0 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -39,6 +39,10 @@
     <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
     <bool translatable="false" name="config_wifi_dual_band_support">true</bool>
 
+    <!-- Boolean indicating whether the wifi chipset requires the softap band be -->
+    <!-- converted from 5GHz to ANY due to hardware restrictions -->
+    <bool translatable="false" name="config_wifi_convert_apband_5ghz_to_any">true</bool>
+
     <!-- Boolean indicating whether the wifi chipset has background scan support -->
     <bool translatable="false" name="config_wifi_background_scan_support">true</bool>