wifi: Update WiFi overlays
Sync the WiFi overlays confidurations with P23 Bug: 312933598 Test: Regression test Change-Id: I680610fa58ffac8bdbeed0e31ab14fe6d7da41c7
This commit is contained in:
parent
7e5f4f94d0
commit
7e09526a07
1 changed files with 33 additions and 1 deletions
|
@ -56,6 +56,7 @@
|
|||
|
||||
<!-- True if the firmware supports connected MAC randomization -->
|
||||
<bool name="config_wifi_connected_mac_randomization_supported">true</bool>
|
||||
<bool name="config_wifiAllowNonPersistentMacRandomizationOnOpenSsids">true</bool>
|
||||
|
||||
<!-- True if the firmware supports p2p MAC randomization -->
|
||||
<bool name="config_wifi_p2p_mac_randomization_supported">true</bool>
|
||||
|
@ -135,7 +136,7 @@
|
|||
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
|
||||
|
||||
<!-- Indicate the driver doesn't support NL80211 Reg changed event -->
|
||||
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">false</bool>
|
||||
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
|
||||
|
||||
<!-- boolean indicating whether or not to disable shutdown idle instance timer in the bridged mode when connected to a power source -->
|
||||
<bool translatable="false" name ="config_wifiFrameworkSoftApDisableBridgedModeShutdownIdleInstanceWhenCharging">true</bool>
|
||||
|
@ -146,8 +147,39 @@
|
|||
2: verbose logging on by default for all builds -->
|
||||
<integer translatable="false" name="config_wifiVerboseLoggingAlwaysOnLevel">1</integer>
|
||||
|
||||
<!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value
|
||||
is when the system is in the suspended mode -->
|
||||
<bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether we should enable the STA current connected indoor channel
|
||||
for SAP, WFD GO, Wi-Fi Aware -->
|
||||
<bool translatable="false" name="config_wifiEnableStaIndoorChannelForPeerNetwork">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether we should enable the STA current connected DFS channel
|
||||
for SAP, WFD GO, Wi-Fi Aware -->
|
||||
<bool translatable="false" name="config_wifiEnableStaDfsChannelForPeerNetwork">true</bool>
|
||||
|
||||
<!-- Enable the feature of adjusting link layer stats polling interval based on
|
||||
device mobility state and client mode RSSI monitoring. -->
|
||||
<bool translatable="false" name="config_wifiAdjustPollRssiIntervalEnabled">true</bool>
|
||||
|
||||
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
|
||||
|
||||
<!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware -->
|
||||
<bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether the framework updates country from scan results when there is
|
||||
no telephony country code. This is applied to all generic cases and might require the
|
||||
regulatory approval (for example, FCC pre-approval is required according to "594280 D01
|
||||
Software Configuration Control v02r01").-->
|
||||
<bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultGeneric">true</bool>
|
||||
|
||||
<!-- boolean indicating whether the caller thread needs to wait for destroyed listeners -->
|
||||
<bool translatable="false" name ="config_wifiWaitForDestroyedListeners">true</bool>
|
||||
|
||||
<!-- Enable aggregation of Wifi link layer radio stats from all radios -->
|
||||
<bool translatable="false" name="config_wifiLinkLayerAllRadiosStatsAggregationEnabled">true</bool>
|
||||
|
||||
<!-- Boolean indicating performing a partial initial scan is enabled -->
|
||||
<bool translatable="false" name="config_wifiEnablePartialInitialScan">true</bool>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue