Advertisement
Guest User

Untitled

a guest
Oct 18th, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.21 KB | None | 0 0
  1. # The letters in this file are case sensity, use lower case only !!!
  2.  
  3. SmeConnectMode = 1 #0 - auto, 1 - manual
  4. WME_Enable = 1 #0=diable WME support / 1=Enable
  5. dot11NetworkType = 3 #2 - A only mode, 3 - B/G mode, 4 - A/G Dual mode
  6. SmeScanGChannelList = 1,2,3,4,5,6,7,8,9,10,11,12,13,14
  7. SmeScanAChannelList = 36,40,44,48,52,56,60,64
  8. RecoveryEnable = 1 #0 -Disabled 1- Enabled
  9. BThWlanCoexistEnable = 1 #0 - SG disable, 1 - SG protective
  10. #
  11. # Power Manager
  12. #
  13. BeaconListenInterval = 1 # the number of N-Beacon or N-DTim
  14. DtimListenInterval = 1 #
  15.  
  16. ReAuthActivePriority = 0
  17.  
  18. dot11PowerMode = 0 #0 - Auto
  19. #1 - Active
  20. #2 - Short Doze
  21. #3 - Long Doze
  22.  
  23. PowerMgmtHangOverPeriod = 10 #in mSec units
  24.  
  25. AutoPowerModeDozeMode = 3 #2 - Short Doze
  26. #3 - Long Doze
  27.  
  28. AutoPowerModeActiveTh = 15 #packets per second
  29.  
  30. AutoPowerModeDozeTh = 8 #packets per seconds - threshold for entering ELP in Auto mode
  31.  
  32. defaultPowerLevel = 0 #0 - ELP
  33. #1 - PD
  34. #2 - AWAKE
  35.  
  36. PowerSavePowerLevel = 0 #0 - ELP
  37. #1 - PD
  38. #2 - AWAKE
  39.  
  40. TxPower = 205 #set Default Tx Power Level in DBM * 10
  41. TriggerFcs = 0 # 0 - Disabled 1 - Enabled
  42. dot11FragmentationThreshold = 4096
  43. dot11RTSThreshold = 4096
  44. WPAMixedMode= 1
  45. RSNPreAuthentication = 1
  46.  
  47. CalibrationChannel24 = 7
  48. CalibrationChannel5 = 36
  49.  
  50. # Regulatury Domain tables.
  51. # Each byte correlates to one channel in sequential order. Table 2.4 starts from channel 1, Table 5.0 starts from channel 36.
  52. # Bits 0..4 - Max power allowed in Dbm.
  53. # Bit 6 - Channel is allowed for Active scan
  54. # BIt 7 - Channel is allowed
  55. AllowedChannelsTable24 = FFFFFFFFFFFFFFFFFFFFFFFFFFFF
  56. AllowedChannelsTable5 = FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000000000000000000000000000000000000000000000000000000000000000000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000000000000000FF000000FF000000FF000000FF000000FF000000000000000000000000000000
  57.  
  58. SpectrumManagement = 0 # 0 - Disable 802.11h, 1 - Enable
  59.  
  60. RxBroadcastInPs = 1
  61.  
  62. #arp ip filter - must be written 8 characters for example 10.2.43.3 -> 0a 02 2b 21 and not a 2 2b 21
  63. ArpIp_Addr = 0a 00 00 0a
  64. ArpIp_Filter_ena = 0
  65.  
  66.  
  67. #mac filter
  68. Mac_Filter_Enabled = 0
  69. numGroupAddrs = 4
  70. Group_addr0 = 10 01 02 03 04 05
  71. Group_addr1 = 11 11 12 13 14 15
  72. Group_addr2 = 12 21 22 23 24 25
  73. Group_addr3 = 13 31 32 33 34 35
  74. Group_addr4 = 14 41 42 43 44 45
  75. Group_addr5 = 15 51 52 53 54 55
  76. Group_addr6 = 16 61 62 63 64 65
  77. Group_addr7 = 17 71 72 73 74 75
  78.  
  79. #beacon filter
  80. Beacon_Filter_Desired_State = 1
  81. Beacon_Filter_Stored = 1
  82.  
  83. #beacon IE table
  84. #the size is the len of the string - spaces = number of bytes
  85. Beacon_IE_Num_Of_Elem = 16
  86. Beacon_IE_Table_Size = 37
  87. Beacon_IE_Table = 00 01 01 01 32 01 2a 01 03 01 06 01 07 01 20 01 25 01 23 01 30 01 28 01 2e 01 3d 01 85 01 dd 00 52 f2 02 00 01
  88.  
  89. #Rate adaptation
  90. RateContThreshold = 10
  91. RateStepUpThreshold = 2
  92. FBShortInterval = 40
  93. FBLongInterval = 200
  94. RateAdaptationTimeout = 300
  95.  
  96. # rate policy - short / long retries
  97. RatePolicyUserShortRetryLimit = 10
  98. RatePolicyUserLongRetryLimit = 10
  99.  
  100. #rate policies
  101. #rates guide: -->>mcs7,msc6,mcs5,mcs4,mcs3,mcs2,mcs1,mcs0,54,58,36,24,22,18,12,11,9,6,5.5,2,1
  102.  
  103.  
  104. OsDbgState = 0x01e9003c # -1 or 0xffffffff -all (opens debug messages in o.s. only - sevirity+modules)
  105.  
  106. #############################################################
  107. # Configure the severity table (0 = Disable/ 1 = Enable)
  108. #
  109. # Byte #0: Init
  110. # Byte #1: Information
  111. # Byte #2: Warning
  112. # Byte #3: Error
  113. # Byte #4: Fatal Error
  114. # Byte #5: SM
  115. # Byte #6: Console
  116. #############################################################
  117.  
  118. ReportSeverityTable = 00001101
  119.  
  120. # beacon receive time
  121. BeaconReceiveTime = 50
  122.  
  123. #
  124. # BT EDR configuration parameters
  125. #
  126. coexWlanActiveBtAclMasterMinEDR = 20
  127. coexWlanActiveBtAclMasterMaxEDR = 50
  128. coexWlanActiveMaxBtAclMasterEDR = 10
  129. coexWlanActiveBtAclSlaveMinEDR = 20
  130. coexWlanActiveBtAclSlaveMaxEDR = 50
  131. coexWlanActiveMaxBtAclSlaveEDR = 10
  132.  
  133. #
  134. # QOS UPSD
  135. #
  136. desiredPsMode = 1 # Global Power save delivery protocol (1 - UPSD, 0 - Legacy)
  137. QOS_wmePsModeBE = 1 # Power save delivery protocol for BE AC (1 - UPSD, 0 - Legacy)
  138. QOS_wmePsModeBK = 1 # Power save delivery protocol for BK AC (1 - UPSD, 0 - Legacy)
  139. QOS_wmePsModeVI = 1 # Power save delivery protocol for VI AC (1 - UPSD, 0 - Legacy)
  140. QOS_wmePsModeVO = 1 # Power save delivery protocol for VO AC (1 - UPSD, 0 - Legacy)
  141.  
  142. #
  143. # QOS Classifier
  144. #
  145. Clsfr_Type = 1 # 1 - DSCP, 2 - Port, 3 - IP+port
  146.  
  147. NumOfDstIPPortClassifiers = 3 # number of classifier entries
  148.  
  149. IPPortClassifier00_IPAddress = 0a 03 89 02 # IP address 10.3.137.2
  150. IPPortClassifier00_Port = 5001 # Port 5001
  151. IPPortClassifier00_DTag = 1 # User priority 1
  152.  
  153. IPPortClassifier01_IPAddress = 0a 03 89 02 # IP address 10.3.137.2
  154. IPPortClassifier01_Port = 5002 # Port 5002
  155. IPPortClassifier01_DTag = 4 # User priority 4
  156.  
  157. IPPortClassifier02_IPAddress = 0a 03 89 02 # IP address 10.3.137.2
  158. IPPortClassifier02_Port = 5003 # Port 5003
  159. IPPortClassifier02_DTag = 6 # User priority 6
  160.  
  161.  
  162. NumOfCodePoints = 4
  163. DSCPClassifier00_CodePoint = 0 #Best Effort
  164. DSCPClassifier00_DTag = 0
  165.  
  166. DSCPClassifier01_CodePoint = 8 #Background
  167. DSCPClassifier01_DTag = 1
  168.  
  169. DSCPClassifier02_CodePoint = 40 #Video
  170. DSCPClassifier02_DTag = 5
  171.  
  172. DSCPClassifier03_CodePoint = 56 #Voice
  173. DSCPClassifier03_DTag = 6
  174.  
  175. dot11MaxReceiveLifetime=512000
  176. FracOfLifeTimeToDrop = 50
  177.  
  178. WiFiAdhoc = 0
  179. WiFiWmmPS = 0 # Use 1 on WiFi test in order to configure PS to work in WMM mode
  180.  
  181. EarlyWakeUp = 1 # 0 - Disable , 1 - Enable
  182.  
  183. TxEnergyDetection = 0 # Use 1 for enabling
  184.  
  185. TriggeredScanTimeOut = 50000 # Maximum time in Us between 2 channels on triggered scan
  186. # PsPoll delivery failure solution
  187. PsPollDeliveryFailureRecoveryPeriod = 20 # Time in Ms to stay ACTIVE ('0' to disable feature)
  188. ConsecutivePsPollDeliveryFailureThreshold = 4 # Number of failed PsPoll's to start ACTIVE time out
  189.  
  190.  
  191. # Weights in percent for RSSI/SNR Average calculations
  192. RssiBeaconAverageWeight = 20
  193. RssiPacketAverageWeight = 10
  194. SnrBeaconAverageWeight = 20
  195. SnrPacketAverageWeight = 10
  196.  
  197. HT_Enable=1 # 0=disable 802.11n support / 1=Enable
  198. IbssProtectionType = 1 # 0 = CTS protection disable ; 1 = Standard CTS protection
  199. BurstModeEnable = 0 # 0 - Disabled 1 - Enabled
  200. RoamScanEnable = 0 # 1- roaming and immidate scan enable by deafult 0- allowing roaming & scannig due to CLI confguration
  201. RoamingOperationalMode = 1 # 0=Manual , 1=Auto
  202. RSNExternalMode = 0 # 0=Internal , 1=External
  203.  
  204. FmCoexuEnable = 0
  205. FmCoexuSwallowPeriod = 5
  206. FmCoexuNDividerFrefSet2 = 12
  207. FmCoexuMDividerFrefSet2 = 148
  208.  
  209. ##############################################################################################################################
  210. ################################################## Radio parameters data - Start #############################################
  211. ##############################################################################################################################
  212.  
  213. ################################ General parameters ################################
  214. STRFRefClock = 1 # Unit: Options 5'bXX000 : Bit 0,1,2 - (0: 19.2MHz; 1: 26MHz; 2: 38.4MHz (Default); 3: 52MHz; 4: 38.4MHz XTAL) ;
  215. # 5'bX0XXX : Bit 3 - CLK_REQ type; 0 = wired-OR (Default) , 1= push-pull
  216. # 5'b0XXXX : Bit 4 - CLK_REQ polarity; 0 = Normal (Default) , 1=Inverted, Format: Unsigned, Source: Customer
  217. STRFRefClockSettingTime = 5
  218. TXBiPFEMAutoDetect = 0 # Unit: Options (0: Manual Mode; 1: Automatic mode), Format: Unsigned, Source: Customer
  219. TXBiPFEMManufacturer = 1 # Unit: Options (0: RFMD; 1: Triquint), Format: Unsigned, Source: Customer
  220. ClockValidOnWakeup = 0
  221. DC2DCMode = 0 # Unit: Options (0: btSPI is not used; 1: mux DC2DC mode to BT_FUNC2), Format: Unsigned, Source: Customer
  222. Single_Dual_Band_Solution = 0 # Unit: Options (0: Single band. 2.4GHz only; 1: Dual band = 2.4GHz and 5GHz solution), Format: Unsigned, Source: Customer
  223. Settings = 1 # Unit: Options (Bit0: NBI (0: Off; 1: On), Bit1: Telec channel 14 (0: Off; 1: On), Format: Unsigned, Source: Customer
  224.  
  225.  
  226. # Smart Reflex params
  227. SRState = 0x01 # Unit: Options ( 1 - Enabled     0- Disabled) Format: Decimal, Source: TI
  228. SRF1 = 07,03,18,10,05,fb,f0,e8 # Unit: SRF1 values, Format: Signed, Source: TI
  229. SRF2 = 07,03,18,10,05,f6,f0,e8 # Unit: SRF2 values, Format: Signed, Source: TI
  230. SRF3 = 07,03,18,10,05,fb,f0,e8 # Unit: SRF3 values, Format: Signed, Source: TI
  231.  
  232. ################################ FEM dependents parameters #######################################
  233. ###################### FEM1 parameters ######################
  234.  
  235. # (for Single bend 2.4G parameters FEM1 (TQS 2.5) HDK20)
  236.  
  237. RxTraceInsertionLoss_2_4G = 0
  238. TxTraceInsertionLoss_2_4G = 0
  239. TXTraceLoss_2_4G = 0
  240. RxRssiAndProcessCompensation_2_4G = ec,f6,00,0c,18,f8,fc,00,08,10,f0,f8,00,0a,14
  241. TXBiPReferencePDvoltage_2_4G = 375 # 0x177
  242. TxBiPReferencePower_2_4G = 128 # 0x80
  243. TxBiPOffsetdB_2_4G = 0
  244. TxPerRatePowerLimits_2_4G_Normal = 1c,1f,22,24,28,29
  245. TxPerRatePowerLimits_2_4G_Degraded =19,1f,22,23,27,28
  246. TxPerChannelPowerLimits_2_4G_11b = 29,29,29,29,28,28,28,28,27,27,27,27,27,27
  247. TxPerChannelPowerLimits_2_4G_OFDM = 29,29,29,29,28,28,28,28,27,27,27,27,27,27
  248. TxPDVsRateOffsets_2_4G = 01,02,02,02,02,00
  249. TxIbiasTable_2_4G = 11,11,15,11,15,0f
  250. RxFemInsertionLoss_2_4G = 14 # 0x0e
  251.  
  252.  
  253. ###################### FEM0 parameters #########################
  254.  
  255. # (for Single bend 2.4G parameters FEM0 (RFMD 3.0) HDK20)
  256.  
  257. #RxTraceInsertionLoss_2_4G = 0
  258. #TXTraceLoss_2_4G = 0
  259. #RxRssiAndProcessCompensation_2_4G = ec,f6,00,0c,18,f8,fc,00,08,10,f0,f8,00,0a,14
  260. #TXBiPReferencePDvoltage_2_4G = 0x0164
  261. #TxBiPReferencePower_2_4G = 0x80
  262. #TxBiPOffsetdB_2_4G = 00
  263. #TxPerRatePowerLimits_2_4G_Normal = 1c,1f,22,24,28,29
  264. #TxPerRatePowerLimits_2_4G_Degraded = 19,1f,22,23,27,28
  265. #TxPerChannelPowerLimits_2_4G_11b = 50,50,50,50,50,50,50,50,50,50,50,50,50,50
  266. #TxPerChannelPowerLimits_2_4G_OFDM = 50,50,50,50,50,50,50,50,50,50,50,50,50,50
  267. #TxPDVsRateOffsets_2_4G = 01,02,02,02,02,00
  268. #TxIbiasTable_2_4G = 1a,1a,1a,1a,1a,21
  269. #RxFemInsertionLoss_2_4G = 0x10
  270.  
  271. ##############################################################################################################################
  272. ################################################## Radio parameters data - End ###############################################
  273. ##############################################################################################################################
  274.  
  275.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement