Wifi: Set config_wifiSoftap6ghzSupported to TRUE

Ser config_wifiSoftap6ghzSupported to TRUE for 6G hotspot

Test: Enable 6G hotspot
Bug: 306323046
Change-Id: I66226911d26c2cac9bb1175d1913d709bc0a2581
This commit is contained in:
Isaac Chiou 2023-10-19 16:39:34 +08:00
parent b73a5a8474
commit d328a86e3b

View file

@ -101,7 +101,7 @@
<bool translatable="false" name="config_wifi11axSupportOverride">true</bool> <bool translatable="false" name="config_wifi11axSupportOverride">true</bool>
<!-- Wifi driver supports 6GHz band for softap --> <!-- Wifi driver supports 6GHz band for softap -->
<bool translatable="false" name="config_wifiSoftap6ghzSupported">false</bool> <bool translatable="false" name="config_wifiSoftap6ghzSupported">true</bool>
<!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap --> <!-- Wifi driver supports WPA3 Simultaneous Authentication of Equals (WPA3-SAE) for softap -->
<bool translatable="false" name="config_wifi_softap_sae_supported">true</bool> <bool translatable="false" name="config_wifi_softap_sae_supported">true</bool>