sm7325-common: rro_overlays: Support 5GHz for hotspot

Change-Id: Ifffbccdcc4b06f5fd1675ec9603d0a4ead0fdc9e
This commit is contained in:
Ruchit
2023-05-03 21:33:14 +05:30
committed by Simon1511
parent 17a6cc755d
commit 30cd809574
2 changed files with 11 additions and 0 deletions

View File

@@ -40,4 +40,12 @@
<item>usb\\d</item>
<item>rndis\\d</item>
</string-array>
<!-- List of regexpressions describing the interface (if any) that represent tetherable
Wifi interfaces. If the device doesn't want to support tethering over Wifi this
should be empty. An example would be "softap.*" -->
<string-array translatable="false" name="config_tether_wifi_regexs">
<item>"softap0"</item>
<item>"wlan\\d"</item>
</string-array>
</resources>

View File

@@ -89,4 +89,7 @@
<!-- Wifi driver supports IEEE80211AX for softap -->
<bool translatable="false" name="config_wifiSoftapIeee80211axSupported">true</bool>
<!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
</resources>