WCNSS_qcom_cfg.ini 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  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. gDot11Mode=0
  19. # CSR Roaming Enable(1) Disable(0)
  20. gRoamingTime=0
  21. # Assigned MAC Addresses - This will be used until NV items are in place
  22. # Each byte of MAC address is represented in Hex format as XX
  23. Intf0MacAddress=000AF58989FF
  24. Intf1MacAddress=000AF58989FE
  25. Intf2MacAddress=000AF58989FD
  26. Intf3MacAddress=000AF58989FC
  27. # Set/Clear UAPSD mask
  28. UapsdMask=0
  29. # UAPSD service interval for VO,VI, BE, BK traffic
  30. InfraUapsdVoSrvIntv=20
  31. InfraUapsdViSrvIntv=40
  32. # Flag to allow STA send AddTspec even when ACM is Off
  33. gAddTSWhenACMIsOff=1
  34. # Make 1x1 the default antenna configuration
  35. gNumRxAnt=1
  36. # Beacon filtering frequency (unit in beacon intervals)
  37. gNthBeaconFilter=50
  38. # Enable WAPI or not
  39. # WAPIIsEnabled=0
  40. # Flags to filter Mcast abd Bcast RX packets.
  41. # Value 0: No filtering, 1: Filter all Multicast.
  42. # 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
  43. McastBcastFilter=3
  44. #Flag to enable HostARPOffload feature or not
  45. hostArpOffload=1
  46. #SoftAP Related Parameters
  47. # AP MAc addr
  48. gAPMacAddr=000AF589dcab
  49. # 802.11n Protection flag
  50. gEnableApProt=1
  51. #Enable OBSS protection
  52. gEnableApOBSSProt=1
  53. #Enable/Disable UAPSD for SoftAP
  54. gEnableApUapsd=1
  55. # Fixed Rate
  56. gFixedRate=0
  57. # Maximum Tx power
  58. # gTxPowerCap=30
  59. # Fragmentation Threshold
  60. # gFragmentationThreshold=2346
  61. # RTS threshold
  62. RTSThreshold=2347
  63. # Intra-BSS forward
  64. gDisableIntraBssFwd=0
  65. # WMM Enable/Disable
  66. WmmIsEnabled=0
  67. # 802.11d support
  68. g11dSupportEnabled=0
  69. # CCX Support and fast transition
  70. EseEnabled=0
  71. FastTransitionEnabled=1
  72. ImplicitQosIsEnabled=0
  73. gNeighborScanTimerPeriod=200
  74. # default value of this parameter is zero to enable dynamic threshold allocation
  75. # to set static roming threshold uncomment below parameter and set vaule
  76. #gNeighborLookupThreshold=78
  77. gNeighborScanChannelMinTime=20
  78. gNeighborScanChannelMaxTime=30
  79. # Legacy (non-CCX, non-802.11r) Fast Roaming Support
  80. # To enable, set FastRoamEnabled=1
  81. # To disable, set FastRoamEnabled=0
  82. FastRoamEnabled=1
  83. #Check if the AP to which we are roaming is better than current AP in terms of RSSI.
  84. #Checking is disabled if set to Zero.Otherwise it will use this value as to how better
  85. #the RSSI of the new/roamable AP should be for roaming
  86. RoamRssiDiff=5
  87. # SAP Country code
  88. # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
  89. # Example
  90. # US Indoor, USI
  91. # Korea Outdoor, KRO
  92. # Japan without optional byte, JP
  93. # France without optional byte, FR
  94. #gAPCntryCode=USI
  95. #Short Guard Interval Enable/disable
  96. gShortGI20Mhz=1
  97. gShortGI40Mhz=1
  98. #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
  99. gAPAutoShutOff=0
  100. # SAP auto channel selection configuration
  101. # 0 = disable auto channel selection
  102. # 1 = enable auto channel selection, channel provided by supplicant will be ignored
  103. gApAutoChannelSelection=0
  104. # Listen Energy Detect Mode Configuration
  105. # Valid values 0-128
  106. # 128 means disable Energy Detect feature
  107. # 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
  108. # 10-128 are reserved.
  109. # The EDET threshold mapping is as follows in 3dB step:
  110. # 0 = -60 dBm
  111. # 1 = -63 dBm
  112. # 2 = -66 dBm
  113. # ...
  114. # 7 = -81 dBm
  115. # 8 = -84 dBm
  116. # 9 = -87 dBm
  117. # 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:
  118. #
  119. # Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
  120. #
  121. gEnablePhyAgcListenMode=128
  122. #Preferred channel to start BT AMP AP mode (0 means, any channel)
  123. BtAmpPreferredChannel=0
  124. #Preferred band (both or 2.4 only or 5 only)
  125. BandCapability=0
  126. #Beacon Early Termination (1 = enable the BET feature, 0 = disable)
  127. enableBeaconEarlyTermination=1
  128. beaconEarlyTerminationWakeInterval=11
  129. #Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
  130. gEnableBtAmp=0
  131. #SOFTAP Channel Range selection
  132. gAPChannelSelectStartChannel=1
  133. gAPChannelSelectEndChannel=11
  134. #SOFTAP Channel Range selection Operating band
  135. # 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
  136. gAPChannelSelectOperatingBand=0
  137. #Channel Bonding
  138. gChannelBondingMode5GHz=1
  139. gEnableModulatedDTIM = 3
  140. gMaxLIModulatedDTIM = 3
  141. gEnableDatainactivity = 200
  142. #Enable Keep alive with non-zero period value
  143. gStaKeepAlivePeriod=30
  144. #Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
  145. #For every 10 seconds DUT sends Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 seconds.)
  146. #For both active and power save clients.
  147. #Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit.
  148. #If doesn't honor for 5 seconds then Driver remove client.
  149. #Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still DUT try on
  150. #11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
  151. #Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod +gGoLinkMonitorPeriod)..
  152. #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
  153. #where we send NULL frame.
  154. #gApLinkMonitorPeriod = 10
  155. #gGoLinkMonitorPeriod = 10
  156. #gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not.
  157. #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod.
  158. gGoKeepAlivePeriod = 10
  159. gApKeepAlivePeriod = 30
  160. #If set will start with active scan after driver load, otherwise will start with
  161. #passive scan to find out the domain
  162. #gEnableBypass11d=1
  163. #If set to 0, will not scan DFS channels
  164. gEnableDFSChnlScan=1
  165. gEnableLogp=1
  166. # Enable Automatic Tx Power control
  167. gEnableAutomaticTxPowerControl=0
  168. # 0 for OLPC 1 for CLPC and SCPC
  169. gEnableCloseLoop=1
  170. #Data Inactivity Timeout when in powersave (in ms)
  171. gDataInactivityTimeout=200
  172. gEnableLpwrImgTransition=1
  173. # Scan Timing Parameters
  174. # gPassiveMaxChannelTime=110
  175. # gPassiveMinChannelTime=60
  176. # Enable Tx LDPC
  177. #gTxLdpcEnable = 1 for HT mode, 2 for VHT mode,3 for both HT and VHT
  178. gTxLdpcEnable=3
  179. # gActiveMaxChannelTime=40
  180. # gActiveMinChannelTime=20
  181. # Valid values are 2048,4096,8192 and so on
  182. # Please don't use values other than the ones mentioned above
  183. gMaxMediumTime=4096
  184. # 802.11K support
  185. gRrmEnable=1
  186. gRrmOperChanMax=8
  187. gRrmNonOperChanMax=8
  188. gRrmRandIntvl=100
  189. #Scan offload
  190. gEnableDirectedScanOffload=0
  191. #FlexConnect Power Factor
  192. #Default is set to 0 (disable)
  193. gFlexConnectPowerFactor=0
  194. gVhtChannelWidth=2
  195. # VHT Tx/Rx MCS values
  196. # Valid values are 0,1,2. If commented out, the default value is 0.
  197. # 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
  198. gVhtRxMCS=2
  199. gVhtTxMCS=2
  200. # Enable Tx beamforming
  201. gTxBFEnable=1
  202. #Enable/Disable TDLS Feature
  203. gEnableTDLSSupport=1
  204. #Enable/Disable TDLS Implicit Trigger
  205. gEnableTDLSImplicitTrigger=0
  206. #Enable/Disable TDLS WMM Mode
  207. gEnableTDLSWmmMode=1
  208. #Enable/Disable TDLS Buffer Sta
  209. gEnableTDLSBufferSta=1
  210. #Enable/Disable Mgmt Frame Logging
  211. gEnableMgmtLogging=1
  212. #Enable/Disable MAc Spoofing
  213. gEnableMacAddrSpoof=1
  214. #Set RPS CPU mask
  215. rps_mask=f0
  216. END
  217. # Note: Configuration parser would not read anything past the END marker