diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini
index 992cc637848fc9b312b687eca6feac1aaaab1eb7..b7395b57644d27bda530e9e28273f272f97acd18 100644
--- a/wifi/WCNSS_qcom_cfg.ini
+++ b/wifi/WCNSS_qcom_cfg.ini
@@ -95,14 +95,18 @@ gfine_time_meas_cap=0x0030D
 oem_6g_support_disable=0
 cfr_disable=7
 
-active_max_channel_time_2g=80
-gActiveMaxChannelTime=60
+#active_max_channel_time_2g=80
+#gActiveMaxChannelTime=60
 active_max_channel_time_6g=60
 gPassiveMaxChannelTime=110
 passive_max_channel_time_6g=60
 
 #####################################Xiaomi ADD: START
 
+# Set 2.4g channel scan time to 40
+active_max_channel_time_2g=0
+gActiveMaxChannelTime=40
+
 # WLM flags setting for ultralow level, bit9 for BMPS disabled
 # bit 0: Avoid scan request from HLOS if setting
 # bit 1: Skip DFS channel SCAN if setting
@@ -175,6 +179,10 @@ g_prefer_5g_scc_to_dbs=8
 gEnableModulatedDTIM=3
 gMaxLIModulatedDTIM=3
 
+# Enable modulated DTIM only for System suspend wow.
+# For RTPM wow, the device will stay in DTIM 1 (non-modulated DTIM).
+enable_mod_dtim_on_system_suspend=1
+
 # Reduce the expiry time for avoid list and black list in drv.
 avoid_list_expiry_time=3
 black_list_expiry_time=5
@@ -192,6 +200,12 @@ gindoor_channel_support=1
 #Enable max link speed
 gReportMaxLinkSpeed=2
 
+# Skip tpe consideration
+skip_tpe_consideration=1
+
+gEnableNanSupport=1
+genable_nan_datapath=1
+nan_separate_iface_support=1
 #####################################Xiaomi ADD: END
 
 END