wifi: enable 5GHz hotspot

This commit is contained in:
Konsta
2025-03-31 23:20:54 +03:00
parent 90e9be8f36
commit 38780decd0
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,9 @@
is no longer indicative, and a separate config now exists for each band -->
<bool translatable="false" name ="config_wifi5ghzSupport">true</bool>
<!-- Wifi driver supports IEEE80211AC for softap -->
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
<!-- Do not translate. Default access point SSID used for tethering -->
<string name="wifi_tether_configure_ssid_default" translatable="false">Raspberry Pi 5</string>