wlan: Disable 6GHz softAp

Driver actually does not support 6Ghz softAp at
current version. Hence, disable it

Bug: 231384422
Test: SoftAp can be enabled.
Change-Id: I47b39f3d31c1a94de338a2a22dc5b5495b1af1a1
This commit is contained in:
Roger Wang 2022-05-04 15:08:05 +08:00 committed by TreeHugger Robot
parent 93baf1e97e
commit 8c7b81d1d3

View file

@ -100,9 +100,6 @@
be checked via NL80211 interface --> be checked via NL80211 interface -->
<bool translatable="false" name="config_wifi11axSupportOverride">true</bool> <bool translatable="false" name="config_wifi11axSupportOverride">true</bool>
<!-- Wifi driver supports 6GHz band for softap -->
<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>