sm7250-common: Sync WifiResCommon with stock
This commit is contained in:
@@ -12,6 +12,9 @@
|
|||||||
is no longer indicative, and a separate config now exists for each band -->
|
is no longer indicative, and a separate config now exists for each band -->
|
||||||
<bool name="config_wifi5ghzSupport">true</bool>
|
<bool name="config_wifi5ghzSupport">true</bool>
|
||||||
|
|
||||||
|
<!-- Wifi driver supports 6GHz band for softap -->
|
||||||
|
<bool name="config_wifiSoftap6ghzSupported">true</bool>
|
||||||
|
|
||||||
<!-- Wifi driver Automatic channel selection (ACS) for softap to include DFS channels -->
|
<!-- Wifi driver Automatic channel selection (ACS) for softap to include DFS channels -->
|
||||||
<bool name="config_wifiSoftapAcsIncludeDfs">true</bool>
|
<bool name="config_wifiSoftapAcsIncludeDfs">true</bool>
|
||||||
|
|
||||||
@@ -21,6 +24,9 @@
|
|||||||
capability can provide power savings when wifi needs to be always kept on. -->
|
capability can provide power savings when wifi needs to be always kept on. -->
|
||||||
<bool name="config_wifi_background_scan_support">true</bool>
|
<bool name="config_wifi_background_scan_support">true</bool>
|
||||||
|
|
||||||
|
<!-- Wifi driver supports batched scan -->
|
||||||
|
<bool translatable="false" name="config_wifi_batched_scan_supported">true</bool>
|
||||||
|
|
||||||
<!-- Indicates that connected MAC randomization is supported on this device -->
|
<!-- Indicates that connected MAC randomization is supported on this device -->
|
||||||
<bool name="config_wifi_connected_mac_randomization_supported">true</bool>
|
<bool name="config_wifi_connected_mac_randomization_supported">true</bool>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
<!-- integer indicating additional disconnect delay (in ms) after IMS onLost() indication is received -->
|
||||||
|
<integer translatable="false" name="config_wifiDelayDisconnectOnImsLostMs">1000</integer>
|
||||||
|
|
||||||
<!-- Integer indicating maximum hardware supported client number of soft ap -->
|
<!-- Integer indicating maximum hardware supported client number of soft ap -->
|
||||||
<integer name="config_wifiHardwareSoftapMaxClientCount">32</integer>
|
<integer name="config_wifiHardwareSoftapMaxClientCount">32</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -4,4 +4,14 @@
|
|||||||
channels this should be empty. Values is a comma separated channel string and/or channel
|
channels this should be empty. Values is a comma separated channel string and/or channel
|
||||||
range string like '1-6,11'. -->
|
range string like '1-6,11'. -->
|
||||||
<string name="config_wifiSoftap2gChannelList"></string>
|
<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>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user