Advertisement
Guest User

QC9377_CFG_INI

a guest
Apr 4th, 2023
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.63 KB | None | 0 0
  1. # This file allows user to override the factory
  2.  
  3. # defaults for the WLAN Driver
  4.  
  5. #Host module debug
  6. vosTraceEnableHDD=0
  7. vosTraceEnableWDA=0
  8. vosTraceEnableWDI=0
  9. vosTraceEnableSME=0
  10. vosTraceEnablePE=0
  11. vosTraceEnableWMA=0
  12. vosTraceEnableVOSS=0
  13. gEnableLogp=1
  14.  
  15. # Set external RF relay
  16. # 0 = follow BDF setting
  17. # 1 = select antenna 1
  18. # 2 = select antenna 2
  19. # 3 = Rx Diversity
  20. gAntennaDiversity=2
  21.  
  22. #Prioritize user(hostapd, iw,) specified country
  23. gCountryCodePriority=1
  24.  
  25. #Host logging
  26. gMulticastHostFwMsgs=0
  27.  
  28. #packetlog
  29. gEnablePacketLog=0
  30.  
  31. #Enable firmware uart print
  32. gEnablefwprint=0
  33.  
  34. #Enable firmware log
  35. gEnablefwlog=0
  36.  
  37. # Disable FW log function by default
  38. gFwDebugLogType=0
  39. gFwDebugModuleLoglevel=0,0
  40.  
  41. # Generic
  42.  
  43. # Phy Mode (auto, b, g, n, etc)
  44. # Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
  45. # 1 = 11abg, 2 = 11b, 3 = 11g, 5 = 11g only, 6 = 11n only
  46. # 7 = 11b only 8 = 11ac only.
  47. gDot11Mode=0
  48.  
  49. # VHT Tx/Rx MCS values
  50. # Valid values are 0,1,2. If commented out, the default value is 0.
  51. # 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
  52. gVhtRxMCS=2
  53. gVhtTxMCS=2
  54.  
  55. # VHT Tx/Rx MCS values for 2x2
  56. # Valid values are 0,1,2. If commented out, the default value is 0.
  57. # 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
  58. gEnable2x2=0
  59. gVhtRxMCS2x2=2
  60. gVhtTxMCS2x2=2
  61.  
  62. gVhtChannelWidth=2
  63.  
  64. #Short Guard Interval Enable/disable
  65. gShortGI20Mhz=1
  66. gShortGI40Mhz=1
  67.  
  68. #Channel Bonding
  69. gChannelBondingMode5GHz=1
  70.  
  71. # 1=enable STBC; 0=disable STBC
  72. gEnableRXSTBC=1
  73.  
  74. # 1=enable tx STBC; 0=disable
  75. gEnableTXSTBC=1
  76.  
  77. # 1=enable rx LDPC; 0=disable
  78. gEnableRXLDPC=1
  79.  
  80. #If set to 0, MCC is not allowed.
  81. gEnableMCCMode=1
  82.  
  83. # Enable or Disable MCC Adaptive Scheduler at the FW
  84. # 1=Enable (default), 0=Disable
  85. gEnableMCCAdaptiveScheduler=1
  86.  
  87. # Enable BMPS or not
  88. gEnableBmps=1
  89.  
  90. # Enable IMPS or not
  91. gEnableImps=1
  92.  
  93. # Enable/Disable Idle Scan
  94. gEnableIdleScan=0
  95.  
  96. #Data Inactivity Timeout when in powersave (in ms)
  97. gDataInactivityTimeout=200
  98.  
  99. # Increase sleep duration (seconds) during IMPS
  100. # 0 implies no periodic wake up from IMPS. Periodic wakeup is
  101. # unnecessary if Idle Scan is disabled.
  102. gImpsModSleepTime=0
  103.  
  104. # Enable suspend or not
  105. # 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
  106. gEnableSuspend=3
  107.  
  108.  
  109. #Enable/Disable UAPSD for SoftAP
  110. gEnableApUapsd=1
  111.  
  112. # UAPSD service interval for VO,VI, BE, BK traffic
  113. InfraUapsdVoSrvIntv=0
  114. InfraUapsdViSrvIntv=0
  115. InfraUapsdBeSrvIntv=0
  116. InfraUapsdBkSrvIntv=0
  117.  
  118. # Flag to allow STA send AddTspec even when ACM is Off
  119. gAddTSWhenACMIsOff=1
  120.  
  121. # Beacon filtering frequency (unit in beacon intervals)
  122. gNthBeaconFilter=50
  123.  
  124. # Enable WAPI or not
  125. WAPIIsEnabled=0
  126. # Flags to filter Mcast abd Bcast RX packets.
  127. # Value 0: No filtering, 1: Filter all Multicast.
  128. # 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
  129. McastBcastFilter=3
  130.  
  131. #Flag to enable HostARPOffload feature or not
  132. hostArpOffload=0
  133.  
  134. #Flag to enable TCPChkSumOffld feature or not
  135. gEnableTCPChkSumOffld=0
  136.  
  137. #Flag to enable HostNSOffload feature or not
  138. hostNSOffload=0
  139.  
  140. #Flag to enable IPChkSumOffld feature or not
  141. gEnableIPChecksumOffload=0
  142.  
  143. # 802.11n Protection flag
  144. gEnableApProt=1
  145.  
  146. #Enable OBSS protection
  147. gEnableApOBSSProt=1
  148.  
  149. # Fixed Rate
  150. gFixedRate=0
  151.  
  152. # RTS threshold
  153. RTSThreshold=192000
  154.  
  155. # Intra-BSS forward
  156. gDisableIntraBssFwd=0
  157.  
  158. # WMM Enable/Disable
  159. WmmIsEnabled=0
  160.  
  161. # 802.11d support
  162. g11dSupportEnabled=1
  163.  
  164. # 802.11h support
  165. g11hSupportEnabled=1
  166.  
  167. #802.11r support
  168. FastTransitionEnabled=1
  169.  
  170. # ESE Support and fast transition
  171. EseEnabled=0
  172. ImplicitQosIsEnabled=0
  173. gNeighborScanTimerPeriod=200
  174.  
  175. gNeighborLookupThreshold=65
  176. gNeighborReassocThreshold=72
  177.  
  178. gNeighborScanChannelMinTime=20
  179. gNeighborScanChannelMaxTime=30
  180. gMaxNeighborReqTries=3
  181.  
  182. gEnableFastRoamInConcurrency=1
  183.  
  184. #Offload the roam scan to firmware
  185. gRoamScanOffloadEnabled=1
  186.  
  187. # CSR Roaming Enable(1) Disable(0)
  188. gRoamingTime=0
  189.  
  190. # Roaming Preference
  191. gRoamPrefer5GHz=1
  192. gSelect5GHzMargin=20
  193.  
  194. # Legacy (non-ESE, non-802.11r) Fast Roaming Support
  195. # To enable, set FastRoamEnabled=1
  196. # To disable, set FastRoamEnabled=0
  197. FastRoamEnabled=1
  198.  
  199. #Check if the AP to which we are roaming is better than current AP in terms of RSSI.
  200. #Checking is disabled if set to Zero.Otherwise it will use this value as to how better
  201. #the RSSI of the new/roamable AP should be for roaming
  202. RoamRssiDiff=10
  203.  
  204. # If the RSSI of any available candidate is better than currently associated
  205. # AP by at least gImmediateRoamRssiDiff, then being to roam immediately (without
  206. # registering for reassoc threshold).
  207. # NOTE: Value of 0 means that we would register for reassoc threshold.
  208. gImmediateRoamRssiDiff=10
  209.  
  210. # To enable, set gRoamIntraBand=1 (Roaming within band)
  211. # To disable, set gRoamIntraBand=0 (Roaming across band)
  212. gRoamIntraBand=0
  213.  
  214. gEmptyScanRefreshPeriod=300
  215.  
  216. # SAP Country code
  217. # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
  218. # Example
  219. #   US Indoor, USI
  220. #   Korea Outdoor, KRO
  221. #   Japan without optional byte, JP
  222. #   France without optional byte, FR
  223. #gAPCntryCode=US
  224.  
  225. #Auto Shutdown  Value in seconds. A value of 0 means Auto shutoff is disabled
  226. gAPAutoShutOff=0
  227.  
  228. # SAP auto channel selection configuration
  229. # 0 = disable auto channel selection
  230. # 1 = enable auto channel selection, channel provided by supplicant will be ignored
  231. gApAutoChannelSelection=0
  232.  
  233. #Preferred band (both or 2.4 only or 5 only)
  234. BandCapability=0
  235.  
  236. #Beacon Early Termination (1 = enable the BET feature, 0 = disable)
  237. enableBeaconEarlyTermination=0
  238. beaconEarlyTerminationWakeInterval=3
  239.  
  240. #SOFTAP Channel Range selection
  241. gAPChannelSelectStartChannel=1
  242. gAPChannelSelectEndChannel=11
  243.  
  244. #SOFTAP Channel Range selection Operating band
  245. # 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
  246. gAPChannelSelectOperatingBand=0
  247.  
  248. # Listen Energy Detect Mode Configuration
  249. # Valid values 0-128
  250. # 128 means disable Energy Detect feature
  251. # 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
  252. # 10-128 are reserved.
  253. # The EDET threshold mapping is as follows in 3dB step:
  254. # 0 = -60 dBm
  255. # 1 = -63 dBm
  256. # 2 = -66 dBm
  257. # ...
  258. # 7 = -81 dBm
  259. # 8 = -84 dBm
  260. # 9 = -87 dBm
  261.  
  262. # 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:
  263.  
  264. #
  265. #  Range Loss  (dB)  =  EDET threshold level (dBm) + 97 dBm.
  266. #
  267. gEnablePhyAgcListenMode=128
  268.  
  269. #Enable Keep alive with non-zero period value
  270. gStaKeepAlivePeriod = 30
  271. #Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
  272. #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 seconds.)
  273. #For both active and power save clients.
  274.  
  275. #Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit.
  276. #If doesn't honor for 5 seconds then DUT remove client.
  277.  
  278. #Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try on
  279. #11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
  280. #Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod + gGoLinkMonitorPeriod)..
  281.  
  282. #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
  283. #where we send NULL frame.
  284. gApLinkMonitorPeriod = 10
  285. gGoLinkMonitorPeriod = 10
  286.  
  287. #gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not.
  288. #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod.
  289. gGoKeepAlivePeriod = 20
  290. gApKeepAlivePeriod = 20
  291.  
  292. #If set will start with active scan after driver load, otherwise will start with
  293. #passive scan to find out the domain
  294. gEnableBypass11d=1
  295.  
  296. #If set to 0, will not scan DFS channels
  297. gEnableDFSChnlScan=1
  298.  
  299. # Enable Automatic Tx Power control
  300. gEnableAutomaticTxPowerControl=1
  301.  
  302. # 0 for OLPC 1 for CLPC and SCPC
  303. gEnableCloseLoop=1
  304.  
  305. # Scan Timing Parameters
  306. gPassiveMaxChannelTime=110
  307. gPassiveMinChannelTime=60
  308. gActiveMaxChannelTime=40
  309. gActiveMinChannelTime=20
  310.  
  311. # Enable Active mode offload
  312. gEnableActiveModeOffload=1
  313.  
  314. #Enable Scan Results Aging based on timer
  315. #Timer value is in seconds
  316. #If Set to 0 it will not enable the feature
  317. gScanAgingTime=0
  318.  
  319. #Enable Power saving mechanism Based on Android Framework
  320. #If set to 0 Driver internally control the Power saving mechanism
  321. #If set to 1 Android Framwrok control the Power saving mechanism
  322. isAndroidPsEn=0
  323.  
  324. #disable LDPC in STA mode if the AP is TXBF capable
  325. gDisableLDPCWithTxbfAP=0
  326.  
  327. #Enable thermal mitigation
  328. gThermalMitigationEnable=0
  329. gThermalTempMinLevel1=90
  330. gThermalTempMaxLevel0=110
  331. gThermalTempMaxLevel1=115
  332. gThrottlePeriod=100
  333.  
  334. #List of Country codes for which 11ac needs to be disabled
  335. #Each country code must be delimited by comma(,)
  336. gListOfNon11acCountryCode=RU,UA,ZA
  337.  
  338. #Maxium Channel time in msec
  339. gMaxMediumTime = 6000
  340.  
  341. #FlexConnect Power Factor
  342. #Default is set to 0 (disable)
  343. gFlexConnectPowerFactor=0
  344.  
  345. #Disable split scan, the FW will take care of it
  346. gNumChanCombinedConc=60
  347.  
  348. #Enable Power Save offload
  349. gEnablePowerSaveOffload=1
  350.  
  351. gEnableWoW=1
  352.  
  353. #Enable or Disable p2p device address administered
  354. isP2pDeviceAddrAdministrated=0
  355.  
  356. #Disable scan_pno by default
  357. gPNOScanSupport=0
  358.  
  359. #Enable TDLS
  360. gEnableTDLSSupport=1
  361.  
  362. # Regulatory Setting; 0=STRICT; 1=CUSTOM
  363. gRegulatoryChangeCountry=1
  364.  
  365. # Enable or Disable Rx thread
  366. # 1=Enable (default), 0=Disable
  367. gEnableRxThread=0
  368.  
  369. # Enable or Disable FW self-recovery
  370. # Currently, It's for USB only.
  371. # 1=Enable, 0=Disable (default)
  372. gEnableFwSelfRecovery=1
  373. gEnableSelfRecovery=1
  374. gEnableForceTargetAssert=0
  375. # Enable or Disable SAP suspend
  376. # 1=Enable (default), 0=Disable
  377. gEnableSapSuspend=0
  378.  
  379. # Enable TxBF
  380. gTxBFEnable=1
  381.  
  382. # Enable or Disable WOW Pulse feature
  383. # 1 = Enable, 0 = Disable (default)
  384. gwow_pulse_support = 0
  385.  
  386. #P2P Listen offload
  387. gEnableP2pListenOffload=1
  388.  
  389. # gEnableSAPAuthOffload: Enable Software AP Authentication Offload feature
  390. # 1=Enable, 0=Disable (default)
  391. gEnableSAPAuthOffload=0
  392.  
  393. # Sifs burst feature configuration
  394. gEnableSifsBurst=1
  395. gSoftApMaxPeers=5
  396. # FW reorder
  397. gReorderOffloadSupported=0
  398. # DFS Master Capability
  399. gEnableDFSMasterCap=1
  400.  
  401. #Fine tuned TxFlow parameters
  402. TxFlowLowWaterMark=1
  403. TxFlowHighWaterMarkOffset=1
  404.  
  405. # packet bundle
  406. gPacketBundleHighThreshold=400
  407. gPacketBundleLowThreshold=300
  408.  
  409. # PTA
  410. gCoexPtaConfigEnable=1
  411. gCoexPtaConfigParam=1184536
  412. gEnableNanSupport=0
  413.  
  414. #ETSI
  415. gStaLocalEDCAForETSI=0
  416. #TxBF in 20MHz
  417. gEnableTxBFin20MHz=1
  418.  
  419. #gDPDRecalibEnable=0
  420.  
  421. # Do not override SAP to 11AC
  422. #gAP11ACOverride=0
  423. END
  424. # Note: Configuration parser would not read anything past the END marker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement