WCNSS_qcom_cfg.ini 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. # This file allows user to override the factory
  2. # defaults for the WLAN Driver
  3. # Enable IMPS or not
  4. gEnableImps=1
  5. # Enable/Disable Idle Scan
  6. gEnableIdleScan=0
  7. # Increase sleep duration (seconds) during IMPS
  8. # 0 implies no periodic wake up from IMPS. Periodic wakeup is
  9. # unnecessary if Idle Scan is disabled.
  10. gImpsModSleepTime=0
  11. # Enable BMPS or not
  12. gEnableBmps=1
  13. # Enable suspend or not
  14. # 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
  15. gEnableSuspend=3
  16. # Phy Mode (auto, b, g, n, etc)
  17. # Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
  18. # 1 = 11abg, 2 = 11b, 3 = 11g, 5 = 11g only, 6 = 11n only
  19. # 7 = 11b only 8 = 11ac only.
  20. gDot11Mode=0
  21. # CSR Roaming Enable(1) Disable(0)
  22. gRoamingTime=0
  23. # Assigned MAC Addresses - This will be used until NV items are in place
  24. # Each byte of MAC address is represented in Hex format as XX
  25. Intf0MacAddress=000AF58989FF
  26. Intf1MacAddress=000AF58989FE
  27. Intf2MacAddress=000AF58989FD
  28. Intf3MacAddress=000AF58989FC
  29. # UAPSD service interval for VO,VI, BE, BK traffic
  30. InfraUapsdVoSrvIntv=0
  31. InfraUapsdViSrvIntv=0
  32. InfraUapsdBeSrvIntv=0
  33. InfraUapsdBkSrvIntv=0
  34. # Flag to allow STA send AddTspec even when ACM is Off
  35. gAddTSWhenACMIsOff=1
  36. # Make 1x1 the default antenna configuration
  37. gNumRxAnt=1
  38. # Beacon filtering frequency (unit in beacon intervals)
  39. gNthBeaconFilter=50
  40. # Enable WAPI or not
  41. # WAPIIsEnabled=0
  42. # Flags to filter Mcast abd Bcast RX packets.
  43. # Value 0: No filtering, 1: Filter all Multicast.
  44. # 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
  45. McastBcastFilter=3
  46. #Flag to enable HostARPOffload feature or not
  47. hostArpOffload=1
  48. #Flag to enable HostNSOffload feature or not
  49. hostNSOffload=1
  50. # This flag enables IP, TCP and UDP checksum offload
  51. gEnableIpTcpUdpChecksumOffload=1
  52. #SoftAP Related Parameters
  53. # AP MAc addr
  54. gAPMacAddr=000AF589dcab
  55. # 802.11n Protection flag
  56. gEnableApProt=1
  57. #Enable OBSS protection
  58. gEnableApOBSSProt=1
  59. #Enable/Disable UAPSD for SoftAP
  60. gEnableApUapsd=1
  61. # Fixed Rate
  62. gFixedRate=0
  63. # Maximum Tx power
  64. # gTxPowerCap=30
  65. # Fragmentation Threshold
  66. # gFragmentationThreshold=2346
  67. # RTS threshold
  68. RTSThreshold=1048576
  69. # Intra-BSS forward
  70. gDisableIntraBssFwd=0
  71. # WMM Enable/Disable
  72. WmmIsEnabled=0
  73. # 802.11d support
  74. g11dSupportEnabled=1
  75. # 802.11h support
  76. g11hSupportEnabled=1
  77. # DFS Master Capability
  78. gEnableDFSMasterCap=1
  79. # ESE Support and fast transition
  80. EseEnabled=1
  81. ImplicitQosIsEnabled=0
  82. gNeighborScanTimerPeriod=200
  83. gNeighborLookupThreshold=76
  84. gNeighborReassocThreshold=81
  85. gNeighborScanChannelMinTime=20
  86. gNeighborScanChannelMaxTime=30
  87. gMaxNeighborReqTries=3
  88. # Legacy (non-ESE, non-802.11r) Fast Roaming Support
  89. # To enable, set FastRoamEnabled=1
  90. # To disable, set FastRoamEnabled=0
  91. FastRoamEnabled=1
  92. #Check if the AP to which we are roaming is better than current AP in terms of RSSI.
  93. #Checking is disabled if set to Zero.Otherwise it will use this value as to how better
  94. #the RSSI of the new/roamable AP should be for roaming
  95. RoamRssiDiff=3
  96. # If the RSSI of any available candidate is better than currently associated
  97. # AP by at least gImmediateRoamRssiDiff, then being to roam immediately (without
  98. # registering for reassoc threshold).
  99. # NOTE: Value of 0 means that we would register for reassoc threshold.
  100. gImmediateRoamRssiDiff=10
  101. # To enable, set gRoamIntraBand=1 (Roaming within band)
  102. # To disable, set gRoamIntraBand=0 (Roaming across band)
  103. gRoamIntraBand=0
  104. #Short Guard Interval Enable/disable
  105. gShortGI20Mhz=1
  106. gShortGI40Mhz=1
  107. #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
  108. gAPAutoShutOff=0
  109. #Auto Shutdown wlan : Value in Seconds. 0 means disabled. Max 1 day = 86400 sec
  110. gWlanAutoShutdown = 0
  111. # Not used.
  112. gApAutoChannelSelection=0
  113. # Listen Energy Detect Mode Configuration
  114. # Valid values 0-128
  115. # 128 means disable Energy Detect feature
  116. # 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
  117. # 10-128 are reserved.
  118. # The EDET threshold mapping is as follows in 3dB step:
  119. # 0 = -60 dBm
  120. # 1 = -63 dBm
  121. # 2 = -66 dBm
  122. # ...
  123. # 7 = -81 dBm
  124. # 8 = -84 dBm
  125. # 9 = -87 dBm
  126. # Note: Any of these settings are valid. Setting 0 would yield the highest power saving (in a noisy environment) at the cost of more range. The range impact is approximately #calculated as:
  127. #
  128. # Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
  129. #
  130. gEnablePhyAgcListenMode=128
  131. #Preferred band (both or 2.4 only or 5 only)
  132. BandCapability=0
  133. #Beacon Early Termination (1 = enable the BET feature, 0 = disable)
  134. enableBeaconEarlyTermination=0
  135. beaconEarlyTerminationWakeInterval=3
  136. #Channel Bonding
  137. gChannelBondingMode5GHz=1
  138. #Enable Keep alive with non-zero period value
  139. gStaKeepAlivePeriod = 30
  140. #Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
  141. #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 seconds.)
  142. #For both active and power save clients.
  143. #Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit.
  144. #If doesn't honor for 5 seconds then DUT remove client.
  145. #Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try on
  146. #11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
  147. #Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod + gGoLinkMonitorPeriod)..
  148. #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
  149. #where we send NULL frame.
  150. #gApLinkMonitorPeriod = 10
  151. #gGoLinkMonitorPeriod = 10
  152. #gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not.
  153. #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod.
  154. gGoKeepAlivePeriod = 20
  155. gApKeepAlivePeriod = 20
  156. #If set will start with active scan after driver load, otherwise will start with
  157. #passive scan to find out the domain
  158. gEnableBypass11d=1
  159. #If set to 0, will not scan DFS channels
  160. gEnableDFSChnlScan=1
  161. # Enable DFS channel roam
  162. # 0: DISABLE, 1: ENABLED_NORMAL, 2: ENABLED_ACTIVE
  163. gAllowDFSChannelRoam=1
  164. gVhtChannelWidth=2
  165. # Enable Automatic Tx Power control
  166. gEnableAutomaticTxPowerControl=1
  167. # 0 for OLPC 1 for CLPC and SCPC
  168. gEnableCloseLoop=1
  169. #Data Inactivity Timeout when in powersave (in ms)
  170. gDataInactivityTimeout=200
  171. # VHT Tx/Rx MCS values
  172. # Valid values are 0,1,2. If commented out, the default value is 0.
  173. # 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
  174. gVhtRxMCS=2
  175. gVhtTxMCS=2
  176. # VHT Tx/Rx MCS values for 2x2
  177. # Valid values are 0,1,2. If commented out, the default value is 0.
  178. # 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
  179. gEnable2x2=1
  180. gVhtRxMCS2x2=2
  181. gVhtTxMCS2x2=2
  182. # Set txchainmask and rxchainmask
  183. # These parameters are used only if gEnable2x2 is 0
  184. # Valid values are 1,2
  185. # Set gSetTxChainmask1x1=1 or gSetRxChainmask1x1=1 to select chain0.
  186. # Set gSetTxChainmask1x1=2 or gSetRxChainmask1x1=2 to select chain1.
  187. gSetTxChainmask1x1=1
  188. gSetRxChainmask1x1=1
  189. # Scan Timing Parameters
  190. # gPassiveMaxChannelTime=110
  191. # gPassiveMinChannelTime=60
  192. gActiveMaxChannelTime=40
  193. gActiveMinChannelTime=20
  194. #If set to 0, MCC is not allowed.
  195. gEnableMCCMode=1
  196. # MCC to SCC Switch mode: 0-Disable 1-Enable 2-Force SCC if same band
  197. gWlanMccToSccSwitchMode = 0
  198. # 1=enable STBC; 0=disable STBC
  199. gEnableRXSTBC=1
  200. # 1=enable tx STBC; 0=disable
  201. gEnableTXSTBC=1
  202. # 1=enable rx LDPC; 0=disable
  203. gEnableRXLDPC=1
  204. #Enable/Disable Tx beamforming
  205. gTxBFEnable=1
  206. #Enable/Disable Tx beamformee in SAP mode
  207. gEnableTxBFeeSAP=1
  208. # Enable Tx beamforming in VHT20MHz
  209. # Valid values are 0,1. If commented out, the default value is 0.
  210. # 0=disable, 1=enable
  211. gEnableTxBFin20MHz=1
  212. #Enable/Disable SU Tx beamformer support.
  213. gEnableTxSUBeamformer=1
  214. #Enable Scan Results Aging based on timer
  215. #Timer value is in seconds
  216. #If Set to 0 it will not enable the feature
  217. gScanAgingTime=30
  218. #Enable Scan Results Aging based on number of scans
  219. gScanResultAgeCount=1
  220. #Enable Power saving mechanism Based on Android Framework
  221. #If set to 0 Driver internally control the Power saving mechanism
  222. #If set to 1 Android Framwrok control the Power saving mechanism
  223. isAndroidPsEn=0
  224. #Enable thermal mitigation
  225. gThermalMitigationEnable=0
  226. gEnableFastRoamInConcurrency=1
  227. #Maxium Channel time in msec
  228. gMaxMediumTime = 6000
  229. # 802.11K support
  230. gRrmEnable=1
  231. gRrmOperChanMax=8
  232. gRrmNonOperChanMax=8
  233. gRrmRandIntvl=100
  234. #Scan offload
  235. gEnableDirectedScanOffload=1
  236. #FlexConnect Power Factor
  237. #Default is set to 0 (disable)
  238. gFlexConnectPowerFactor=0
  239. #Disable split scan, the FW will take care of it
  240. gNumChanCombinedConc=60
  241. #Enable Power Save offload
  242. gEnablePowerSaveOffload=2
  243. #Enable firmware uart print
  244. gEnablefwprint=0
  245. #IPA config
  246. gIPAConfig=0
  247. gIPADescSize=800
  248. gIPAPreFilterEnable=1
  249. gIPARMEnable=1
  250. gIPAIPv6Enable=1
  251. IpaUcOffloadEnabled=0
  252. gIpaUcStaOffload=0
  253. #P2P Listen offload
  254. gEnableP2pListenOffload=1
  255. # Maximum Receive AMPDU size (VHT only. Valid values: 0->8k 1->16k 2->32k 3->64k 4->128k)
  256. gVhtAmpduLenExponent=7
  257. # Maximum MPDU length (VHT only. Valid values: 0->3895 octets, 1->7991 octets, 2->11454 octets)
  258. gVhtMpduLen=2
  259. # Maximum number of wow filters required
  260. #gMaxWoWFilters=22
  261. # WOW Enable/Disable.
  262. # 0 - Disable both magic pattern match and pattern byte match.
  263. # 1 - Enable magic pattern match on all interfaces.
  264. # 2 - Enable pattern byte match on all interfaces.
  265. # 3 - Enable both magic patter and pattern byte match on all interfaces.
  266. # Default value of gEnableWoW is 3.
  267. # gEnableWoW=0
  268. # Enable or Disable MCC Adaptive Scheduler at the FW
  269. # 1=Enable (default), 0=Disable
  270. gEnableMCCAdaptiveScheduler=1
  271. #Enable or Disable p2p device address administered
  272. isP2pDeviceAddrAdministrated=0
  273. #Enable Rx thread
  274. gEnableRxThread=1
  275. #Enable NAPI
  276. gEnableNAPI=1
  277. # Set Thermal Power limit
  278. TxPower2g=10
  279. TxPower5g=10
  280. # Remove Overlap channel restriction
  281. gEnableOverLapCh=0
  282. #Enable VHT on 2.4Ghz
  283. gEnableVhtFor24GHzBand=1
  284. #Enable or Disable 5G early beacon termination
  285. gEnable5gEBT=1
  286. #Maximum number of offload peers supported
  287. # gMaxOffloadPeers=2
  288. # controlling the following offload patterns
  289. # through ini parameter. Default value is 1
  290. # to disable set it to zero. ssdp = 0
  291. # Setup multicast pattern for mDNS 224.0.0.251,
  292. # SSDP 239.255.255.250 and LLMNR 224.0.0.252
  293. ssdp = 0
  294. #Enable Memory Deep Sleep
  295. gEnableMemDeepSleep=1
  296. # Bus bandwidth threshold values in terms of number of packets
  297. gBusBandwidthHighThreshold=2000
  298. gBusBandwidthMediumThreshold=500
  299. gBusBandwidthLowThreshold=150
  300. # Bus bandwidth compute timeout value in ms
  301. gBusBandwidthComputeInterval=100
  302. # Regulatory Setting; 0=STRICT; 1=CUSTOM
  303. gRegulatoryChangeCountry=1
  304. # RA filtering rate limit param, the current value would not
  305. # help if the lifetime in RA is less than 3*60=3min. Then
  306. # we need to change it, though it is uncommon.
  307. # gRAFilterEnable=0
  308. gRArateLimitInterval=600
  309. # Maximum number of concurrent connections
  310. gMaxConcurrentActiveSessions=2
  311. # Disable/Enable GreenAP
  312. # 0 to disable, 1 to enable, default: 1
  313. gEnableGreenAp=1
  314. # Radar PRI multiplier
  315. gDFSradarMappingPriMultiplier=4
  316. gPNOScanSupport=1
  317. # Enable/Disable RX full reorder offload
  318. gReorderOffloadSupported=1
  319. #Enable/Disable LPASS support
  320. # 0 to disable, 1 to enable
  321. gEnableLpassSupport=0
  322. # Whether userspace country code setting shld have priority
  323. gCountryCodePriority=1
  324. # Enable(1)/Disable(0) SIFS burst
  325. gEnableSifsBurst=1
  326. # Enable or Disable Multi-user MIMO
  327. # 1=Enable (default), 0=Disable
  328. gEnableMuBformee=1
  329. # Enable/Disable channel avoidance for SAP in SCC scenario
  330. # 0 - disable
  331. # 1 - enable
  332. gSapSccChanAvoidance=0
  333. # Inactivity time (in ms) to end TX Service Period while in IBSS power save mode
  334. gIbssTxSpEndInactivityTime=10
  335. # Enable/Disable Roaming Offload Support (a.k.a Key Management Offload)
  336. # 0 to disable, 1 to enable
  337. gRoamOffloadEnabled=0
  338. # Enable support for TDLS
  339. # 0 - disable
  340. # 1 - enable
  341. gEnableTDLSSupport=1
  342. # Enable support for Implicit Trigger of TDLS. That is, wlan driver shall
  343. # initiate TDLS Discovery towards a peer whenever setup criteria (throughput
  344. # and RSSI) is met and then will initiate teardown when teardown criteria
  345. # (idle packet count and RSSI) is met.
  346. # 0 - disable
  347. # 1 - enable
  348. gEnableTDLSImplicitTrigger=1
  349. # Enable TDLS External Control. That is, user space application has to
  350. # first configure a peer MAC in wlan driver towards which TDLS is desired.
  351. # Device will establish TDLS only towards those configured peers whenever
  352. # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
  353. # when teardown criteria (idle packet count and RSSI) is met. However,
  354. # device will accept TDLS connection if it is initiated from any other peer,
  355. # even if that peer is not configured.
  356. # 0 - disable
  357. # 1 - enable
  358. # For TDLS External Control, Implicit Trigger must also be enabled.
  359. gTDLSExternalControl=1
  360. # Enable support for TDLS off-channel operation
  361. # 0 - disable
  362. # 1 - enable
  363. # TDLS off-channel operation will be invoked when there is only one
  364. # TDLS connection.
  365. gEnableTDLSOffChannel=1
  366. # Enable or Disable Random MAC (Spoofing)
  367. # 1=Enable, 0=Disable (default)
  368. gEnableMacAddrSpoof=0
  369. # Enable(Tx) fastpath for data traffic.
  370. # 0 - disable
  371. # 1 - enable
  372. gEnableFastPath=1
  373. END
  374. # Note: Configuration parser would not read anything past the END marker