sm7250-common: Sync WifiResCommon with stock

This commit is contained in:
KakatkarAkshay
2021-07-24 18:57:45 +02:00
parent e37c3e0fa3
commit a758a52641
3 changed files with 19 additions and 0 deletions

View File

@@ -4,4 +4,14 @@
channels this should be empty. Values is a comma separated channel string and/or channel
range string like '1-6,11'. -->
<string name="config_wifiSoftap2gChannelList"></string>
<!-- List of allowed channels in 5GHz band for softap. If the device doesn't want to restrict
channels this should be empty. Values is a comma separated channel string and/or channel
range string like '36-48,149'. -->
<string name="config_wifiSoftap5gChannelList" />
<!-- List of allowed channels in 6GHz band for softap. If the device doesn't want to restrict
channels this should be empty. Values is a comma separated channel string and/or channel
range string like '36-48,149'. -->
<string name="config_wifiSoftap6gChannelList" />
</resources>