diff --git a/configs/wifi/WCNSS_qcom_cfg.ini b/configs/wifi/WCNSS_qcom_cfg.ini index d0c75ee..dc90990 100644 --- a/configs/wifi/WCNSS_qcom_cfg.ini +++ b/configs/wifi/WCNSS_qcom_cfg.ini @@ -59,7 +59,7 @@ gFixedRate=0 # gFragmentationThreshold=2346 # RTS threshold -RTSThreshold=2346 +RTSThreshold=1048576 # RTSCTS_ENABLED_4_SWRETRIES gEnableRTSProfiles=33 @@ -550,7 +550,7 @@ enable_rtt_mac_randomization=1 # Enable/Disable DBS gDualMacFeatureDisable=0 -#Enable/Disable SNR monitoring +# Enable/Disable SNR monitoring gEnableSNRMonitoring=1 # WLM latency Enable @@ -559,18 +559,28 @@ wlm_latency_enable=1 # WLM flags setting for ultralow level, bit9 for BMPS disabled wlm_latency_flags_ultralow=0xe03 -#Enable ETSI SRD channels by Xiaomi. Qualcom default value is disable +# Enable ETSI SRD channels by Xiaomi. Qualcom default value is disable etsi13_srd_chan_in_master_mode=1 #Configures Channel Bonding in 24 GHz gChannelBondingMode24GHz=1 -# Allow STA+SAP SCC on DFS channel with master mode support disabled -g_sta_sap_scc_on_dfs_chan=1 + +# Disable wpa3 on 7150 device +sae_enabled=1 gActiveUcBpfMode=1 gActiveMcBcBpfMode=1 +# Allow STA+SAP SCC on DFS channel with master mode support disabled +g_sta_sap_scc_on_dfs_chan=2 + +gStaPrefer80MHzOver160MHz=1 + +gEnableSARV1toSARV2=1 + +np_chan_weight=0x1 + END # Note: Configuration parser would not read anything past the END marker