Advertisement
Guest User

WCNSS_qcom_cfg.ini

a guest
Mar 23rd, 2019
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 KB | None | 0 0
  1. # This file allows user to override the factory
  2.  
  3. # defaults for the WLAN Driver
  4.  
  5. # ARP rates toggling
  6. gToggleArpBDRates=1
  7.  
  8. # INI parameter used to control SSR test framework
  9. # Set its value to 1 to enable APPS triggered SSR testing
  10. gEnableForceTargetAssert=1
  11.  
  12. # Enable MCC Mode
  13. gEnableMCCMode=1
  14.  
  15. # Enable IMPS or not
  16. gEnableImps=1
  17.  
  18. # Enable/Disable Idle Scan
  19.  
  20. gEnableIdleScan=0
  21.  
  22.  
  23. # Increase sleep duration (seconds) during IMPS
  24. # 0 implies no periodic wake up from IMPS. Periodic wakeup is
  25. # unnecessary if Idle Scan is disabled.
  26. gImpsModSleepTime=0
  27.  
  28.  
  29. # Enable BMPS or not
  30. gEnableBmps=1
  31.  
  32. # Disable QCOM SAR cutback algorithm and its default driver value
  33. SARPowerBackoff=0
  34.  
  35. # Enable suspend or not
  36.  
  37. # 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
  38.  
  39. gEnableSuspend=3
  40.  
  41.  
  42. # Phy Mode (auto, b, g, n, etc)
  43. # Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
  44. gDot11Mode=0
  45.  
  46.  
  47. # CSR Roaming Enable(1) Disable(0)
  48.  
  49. gRoamingTime=0
  50.  
  51.  
  52. # Assigned MAC Addresses - This will be used until NV items are in place
  53.  
  54. # Each byte of MAC address is represented in Hex format as XX
  55.  
  56. Intf0MacAddress=000AF58989FF
  57. Intf1MacAddress=000AF58989FE
  58. Intf2MacAddress=000AF58989FD
  59.  
  60. Intf3MacAddress=000AF58989FC
  61.  
  62. # Set/Clear UAPSD mask
  63.  
  64. UapsdMask=0
  65.  
  66. # UAPSD service interval for VO,VI, BE, BK traffic
  67.  
  68. InfraUapsdVoSrvIntv=20
  69.  
  70. InfraUapsdViSrvIntv=40
  71.  
  72. # Flag to allow STA send AddTspec even when ACM is Off
  73. gAddTSWhenACMIsOff=1
  74.  
  75. # Make 1x1 the default antenna configuration
  76.  
  77. gNumRxAnt=1
  78.  
  79.  
  80. # Beacon filtering frequency (unit in beacon intervals)
  81.  
  82. gNthBeaconFilter=50
  83.  
  84.  
  85. # Enable WAPI or not
  86.  
  87. # WAPIIsEnabled=0
  88.  
  89.  
  90. # Flags to filter Mcast abd Bcast RX packets.
  91.  
  92. # Value 0: No filtering, 1: Filter all Multicast.
  93.  
  94. # 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
  95.  
  96. McastBcastFilter=0
  97.  
  98. #Enable NDP offload
  99. hostNSOffload=1
  100.  
  101. #Flag to enable HostARPOffload feature or not
  102.  
  103. hostArpOffload=1
  104.  
  105.  
  106. #SoftAP Related Parameters
  107.  
  108. # AP MAc addr
  109.  
  110. gAPMacAddr=000AF589dcab
  111.  
  112.  
  113. # 802.11n Protection flag
  114.  
  115. gEnableApProt=1
  116.  
  117.  
  118. #Enable OBSS protection
  119.  
  120. gEnableApOBSSProt=1
  121.  
  122.  
  123. #Enable/Disable UAPSD for SoftAP
  124.  
  125. gEnableApUapsd=1
  126.  
  127.  
  128. # Fixed Rate
  129.  
  130. gFixedRate=0
  131.  
  132.  
  133. # Maximum Tx power
  134.  
  135. # gTxPowerCap=30
  136.  
  137.  
  138. # Fragmentation Threshold
  139.  
  140. # gFragmentationThreshold=2346
  141.  
  142.  
  143. # RTS threshold
  144.  
  145. RTSThreshold=2347
  146.  
  147.  
  148. # Intra-BSS forward
  149.  
  150. gDisableIntraBssFwd=0
  151.  
  152.  
  153. # WMM Enable/Disable
  154.  
  155. WmmIsEnabled=0
  156.  
  157.  
  158. # 802.11d support
  159.  
  160. g11dSupportEnabled=0
  161.  
  162. # CCX Support and fast transition
  163. EseEnabled=0
  164. FastTransitionEnabled=1
  165. ImplicitQosIsEnabled=0
  166. gNeighborScanTimerPeriod=200
  167.  
  168. # default value of this parameter is zero to enable dynamic threshold allocation
  169. # to set static roming threshold uncomment below parameter and set vaule
  170. #gNeighborLookupThreshold=78
  171.  
  172. gNeighborScanChannelMinTime=20
  173. gNeighborScanChannelMaxTime=30
  174.  
  175. # Legacy (non-CCX, non-802.11r) Fast Roaming Support
  176. # To enable, set FastRoamEnabled=1
  177. # To disable, set FastRoamEnabled=0
  178. FastRoamEnabled=1
  179.  
  180. #Check if the AP to which we are roaming is better than current AP in terms of RSSI.
  181. #Checking is disabled if set to Zero.Otherwise it will use this value as to how better
  182. #the RSSI of the new/roamable AP should be for roaming
  183. RoamRssiDiff=5
  184.  
  185. # SAP Country code
  186.  
  187. # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
  188.  
  189. # Example
  190.  
  191. # US Indoor, USI
  192.  
  193. # Korea Outdoor, KRO
  194.  
  195. # Japan without optional byte, JP
  196.  
  197. # France without optional byte, FR
  198.  
  199. #gAPCntryCode=USI
  200.  
  201.  
  202. #Short Guard Interval Enable/disable
  203.  
  204. gShortGI20Mhz=1
  205.  
  206. gShortGI40Mhz=1
  207.  
  208.  
  209. #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
  210.  
  211. gAPAutoShutOff=0
  212.  
  213.  
  214. # SAP auto channel selection configuration
  215.  
  216. # 0 = disable auto channel selection
  217.  
  218. # 1 = enable auto channel selection, channel provided by supplicant will be ignored
  219.  
  220. gApAutoChannelSelection=0
  221.  
  222.  
  223. # Listen Energy Detect Mode Configuration
  224.  
  225. # Valid values 0-128
  226.  
  227. # 128 means disable Energy Detect feature
  228.  
  229. # 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
  230.  
  231. # 10-128 are reserved.
  232.  
  233. # The EDET threshold mapping is as follows in 3dB step:
  234.  
  235. # 0 = -60 dBm
  236.  
  237. # 1 = -63 dBm
  238.  
  239. # 2 = -66 dBm
  240.  
  241. # ...
  242.  
  243. # 7 = -81 dBm
  244.  
  245. # 8 = -84 dBm
  246.  
  247. # 9 = -87 dBm
  248.  
  249. # 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:
  250.  
  251. #
  252.  
  253. # Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
  254.  
  255. #
  256.  
  257. gEnablePhyAgcListenMode=128
  258.  
  259.  
  260. #Preferred channel to start BT AMP AP mode (0 means, any channel)
  261.  
  262. BtAmpPreferredChannel=0
  263.  
  264.  
  265. #Preferred band (both or 2.4 only or 5 only)
  266.  
  267. BandCapability=0
  268.  
  269.  
  270. #Beacon Early Termination (1 = enable the BET feature, 0 = disable)
  271.  
  272. enableBeaconEarlyTermination=1
  273.  
  274. beaconEarlyTerminationWakeInterval=11
  275.  
  276.  
  277. #Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
  278.  
  279. gEnableBtAmp=0
  280.  
  281.  
  282. #SOFTAP Channel Range selection
  283.  
  284. gAPChannelSelectStartChannel=1
  285.  
  286. gAPChannelSelectEndChannel=11
  287.  
  288.  
  289. #SOFTAP Channel Range selection Operating band
  290.  
  291. # 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
  292.  
  293. gAPChannelSelectOperatingBand=0
  294.  
  295.  
  296. #Channel Bonding
  297. gChannelBondingMode5GHz=1
  298.  
  299. gEnableModulatedDTIM = 3
  300. gMaxLIModulatedDTIM = 3
  301. gEnableDatainactivity = 200
  302.  
  303. #Enable Keep alive with non-zero period value
  304.  
  305. gStaKeepAlivePeriod=30
  306.  
  307.  
  308. #Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
  309. #For every 10 seconds DUT sends Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 seconds.)
  310. #For both active and power save clients.
  311.  
  312. #Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit.
  313. #If doesn't honor for 5 seconds then Driver remove client.
  314.  
  315. #Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still DUT try on
  316. #11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
  317. #Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod +gGoLinkMonitorPeriod)..
  318.  
  319. #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
  320. #where we send NULL frame.
  321.  
  322. #gApLinkMonitorPeriod = 10
  323.  
  324. #gGoLinkMonitorPeriod = 10
  325.  
  326. #gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not.
  327. #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod.
  328. gGoKeepAlivePeriod = 10
  329.  
  330. gApKeepAlivePeriod = 30
  331. #If set will start with active scan after driver load, otherwise will start with
  332.  
  333. #passive scan to find out the domain
  334.  
  335. #gEnableBypass11d=1
  336.  
  337.  
  338. #If set to 0, will not scan DFS channels
  339.  
  340. gEnableDFSChnlScan=1
  341.  
  342. gEnableLogp=1
  343.  
  344.  
  345. # Enable Automatic Tx Power control
  346.  
  347. gEnableAutomaticTxPowerControl=0
  348.  
  349. # 0 for OLPC 1 for CLPC and SCPC
  350. gEnableCloseLoop=1
  351.  
  352. #Data Inactivity Timeout when in powersave (in ms)
  353. gDataInactivityTimeout=200
  354.  
  355. gEnableLpwrImgTransition=1
  356.  
  357. # Scan Timing Parameters
  358. # gPassiveMaxChannelTime=110
  359. # gPassiveMinChannelTime=60
  360. # Enable Tx LDPC
  361. #gTxLdpcEnable = 1 for HT mode, 2 for VHT mode,3 for both HT and VHT
  362. gTxLdpcEnable=3
  363. # gActiveMaxChannelTime=40
  364. # gActiveMinChannelTime=20
  365.  
  366. gNumStaChanCombinedConc=1
  367.  
  368. # Valid values are 2048,4096,8192 and so on
  369. # Please don't use values other than the ones mentioned above
  370. gMaxMediumTime=4096
  371.  
  372. # 802.11K support
  373. gRrmEnable=1
  374. gRrmOperChanMax=8
  375. gRrmNonOperChanMax=8
  376. gRrmRandIntvl=100
  377.  
  378. #Scan offload
  379. gEnableDirectedScanOffload=0
  380.  
  381. #FlexConnect Power Factor
  382. #Default is set to 0 (disable)
  383. gFlexConnectPowerFactor=0
  384.  
  385. gVhtChannelWidth=2
  386.  
  387. # VHT Tx/Rx MCS values
  388. # Valid values are 0,1,2. If commented out, the default value is 0.
  389. # 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
  390. gVhtRxMCS=2
  391. gVhtTxMCS=2
  392.  
  393. # Enable Tx beamforming
  394. gTxBFEnable=1
  395.  
  396. #Enable/Disable TDLS Feature
  397. gEnableTDLSSupport=1
  398.  
  399. #Enable/Disable TDLS Implicit Trigger
  400. gEnableTDLSImplicitTrigger=1
  401.  
  402. #Enable/Disable TDLS WMM Mode
  403. gEnableTDLSWmmMode=1
  404.  
  405. #Enable/Disable TDLS Buffer Sta
  406. gEnableTDLSBufferSta=1
  407.  
  408. #Enable/Disable Mgmt Frame Logging
  409. gEnableMgmtLogging=1
  410.  
  411. #Enable/Disable MAc Spoofing
  412.  
  413. #Set RPS CPU mask
  414. rps_mask=0f
  415.  
  416.  
  417. gEnableMacAddrSpoof=2
  418.  
  419. gEnableTDLSScan=1
  420. gTDLSExternalControl=1
  421. gEnableTDLSSupport=1
  422. gTDLSTxStatsPeriod=500
  423. gTDLSTxPacketThreshold=10
  424. gTDLSDiscoveryPeriod=20000
  425. gTDLSMaxDiscoveryAttempt=5
  426. gTDLSIdleTimeout=40000
  427. gTDLSRssiHysteresis=100
  428. gTDLSIdlePacketThreshold=5
  429. gEnableTDLSScanCoexistence=1
  430. gBtcEnableIndTimerVal=5
  431.  
  432. gBtcFastWlanConnPref=0
  433.  
  434. gIgnorePeerErpInfo=1
  435.  
  436. #Disable RTT as recommended by QC
  437. gEnableRTTSupport=0
  438.  
  439. END
  440.  
  441. # Note: Configuration parser would not read anything past the END marker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement