Spacewar: overlay: Enable dual band wifi

This commit is contained in:
MySelly
2026-01-01 01:08:02 +03:00
committed by nyxalune
parent 6adf374d18
commit aff2e38eda

View File

@@ -18,6 +18,9 @@
<!-- Boolean indicating performing a partial initial scan is enabled -->
<bool translatable="false" name="config_wifiEnablePartialInitialScan">true</bool>
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
<bool name="config_wifi_dual_band_support">true</bool>
<!-- Wifi driver supports 6GHz band for softap when chip support 6GHz -->
<bool translatable="false" name="config_wifiSoftap6ghzSupported">true</bool>