blob: aa508fa5b5836c02af6f7bb01ba52b9b2b418ff5 [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
35# Handoff Enable(1) Disable(0)
36
37gEnableHandoff=0
38
39
40# CSR Roaming Enable(1) Disable(0)
41
42gRoamingTime=0
43
44
45# Assigned MAC Addresses - This will be used until NV items are in place
46
47# Each byte of MAC address is represented in Hex format as XX
48
49Intf0MacAddress=000AF58989FF
50Intf1MacAddress=000AF58989FE
51Intf2MacAddress=000AF58989FD
52
53Intf3MacAddress=000AF58989FC
54
55
56# UAPSD service interval for VO,VI, BE, BK traffic
57
58InfraUapsdVoSrvIntv=0
59
60InfraUapsdViSrvIntv=0
61
62InfraUapsdBeSrvIntv=0
63
64InfraUapsdBkSrvIntv=0
65
66
67# Disable RSSI FW filtering
68
69gEnableFWRssiMonitoring=1
70
71
72# Make 1x1 the default antenna configuration
73
74gNumRxAnt=1
75
76
77# Beacon filtering frequency (unit in beacon intervals)
78
79gNthBeaconFilter=50
80
81
82# Enable WAPI or not
83
84# WAPIIsEnabled=0
85
86
87# Flags to filter Mcast abd Bcast RX packets.
88
89# Value 0: No filtering, 1: Filter all Multicast.
90
91# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
92
93McastBcastFilter=0
94
95
96#Flag to enable HostARPOffload feature or not
97
Gopichand Nakkala4f7e5eb2013-03-14 18:00:29 -070098hostArpOffload=1
Sheng Fangd1d881e2013-03-20 12:04:17 +080099
100
101#SoftAP Related Parameters
102
103# AP MAc addr
104
105gAPMacAddr=000AF589dcab
106
107
108# 802.11n Protection flag
109
110gEnableApProt=1
111
112
113#Enable OBSS protection
114
115gEnableApOBSSProt=0
116
117
118#Enable/Disable UAPSD for SoftAP
119
120gEnableApUapsd=0
121
122
123# Fixed Rate
124
125gFixedRate=0
126
127
128# Maximum Tx power
129
130# gTxPowerCap=30
131
132
133# Fragmentation Threshold
134
135# gFragmentationThreshold=2346
136
137
138# RTS threshold
139
140RTSThreshold=2347
141
142
143# Intra-BSS forward
144
145gDisableIntraBssFwd=0
146
147
148# WMM Enable/Disable
149
150WmmIsEnabled=0
151
152
153# 802.11d support
154
155g11dSupportEnabled=1
156
157# CCX Support and fast transition
158CcxEnabled=0
159FastTransitionEnabled=1
160ImplicitQosIsEnabled=1
161gNeighborScanTimerPeriod=200
162
163gNeighborLookupThreshold=76
164gNeighborReassocThreshold=81
165
166gNeighborScanChannelMinTime=20
167gNeighborScanChannelMaxTime=30
168gMaxNeighborReqTries=3
169
170# Legacy (non-CCX, non-802.11r) Fast Roaming Support
171# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1
172# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0
173FastRoamEnabled=1
174
175#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
176#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
177#the RSSI of the new/roamable AP should be for roaming
178RoamRssiDiff=3
179
180#Configure the RSSI gap that will be used to partition/categorize width of
181#each individual category (aka bucket).
182gRssiCatGap=5
183
184#Prefer 5GHz APs while roaming (default is gRoamPrefer5GHz=1)
185gRoamPrefer5GHz=1
186
187# SAP Country code
188
189# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
190
191# Example
192
193# US Indoor, USI
194
195# Korea Outdoor, KRO
196
197# Japan without optional byte, JP
198
199# France without optional byte, FR
200
201#gAPCntryCode=USI
202
203
204#Short Guard Interval Enable/disable
205
206gShortGI20Mhz=1
207
208gShortGI40Mhz=1
209
210
211#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
212
213gAPAutoShutOff=0
214
215
216# SAP auto channel selection configuration
217
218# 0 = disable auto channel selection
219
220# 1 = enable auto channel selection, channel provided by supplicant will be ignored
221
222gApAutoChannelSelection=0
223
224
225# Listen Energy Detect Mode Configuration
226
227# Valid values 0-128
228
229# 128 means disable Energy Detect feature
230
231# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
232
233# 10-128 are reserved.
234
235# The EDET threshold mapping is as follows in 3dB step:
236
237# 0 = -60 dBm
238
239# 1 = -63 dBm
240
241# 2 = -66 dBm
242
243# ...
244
245# 7 = -81 dBm
246
247# 8 = -84 dBm
248
249# 9 = -87 dBm
250
251# 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:
252
253#
254
255# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
256
257#
258
259gEnablePhyAgcListenMode=128
260
261
262#Preferred channel to start BT AMP AP mode (0 means, any channel)
263
264BtAmpPreferredChannel=0
265
266
267#Preferred band (both or 2.4 only or 5 only)
268
269BandCapability=0
270
271
272#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
273
Gopichand Nakkala4f7e5eb2013-03-14 18:00:29 -0700274enableBeaconEarlyTermination=1
Sheng Fangd1d881e2013-03-20 12:04:17 +0800275
Gopichand Nakkala4f7e5eb2013-03-14 18:00:29 -0700276beaconEarlyTerminationWakeInterval=11
Sheng Fangd1d881e2013-03-20 12:04:17 +0800277
278
279#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
280
281gEnableBtAmp=0
282
283
284#SOFTAP Channel Range selection
285
286gAPChannelSelectStartChannel=1
287
288gAPChannelSelectEndChannel=11
289
290
291#SOFTAP Channel Range selection Operating band
292
293# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
294
295gAPChannelSelectOperatingBand=0
296
297
298#Channel Bonding
299gChannelBondingMode5GHz=6
300
301
302#Enable Keep alive with non-zero period value
303
304#gStaKeepAlivePeriod = 30
305
Gopichand Nakkala4f7e5eb2013-03-14 18:00:29 -0700306#AP LINK MONITOR TIMEOUT is used for both SAP and GO mode.
307#It is used to change the frequency of keep alive packets in the AP Link Monitor period which is by
308#default 20s. Currently the keep alive packets are sent as an interval of 3s but after this change
309#the keep alive packet frequency can be changed.
310
311#gApLinkMonitorPeriod = 3
312
Sheng Fangd1d881e2013-03-20 12:04:17 +0800313
314#If set will start with active scan after driver load, otherwise will start with
315
316#passive scan to find out the domain
317
318#gEnableBypass11d=1
319
320
321#If set to 0, will not scan DFS channels
322
323gEnableDFSChnlScan=1
324
325
326gVhtChannelWidth=2
327gEnableLogp=1
328
329
330# Enable Automatic Tx Power control
331
332gEnableAutomaticTxPowerControl=1
333
334# 0 for OLPC 1 for CLPC and SCPC
335gEnableCloseLoop=1
336
337#Data Inactivity Timeout when in powersave (in ms)
338gDataInactivityTimeout=200
339
340# VHT Tx/Rx MCS values
341# Valid values are 0,1,2. If commented out, the default value is 0.
342# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
343gVhtRxMCS=2
344gVhtTxMCS=2
345
346gEnableLpwrImgTransition=1
347
348# Enable Tx beamforming
349gTxBFEnable=1
350
351# Enable Tx LDPC
352#gTxLdpcEnable = 1 for HT mode, 2 for VHT mode,3 for both HT and VHT
353gTxLdpcEnable=3
354
355END
356
357# Note: Configuration parser would not read anything past the END marker
358