wifi: Support softap on 6GHz

Bug: 285529387
Test: Softap can enable on 6GHz
Change-Id: I44945c8080a1883f044ef71c643d73b0dc7a5c93
This commit is contained in:
Hsiu-Chang Chen 2023-06-02 17:45:41 +08:00
parent 314dbb0e25
commit 1c485753ad

View file

@ -102,7 +102,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>