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

@@ -12,6 +12,9 @@
is no longer indicative, and a separate config now exists for each band -->
<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 -->
<bool name="config_wifiSoftapAcsIncludeDfs">true</bool>
@@ -21,6 +24,9 @@
capability can provide power savings when wifi needs to be always kept on. -->
<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 -->
<bool name="config_wifi_connected_mac_randomization_supported">true</bool>