sm8350-common: Sync WifiResCommon with stock
Change-Id: If13be7f5e9355818641b7975843dbc472b365ef8
This commit is contained in:
parent
ccdd46cfea
commit
4ba1a228b2
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||||
|
|
||||||
|
@ -24,6 +27,9 @@
|
||||||
<!-- 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>
|
||||||
|
|
||||||
|
<!-- Boolean indicating that wifi only link configuratios that have exact same credentials (i.e PSK) -->
|
||||||
|
<bool name="config_wifi_only_link_same_credential_configurations">false</bool>
|
||||||
|
|
||||||
<!-- Indicates that p2p MAC randomization is supported on this device -->
|
<!-- Indicates that p2p MAC randomization is supported on this device -->
|
||||||
<bool name="config_wifi_p2p_mac_randomization_supported">true</bool>
|
<bool name="config_wifi_p2p_mac_randomization_supported">true</bool>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue