Rtwo/device/motorola/sm8550-common/wifi/WCNSS_qcom_cfg.ini
2025-09-30 19:22:48 -05:00

152 lines
3.7 KiB
INI

# This file allows user to override the factory
# defaults for the WLAN Driver
# The wifi ini file for rtwo
gDot11Mode=0
InfraUapsdVoSrvIntv=0
InfraUapsdViSrvIntv=0
InfraUapsdBeSrvIntv=0
InfraUapsdBkSrvIntv=0
gAddTSWhenACMIsOff=1
gEnableApOBSSProt=1
RTSThreshold=1048576
g11dSupportEnabled=0
#Overlaied by Moto
#gEnableDFSMasterCap=1
gNeighborScanTimerPeriod=200
gNeighborLookupThreshold=76
FastRoamEnabled=1
RoamRssiDiff=5
gChannelBondingMode5GHz=1
gAllowDFSChannelRoam=1
gSetTxChainmask1x1=1
gSetRxChainmask1x1=1
gWlanMccToSccSwitchMode = 3
gEnableTXSTBC=1
gEnableTxBFeeSAP=1
gEnableTxBFin20MHz=1
gEnableTxSUBeamformer=1
gRrmEnable=1
gVhtAmpduLenExponent=7
gVhtMpduLen=2
#Overlaied by Moto
#isP2pDeviceAddrAdministrated=0
gEnableVhtFor24GHzBand=1
gEnableLpassSupport=1
gCountryCodePriority=1
gEnableMuBformee=1
gTDLSExternalControl=1
gEnableTDLSOffChannel=1
gNumVdevs=5
gSoftApMaxPeers=10
################ Datapath feature set Begin ################
gVhtRxMCS=2
gVhtTxMCS=2
gEnable2x2=1
gVhtRxMCS2x2=2
gVhtTxMCS2x2=2
gIPAConfig=0
gIPADescSize=800
dp_tx_ring_size=5120
dp_tx_compl_ring_size=8192
dp_tx_desc=8192
dp_tx_ext_desc=8192
rx_mode=20
gEnableFastPath=1
TSOEnable=1
#Overlaied by Moto
#GROEnable=1
ght_mpdu_density=5
gEnableFlowSteering=1
maxMSDUsPerRxInd=8
#gEnableNUDTracking=1
dp_rx_fisa_enable=1
dp_rx_flow_search_table_size=256
dp_rx_fst_in_cmem=1
dp_rx_fisa_lru_del_enable=1
dp_rxdma_buf_ring=4096
dp_rxdma_refill_ring=16384
dp_rx_sw_desc_num=16384
dp_reo_dst_ring=6144
dp_reo_rings_map=0x3F
dp_rx_refill_buff_pool=1
rpsRxQueueCpuMapList=f3
legacy_mode_csum_disable=1
icmp_req_to_fw_mark_interval=200
gBusBandwidthVeryHighThreshold=10000
################ Datapath feature set End ################
adaptive_dwell_mode_enabled=1
hostscan_adaptive_dwell_mode=1
enable_rtt_mac_randomization=1
gEnableSNRMonitoring=1
gWmiCreditCount=1
acs_with_more_param=1
AutoChannelSelectWeight=0x00fafafa
gRuntimePM=2
gRuntimePMDelay=500
gEnablePacketLog=0
oem_6g_support_disable=0
active_max_channel_time_2g=80
gActiveMaxChannelTime=60
active_max_channel_time_6g=60
passive_max_channel_time_6g=60
gMaxConcurrentActiveSessions=4
################## Moto Configuration ##################
#Enable user triggered SSR
gEnableForceTargetAssert=1
# 1 - Enable the host silent recovery
# 0 - Disable the host silent recovery
gEnableSelfRecovery=1
# turning QC BLM parameters
avoid_list_expiry_time=5
black_list_expiry_time=1
bad_bssid_counter_thresh=10
# Enable SRD channel
etsi13_srd_chan_in_master_mode=1
#Disable Data Rssi threshold trigger
roam_data_rssi_threshold_triggers=0
#Enable GRO feature forcibly
GROEnable=3
#Enable to derive the P2P MAC address from the primary MAC address
isP2pDeviceAddrAdministrated=1
#Disable the DFS master capability.
gEnableDFSMasterCap=0
#Disable sbs
enable_sbs=0
#Don't disconnected when NUD failure
#0: Driver will not track the NUD failures, and ignore the same.
#1: Driver will track the NUD failures and if honoured will disconnect from
# the connected BSSID.
#2: Driver will track the NUD failures and if honoured will roam away from
# the connected BSSID to a new BSSID to retain the data connectivity.
#3: Driver will try to roam to a new AP but if roam fails, disconnect. Related: None
gEnableNUDTracking=2
#disallow DUT create softap on indoor channel although STA on indoor
# All 5G channale is indoor channel when country code is JP
# we find it will create 5G AP when country code is JP via special steps
sta_sap_scc_on_indoor_chan=0
#wlm_latency_flags_ultralow - WLM flags setting for ultralow level
#bit 0: Avoid scan request from HLOS if setting
wlm_latency_flags_ultralow=0xc82
################# Moto Configuration End #################
END
# Note: Configuration parser would not read anything past the END marker