blob: be4425ba60fc5288457a8cfbf431805525b6e5a9 [file] [log] [blame]
Sheng Fangd1d881e2013-03-20 12:04:17 +08001# This file allows user to override the factory
2
3# defaults for the WLAN Driver
4
5
6# Enable IMPS or not
7gEnableImps=1
8
9# Enable/Disable Idle Scan
10
11gEnableIdleScan=0
12
13
14# Increase sleep duration (seconds) during IMPS
15# 0 implies no periodic wake up from IMPS. Periodic wakeup is
16# unnecessary if Idle Scan is disabled.
17gImpsModSleepTime=0
18
19
20# Enable BMPS or not
21gEnableBmps=1
22
23# Enable suspend or not
24
25# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
26
27gEnableSuspend=3
28
29
30# Phy Mode (auto, b, g, n, etc)
31# Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
32gDot11Mode=0
33
34
Sheng Fangd1d881e2013-03-20 12:04:17 +080035# CSR Roaming Enable(1) Disable(0)
36
37gRoamingTime=0
38
39
40# Assigned MAC Addresses - This will be used until NV items are in place
41
42# Each byte of MAC address is represented in Hex format as XX
43
44Intf0MacAddress=000AF58989FF
45Intf1MacAddress=000AF58989FE
46Intf2MacAddress=000AF58989FD
47
48Intf3MacAddress=000AF58989FC
49
50
51# UAPSD service interval for VO,VI, BE, BK traffic
52
53InfraUapsdVoSrvIntv=0
54
55InfraUapsdViSrvIntv=0
56
57InfraUapsdBeSrvIntv=0
58
59InfraUapsdBkSrvIntv=0
60
Sandeep Puligillaa5e6f052013-11-27 00:55:22 +053061# Flag to allow STA send AddTspec even when ACM is Off
62gAddTSWhenACMIsOff=1
Sheng Fangd1d881e2013-03-20 12:04:17 +080063
Sheng Fangd1d881e2013-03-20 12:04:17 +080064# Make 1x1 the default antenna configuration
65
66gNumRxAnt=1
67
68
69# Beacon filtering frequency (unit in beacon intervals)
70
71gNthBeaconFilter=50
72
73
74# Enable WAPI or not
75
76# WAPIIsEnabled=0
77
78
79# Flags to filter Mcast abd Bcast RX packets.
80
81# Value 0: No filtering, 1: Filter all Multicast.
82
83# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
84
Madan Mohan Koyyalamudia486bbf2013-08-27 14:12:44 -070085McastBcastFilter=3
Sheng Fangd1d881e2013-03-20 12:04:17 +080086
87
88#Flag to enable HostARPOffload feature or not
89
Gopichand Nakkala4f7e5eb2013-03-14 18:00:29 -070090hostArpOffload=1
Sheng Fangd1d881e2013-03-20 12:04:17 +080091
92
93#SoftAP Related Parameters
94
95# AP MAc addr
96
97gAPMacAddr=000AF589dcab
98
99
100# 802.11n Protection flag
101
102gEnableApProt=1
103
104
105#Enable OBSS protection
106
Leela Venkata Kiran Kumar Reddy Chirala0d44e112014-01-08 18:54:04 -0800107gEnableApOBSSProt=1
Sheng Fangd1d881e2013-03-20 12:04:17 +0800108
109
110#Enable/Disable UAPSD for SoftAP
111
Naresh Jayaram867ad372014-01-24 21:57:08 +0530112gEnableApUapsd=1
Sheng Fangd1d881e2013-03-20 12:04:17 +0800113
114
115# Fixed Rate
116
117gFixedRate=0
118
119
120# Maximum Tx power
121
122# gTxPowerCap=30
123
124
125# Fragmentation Threshold
126
127# gFragmentationThreshold=2346
128
129
130# RTS threshold
131
132RTSThreshold=2347
133
134
135# Intra-BSS forward
136
137gDisableIntraBssFwd=0
138
139
140# WMM Enable/Disable
141
142WmmIsEnabled=0
143
144
145# 802.11d support
146
147g11dSupportEnabled=1
148
149# CCX Support and fast transition
150CcxEnabled=0
151FastTransitionEnabled=1
Sandeep Puligillaa5e6f052013-11-27 00:55:22 +0530152ImplicitQosIsEnabled=0
Sheng Fangd1d881e2013-03-20 12:04:17 +0800153gNeighborScanTimerPeriod=200
154
Bansidhar Gopalchari0a59be12013-06-21 22:06:36 -0700155gNeighborLookupThreshold=78
Sheng Fangd1d881e2013-03-20 12:04:17 +0800156
157gNeighborScanChannelMinTime=20
158gNeighborScanChannelMaxTime=30
Sheng Fangd1d881e2013-03-20 12:04:17 +0800159
160# Legacy (non-CCX, non-802.11r) Fast Roaming Support
Bansidhar Gopalchari0a59be12013-06-21 22:06:36 -0700161# To enable, set FastRoamEnabled=1
162# To disable, set FastRoamEnabled=0
Sheng Fangd1d881e2013-03-20 12:04:17 +0800163FastRoamEnabled=1
164
165#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
166#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
167#the RSSI of the new/roamable AP should be for roaming
Bansidhar Gopalchari0a59be12013-06-21 22:06:36 -0700168RoamRssiDiff=5
Sheng Fangd1d881e2013-03-20 12:04:17 +0800169
170# SAP Country code
171
172# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
173
174# Example
175
176# US Indoor, USI
177
178# Korea Outdoor, KRO
179
180# Japan without optional byte, JP
181
182# France without optional byte, FR
183
184#gAPCntryCode=USI
185
186
187#Short Guard Interval Enable/disable
188
189gShortGI20Mhz=1
190
191gShortGI40Mhz=1
192
193
194#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
195
196gAPAutoShutOff=0
197
198
199# SAP auto channel selection configuration
200
201# 0 = disable auto channel selection
202
203# 1 = enable auto channel selection, channel provided by supplicant will be ignored
204
Kiet Lamf5b1bd82014-02-26 18:03:28 -0800205gApAutoChannelSelection=1
Sheng Fangd1d881e2013-03-20 12:04:17 +0800206
207
208# Listen Energy Detect Mode Configuration
209
210# Valid values 0-128
211
212# 128 means disable Energy Detect feature
213
214# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
215
216# 10-128 are reserved.
217
218# The EDET threshold mapping is as follows in 3dB step:
219
220# 0 = -60 dBm
221
222# 1 = -63 dBm
223
224# 2 = -66 dBm
225
226# ...
227
228# 7 = -81 dBm
229
230# 8 = -84 dBm
231
232# 9 = -87 dBm
233
234# 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:
235
236#
237
238# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
239
240#
241
242gEnablePhyAgcListenMode=128
243
244
245#Preferred channel to start BT AMP AP mode (0 means, any channel)
246
247BtAmpPreferredChannel=0
248
249
250#Preferred band (both or 2.4 only or 5 only)
251
252BandCapability=0
253
254
255#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
256
Gopichand Nakkala4f7e5eb2013-03-14 18:00:29 -0700257enableBeaconEarlyTermination=1
Sheng Fangd1d881e2013-03-20 12:04:17 +0800258
Gopichand Nakkala4f7e5eb2013-03-14 18:00:29 -0700259beaconEarlyTerminationWakeInterval=11
Sheng Fangd1d881e2013-03-20 12:04:17 +0800260
261
262#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
263
264gEnableBtAmp=0
265
266
267#SOFTAP Channel Range selection
268
269gAPChannelSelectStartChannel=1
270
271gAPChannelSelectEndChannel=11
272
273
274#SOFTAP Channel Range selection Operating band
275
276# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
277
278gAPChannelSelectOperatingBand=0
279
280
281#Channel Bonding
Madan Mohan Koyyalamudica01dab2013-09-04 11:56:53 -0700282gChannelBondingMode5GHz=1
Sheng Fangd1d881e2013-03-20 12:04:17 +0800283
284
285#Enable Keep alive with non-zero period value
286
Madan Mohan Koyyalamudica01dab2013-09-04 11:56:53 -0700287gStaKeepAlivePeriod=30
Sheng Fangd1d881e2013-03-20 12:04:17 +0800288
Gopichand Nakkala4f7e5eb2013-03-14 18:00:29 -0700289
Madan Mohan Koyyalamudi0a2ba9a2013-09-17 20:12:25 -0700290#Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
291#For every 10 seconds DUT sends Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 seconds.)
292#For both active and power save clients.
Gopichand Nakkala4f7e5eb2013-03-14 18:00:29 -0700293
Madan Mohan Koyyalamudi0a2ba9a2013-09-17 20:12:25 -0700294#Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit.
295#If doesn't honor for 5 seconds then Driver remove client.
Sheng Fangd1d881e2013-03-20 12:04:17 +0800296
Madan Mohan Koyyalamudi0a2ba9a2013-09-17 20:12:25 -0700297#Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still DUT try on
298#11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
299#Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod +gGoLinkMonitorPeriod)..
300
301#gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
302#where we send NULL frame.
303
AnjaneeDevi Kapparapu3ac429f2014-02-27 14:32:44 +0530304gApLinkMonitorPeriod = 30
Madan Mohan Koyyalamudi0a2ba9a2013-09-17 20:12:25 -0700305
AnjaneeDevi Kapparapu3ac429f2014-02-27 14:32:44 +0530306gGoLinkMonitorPeriod = 10
Madan Mohan Koyyalamudi0a2ba9a2013-09-17 20:12:25 -0700307
308#gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not.
309#Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod.
310#gGoKeepAlivePeriod = 5
311
312#gApKeepAlivePeriod = 5
Sheng Fangd1d881e2013-03-20 12:04:17 +0800313#If set will start with active scan after driver load, otherwise will start with
314
315#passive scan to find out the domain
316
317#gEnableBypass11d=1
318
319
320#If set to 0, will not scan DFS channels
321
322gEnableDFSChnlScan=1
323
324
325gVhtChannelWidth=2
326gEnableLogp=1
327
328
329# Enable Automatic Tx Power control
330
331gEnableAutomaticTxPowerControl=1
332
333# 0 for OLPC 1 for CLPC and SCPC
334gEnableCloseLoop=1
335
336#Data Inactivity Timeout when in powersave (in ms)
337gDataInactivityTimeout=200
338
339# VHT Tx/Rx MCS values
340# Valid values are 0,1,2. If commented out, the default value is 0.
341# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
342gVhtRxMCS=2
343gVhtTxMCS=2
344
345gEnableLpwrImgTransition=1
346
347# Enable Tx beamforming
348gTxBFEnable=1
349
350# Enable Tx LDPC
351#gTxLdpcEnable = 1 for HT mode, 2 for VHT mode,3 for both HT and VHT
352gTxLdpcEnable=3
353
Madan Mohan Koyyalamudibc088012013-08-06 20:48:27 -0700354#FlexConnect Power Factor
355#Default is set to 0 (disable)
356gFlexConnectPowerFactor=0
357
Madan Mohan Koyyalamudidb54a702013-08-15 15:23:45 -0700358# Valid values are 2048,4096,8192 and so on
359# Please don't use values other than the ones mentioned above
360gMaxMediumTime=4096
361
Madan Mohan Koyyalamudi0a2ba9a2013-09-17 20:12:25 -0700362# 802.11K support
363gRrmEnable=1
364gRrmOperChanMax=8
365gRrmNonOperChanMax=8
366gRrmRandIntvl=100
367
AnjaneeDevi Kapparapu3ac429f2014-02-27 14:32:44 +0530368#Enable/Disable Modulated DTIM feature
369gEnableModulatedDTIM=3
370
371#max LI value for modulated DTIM
372gMaxLIModulatedDTIM=3
373
Sheng Fangd1d881e2013-03-20 12:04:17 +0800374END
375
376# Note: Configuration parser would not read anything past the END marker
377