sm8250-common: Update overlay from LA.QSSI.12.0.r1-06300-qssi.0

Change-Id: I05ba90473cd5e428d4676bef05d12b44ffe38728
This commit is contained in:
dianlujitao 2022-03-19 21:28:33 +08:00 committed by SGCMarkus
parent 2a84a55549
commit ceb5c793a6
11 changed files with 218 additions and 37 deletions

View file

@ -8,7 +8,7 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_PACKAGE_NAME := WifiResCommon
LOCAL_PACKAGE_NAME := WifiResCommon_Sys
LOCAL_SDK_VERSION := current
include $(BUILD_RRO_PACKAGE)

View file

@ -30,9 +30,6 @@
<!-- Indicates that p2p MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_p2p_mac_randomization_supported">true</bool>
<!-- dual sap mode is supported on this device. -->
<bool name="config_wifi_dual_sap_mode_enabled">true</bool>
<!-- Boolean to provide support to keep wifi5 symbol for 8SS supported device and 11ax AP -->
<bool translateble="false" name="config_wifi_report_he_ready">true</bool>
@ -60,6 +57,11 @@
<!-- Boolean indicating that wifi only link configuratios that have exact same credentials (i.e PSK) -->
<bool translatable="false" name="config_wifi_only_link_same_credential_configurations">false</bool>
<!-- Boolean indicating that multiple NDPs are allowed on single NDI.
Enable Aware NDP interface selection on interface that already has network set up.
-->
<bool translatable="false" name="config_wifiAllowMultipleNetworksOnSameAwareNdi">true</bool>
<!-- integer indicating additional disconnect delay (in ms) after IMS onLost() indication is received -->
<integer translatable="false" name="config_wifiDelayDisconnectOnImsLostMs">1000</integer>