mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: rro_overlays: Update some values
* Import stock overlay * Enable back MAC randomization
This commit is contained in:
parent
b3cfe05e6a
commit
533869685c
1 changed files with 29 additions and 3 deletions
|
|
@ -28,8 +28,34 @@
|
|||
<string name="config_wifi_tcp_buffers">524288,1048576,2097152,262144,524288,1048576</string>
|
||||
|
||||
<!-- Boolean indicating whether the wifi chipset has background scan support -->
|
||||
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
|
||||
<bool name="config_wifi_background_scan_support">true</bool>
|
||||
|
||||
<!-- Indicates that AP mode MAC randomization is supported on this device -->
|
||||
<bool translatable="false" name="config_wifi_ap_mac_randomization_supported">false</bool>
|
||||
<!-- Integer indicating maximum hardware supported client number of soft ap -->
|
||||
<integer name="config_wifiHardwareSoftapMaxClientCount">10</integer>
|
||||
|
||||
<!-- List of allowed channels in 2GHz 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 '1-6,11'. -->
|
||||
<string name="config_wifiSoftap2gChannelList">1-11</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">149</string>
|
||||
|
||||
<!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
|
||||
<bool name="config_wifi_softap_acs_supported">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether 802.11r Fast BSS Transition is enabled on this platform -->
|
||||
<bool name="config_wifi_fast_bss_transition_enabled">true</bool>
|
||||
|
||||
<!-- Indicates that enhanced MAC randomization is allowed on open networks that do not
|
||||
use captive portals -->
|
||||
<bool name="config_wifiAllowEnhancedMacRandomizationOnOpenSsids">true</bool>
|
||||
|
||||
<!-- Indicates that connected MAC randomization is supported on this device -->
|
||||
<bool name="config_wifi_connected_mac_randomization_supported">true</bool>
|
||||
|
||||
<!-- Do not translate. Default access point SSID used for tethering -->
|
||||
<string name="wifi_tether_configure_ssid_default" translatable="false">EurekaAP</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue