blob: 4182ac10b50dc4dada2829eba4d889648bfe1b3f [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001# This file allows user to override the factory
Jeff Johnsone7245742012-09-05 17:12:55 -07002
Jeff Johnson295189b2012-06-20 16:38:30 -07003# defaults for the WLAN Driver
4
Jeff Johnsone7245742012-09-05 17:12:55 -07005
Jeff Johnson295189b2012-06-20 16:38:30 -07006# Enable IMPS or not
7gEnableImps=1
8
9# Enable/Disable Idle Scan
Jeff Johnsone7245742012-09-05 17:12:55 -070010
Jeff Johnson295189b2012-06-20 16:38:30 -070011gEnableIdleScan=0
12
Jeff Johnsone7245742012-09-05 17:12:55 -070013
Jeff Johnson295189b2012-06-20 16:38:30 -070014# 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
Jeff Johnsone7245742012-09-05 17:12:55 -070019
Jeff Johnson295189b2012-06-20 16:38:30 -070020# Enable BMPS or not
21gEnableBmps=1
22
23# Enable suspend or not
Jeff Johnsone7245742012-09-05 17:12:55 -070024
Jeff Johnson295189b2012-06-20 16:38:30 -070025# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
Jeff Johnsone7245742012-09-05 17:12:55 -070026
Jeff Johnson295189b2012-06-20 16:38:30 -070027gEnableSuspend=3
28
Jeff Johnsone7245742012-09-05 17:12:55 -070029
Jeff Johnson295189b2012-06-20 16:38:30 -070030# Phy Mode (auto, b, g, n, etc)
Jeff Johnsone7245742012-09-05 17:12:55 -070031# Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
Jeff Johnson295189b2012-06-20 16:38:30 -070032gDot11Mode=0
33
Jeff Johnsone7245742012-09-05 17:12:55 -070034
Jeff Johnson295189b2012-06-20 16:38:30 -070035# Handoff Enable(1) Disable(0)
Jeff Johnsone7245742012-09-05 17:12:55 -070036
Jeff Johnson295189b2012-06-20 16:38:30 -070037gEnableHandoff=0
38
Jeff Johnsone7245742012-09-05 17:12:55 -070039
Jeff Johnson295189b2012-06-20 16:38:30 -070040# CSR Roaming Enable(1) Disable(0)
Jeff Johnsone7245742012-09-05 17:12:55 -070041
Jeff Johnson295189b2012-06-20 16:38:30 -070042gRoamingTime=0
43
Jeff Johnsone7245742012-09-05 17:12:55 -070044
Jeff Johnson295189b2012-06-20 16:38:30 -070045# Assigned MAC Addresses - This will be used until NV items are in place
Jeff Johnsone7245742012-09-05 17:12:55 -070046
Jeff Johnson295189b2012-06-20 16:38:30 -070047# Each byte of MAC address is represented in Hex format as XX
Jeff Johnsone7245742012-09-05 17:12:55 -070048
Jeff Johnson295189b2012-06-20 16:38:30 -070049Intf0MacAddress=000AF58989FF
50Intf1MacAddress=000AF58989FE
51Intf2MacAddress=000AF58989FD
Jeff Johnsone7245742012-09-05 17:12:55 -070052
Jeff Johnson295189b2012-06-20 16:38:30 -070053Intf3MacAddress=000AF58989FC
54
Jeff Johnsone7245742012-09-05 17:12:55 -070055
Jeff Johnson295189b2012-06-20 16:38:30 -070056# UAPSD service interval for VO,VI, BE, BK traffic
Jeff Johnsone7245742012-09-05 17:12:55 -070057
Jeff Johnson295189b2012-06-20 16:38:30 -070058InfraUapsdVoSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070059
Jeff Johnson295189b2012-06-20 16:38:30 -070060InfraUapsdViSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070061
Jeff Johnson295189b2012-06-20 16:38:30 -070062InfraUapsdBeSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070063
Jeff Johnson295189b2012-06-20 16:38:30 -070064InfraUapsdBkSrvIntv=0
65
Jeff Johnsone7245742012-09-05 17:12:55 -070066
Jeff Johnson295189b2012-06-20 16:38:30 -070067# Disable RSSI FW filtering
Jeff Johnsone7245742012-09-05 17:12:55 -070068
Jeff Johnson295189b2012-06-20 16:38:30 -070069gEnableFWRssiMonitoring=0
70
Jeff Johnsone7245742012-09-05 17:12:55 -070071
Jeff Johnson295189b2012-06-20 16:38:30 -070072# Make 1x1 the default antenna configuration
Jeff Johnsone7245742012-09-05 17:12:55 -070073
Jeff Johnson295189b2012-06-20 16:38:30 -070074gNumRxAnt=1
75
Jeff Johnsone7245742012-09-05 17:12:55 -070076
Jeff Johnson295189b2012-06-20 16:38:30 -070077# Beacon filtering frequency (unit in beacon intervals)
Jeff Johnsone7245742012-09-05 17:12:55 -070078
Jeff Johnson295189b2012-06-20 16:38:30 -070079gNthBeaconFilter=50
80
Jeff Johnsone7245742012-09-05 17:12:55 -070081
Jeff Johnson295189b2012-06-20 16:38:30 -070082# Enable WAPI or not
Jeff Johnsone7245742012-09-05 17:12:55 -070083
Jeff Johnson295189b2012-06-20 16:38:30 -070084# WAPIIsEnabled=0
85
Jeff Johnsone7245742012-09-05 17:12:55 -070086
Jeff Johnson295189b2012-06-20 16:38:30 -070087# Flags to filter Mcast abd Bcast RX packets.
Jeff Johnsone7245742012-09-05 17:12:55 -070088
Jeff Johnson295189b2012-06-20 16:38:30 -070089# Value 0: No filtering, 1: Filter all Multicast.
Jeff Johnsone7245742012-09-05 17:12:55 -070090
Jeff Johnson295189b2012-06-20 16:38:30 -070091# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
Jeff Johnsone7245742012-09-05 17:12:55 -070092
Jeff Johnson295189b2012-06-20 16:38:30 -070093McastBcastFilter=3
94
Jeff Johnsone7245742012-09-05 17:12:55 -070095
Jeff Johnson295189b2012-06-20 16:38:30 -070096#Flag to enable HostARPOffload feature or not
Jeff Johnsone7245742012-09-05 17:12:55 -070097
Jeff Johnson295189b2012-06-20 16:38:30 -070098hostArpOffload=0
99
Jeff Johnsone7245742012-09-05 17:12:55 -0700100
Jeff Johnson295189b2012-06-20 16:38:30 -0700101#SoftAP Related Parameters
Jeff Johnsone7245742012-09-05 17:12:55 -0700102
Jeff Johnson295189b2012-06-20 16:38:30 -0700103# AP MAc addr
Jeff Johnsone7245742012-09-05 17:12:55 -0700104
105gAPMacAddr=000AF589dcab
106
Jeff Johnson295189b2012-06-20 16:38:30 -0700107
108# 802.11n Protection flag
Jeff Johnsone7245742012-09-05 17:12:55 -0700109
Jeff Johnson295189b2012-06-20 16:38:30 -0700110gEnableApProt=1
111
Jeff Johnsone7245742012-09-05 17:12:55 -0700112
Jeff Johnson295189b2012-06-20 16:38:30 -0700113#Enable OBSS protection
Jeff Johnsone7245742012-09-05 17:12:55 -0700114
Jeff Johnson295189b2012-06-20 16:38:30 -0700115gEnableApOBSSProt=0
116
Jeff Johnsone7245742012-09-05 17:12:55 -0700117
Jeff Johnson295189b2012-06-20 16:38:30 -0700118#Enable/Disable UAPSD for SoftAP
Jeff Johnsone7245742012-09-05 17:12:55 -0700119
120gEnableApUapsd=0
121
Jeff Johnson295189b2012-06-20 16:38:30 -0700122
123# Fixed Rate
Jeff Johnsone7245742012-09-05 17:12:55 -0700124
Jeff Johnson295189b2012-06-20 16:38:30 -0700125gFixedRate=0
126
Jeff Johnsone7245742012-09-05 17:12:55 -0700127
Jeff Johnson295189b2012-06-20 16:38:30 -0700128# Maximum Tx power
Jeff Johnsone7245742012-09-05 17:12:55 -0700129
Jeff Johnson295189b2012-06-20 16:38:30 -0700130# gTxPowerCap=30
131
Jeff Johnsone7245742012-09-05 17:12:55 -0700132
Jeff Johnson295189b2012-06-20 16:38:30 -0700133# Fragmentation Threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700134
Jeff Johnson295189b2012-06-20 16:38:30 -0700135# gFragmentationThreshold=2346
136
Jeff Johnsone7245742012-09-05 17:12:55 -0700137
Jeff Johnson295189b2012-06-20 16:38:30 -0700138# RTS threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700139
Jeff Johnson295189b2012-06-20 16:38:30 -0700140RTSThreshold=2347
141
Jeff Johnsone7245742012-09-05 17:12:55 -0700142
Jeff Johnson295189b2012-06-20 16:38:30 -0700143# Intra-BSS forward
Jeff Johnsone7245742012-09-05 17:12:55 -0700144
Jeff Johnson295189b2012-06-20 16:38:30 -0700145gDisableIntraBssFwd=0
146
Jeff Johnsone7245742012-09-05 17:12:55 -0700147
Jeff Johnson295189b2012-06-20 16:38:30 -0700148# WMM Enable/Disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700149
Jeff Johnson295189b2012-06-20 16:38:30 -0700150WmmIsEnabled=0
151
Jeff Johnsone7245742012-09-05 17:12:55 -0700152
Jeff Johnson295189b2012-06-20 16:38:30 -0700153# 802.11d support
Jeff Johnsone7245742012-09-05 17:12:55 -0700154
Jeff Johnson295189b2012-06-20 16:38:30 -0700155g11dSupportEnabled=1
156
157# CCX Support and fast transition
158CcxEnabled=0
159FastTransitionEnabled=0
160ImplicitQosIsEnabled=1
161gNeighborScanTimerPeriod=200
162
Madan Mohan Koyyalamudi5a32f0d2012-09-18 17:33:54 -0700163gNeighborLookupThreshold=70
164gNeighborReassocThreshold=75
Jeff Johnson295189b2012-06-20 16:38:30 -0700165
166gNeighborScanChannelList=1,11,36,64
167gNeighborScanChannelMinTime=20
168gNeighborScanChannelMaxTime=30
169gMaxNeighborReqTries=3
170
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700171# Legacy (non-CCX, non-802.11r) Fast Roaming Support
172# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1
173# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0
174FastRoamEnabled=0
175
Jeff Johnson43971f52012-07-17 12:26:56 -0700176#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
177#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
178#the RSSI of the new/roamable AP should be for roaming
Jeff Johnsone7245742012-09-05 17:12:55 -0700179RoamRssiDiff=5
Jeff Johnson43971f52012-07-17 12:26:56 -0700180
Jeff Johnson295189b2012-06-20 16:38:30 -0700181# SAP Country code
Jeff Johnsone7245742012-09-05 17:12:55 -0700182
Jeff Johnson295189b2012-06-20 16:38:30 -0700183# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
Jeff Johnsone7245742012-09-05 17:12:55 -0700184
Jeff Johnson295189b2012-06-20 16:38:30 -0700185# Example
Jeff Johnsone7245742012-09-05 17:12:55 -0700186
Jeff Johnson295189b2012-06-20 16:38:30 -0700187# US Indoor, USI
Jeff Johnsone7245742012-09-05 17:12:55 -0700188
Jeff Johnson295189b2012-06-20 16:38:30 -0700189# Korea Outdoor, KRO
Jeff Johnsone7245742012-09-05 17:12:55 -0700190
Jeff Johnson295189b2012-06-20 16:38:30 -0700191# Japan without optional byte, JP
Jeff Johnsone7245742012-09-05 17:12:55 -0700192
Jeff Johnson295189b2012-06-20 16:38:30 -0700193# France without optional byte, FR
Jeff Johnsone7245742012-09-05 17:12:55 -0700194
Jeff Johnson295189b2012-06-20 16:38:30 -0700195#gAPCntryCode=USI
196
Jeff Johnsone7245742012-09-05 17:12:55 -0700197
Jeff Johnson295189b2012-06-20 16:38:30 -0700198#Short Guard Interval Enable/disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700199
Jeff Johnson295189b2012-06-20 16:38:30 -0700200gShortGI20Mhz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700201
Jeff Johnson295189b2012-06-20 16:38:30 -0700202gShortGI40Mhz=1
203
Jeff Johnsone7245742012-09-05 17:12:55 -0700204
Jeff Johnson295189b2012-06-20 16:38:30 -0700205#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
Jeff Johnsone7245742012-09-05 17:12:55 -0700206
Jeff Johnson295189b2012-06-20 16:38:30 -0700207gAPAutoShutOff=0
208
Jeff Johnsone7245742012-09-05 17:12:55 -0700209
Jeff Johnson295189b2012-06-20 16:38:30 -0700210# SAP auto channel selection configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700211
Jeff Johnson295189b2012-06-20 16:38:30 -0700212# 0 = disable auto channel selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700213
Jeff Johnson295189b2012-06-20 16:38:30 -0700214# 1 = enable auto channel selection, channel provided by supplicant will be ignored
Jeff Johnsone7245742012-09-05 17:12:55 -0700215
Jeff Johnson295189b2012-06-20 16:38:30 -0700216gApAutoChannelSelection=0
217
Jeff Johnsone7245742012-09-05 17:12:55 -0700218
Jeff Johnson295189b2012-06-20 16:38:30 -0700219# Listen Energy Detect Mode Configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700220
Jeff Johnson295189b2012-06-20 16:38:30 -0700221# Valid values 0-128
Jeff Johnsone7245742012-09-05 17:12:55 -0700222
Jeff Johnson295189b2012-06-20 16:38:30 -0700223# 128 means disable Energy Detect feature
Jeff Johnsone7245742012-09-05 17:12:55 -0700224
Jeff Johnson295189b2012-06-20 16:38:30 -0700225# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
Jeff Johnsone7245742012-09-05 17:12:55 -0700226
Jeff Johnson295189b2012-06-20 16:38:30 -0700227# 10-128 are reserved.
Jeff Johnsone7245742012-09-05 17:12:55 -0700228
Jeff Johnson295189b2012-06-20 16:38:30 -0700229# The EDET threshold mapping is as follows in 3dB step:
Jeff Johnsone7245742012-09-05 17:12:55 -0700230
Jeff Johnson295189b2012-06-20 16:38:30 -0700231# 0 = -60 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700232
Jeff Johnson295189b2012-06-20 16:38:30 -0700233# 1 = -63 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700234
Jeff Johnson295189b2012-06-20 16:38:30 -0700235# 2 = -66 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700236
Jeff Johnson295189b2012-06-20 16:38:30 -0700237# ...
Jeff Johnsone7245742012-09-05 17:12:55 -0700238
Jeff Johnson295189b2012-06-20 16:38:30 -0700239# 7 = -81 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700240
Jeff Johnson295189b2012-06-20 16:38:30 -0700241# 8 = -84 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700242
Jeff Johnson295189b2012-06-20 16:38:30 -0700243# 9 = -87 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700244
Jeff Johnson295189b2012-06-20 16:38:30 -0700245# 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:
Jeff Johnsone7245742012-09-05 17:12:55 -0700246
Jeff Johnson295189b2012-06-20 16:38:30 -0700247#
Jeff Johnsone7245742012-09-05 17:12:55 -0700248
Jeff Johnson295189b2012-06-20 16:38:30 -0700249# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
Jeff Johnsone7245742012-09-05 17:12:55 -0700250
Jeff Johnson295189b2012-06-20 16:38:30 -0700251#
Jeff Johnsone7245742012-09-05 17:12:55 -0700252
Jeff Johnson295189b2012-06-20 16:38:30 -0700253gEnablePhyAgcListenMode=128
254
Jeff Johnsone7245742012-09-05 17:12:55 -0700255
Jeff Johnson295189b2012-06-20 16:38:30 -0700256#Preferred channel to start BT AMP AP mode (0 means, any channel)
Jeff Johnsone7245742012-09-05 17:12:55 -0700257
Jeff Johnson295189b2012-06-20 16:38:30 -0700258BtAmpPreferredChannel=0
259
Jeff Johnsone7245742012-09-05 17:12:55 -0700260
Jeff Johnson295189b2012-06-20 16:38:30 -0700261#Preferred band (both or 2.4 only or 5 only)
Jeff Johnsone7245742012-09-05 17:12:55 -0700262
Jeff Johnson295189b2012-06-20 16:38:30 -0700263BandCapability=0
264
Jeff Johnsone7245742012-09-05 17:12:55 -0700265
Jeff Johnson295189b2012-06-20 16:38:30 -0700266#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700267
Jeff Johnson295189b2012-06-20 16:38:30 -0700268enableBeaconEarlyTermination=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700269
Jeff Johnson295189b2012-06-20 16:38:30 -0700270beaconEarlyTerminationWakeInterval=3
271
Jeff Johnsone7245742012-09-05 17:12:55 -0700272
Jeff Johnson295189b2012-06-20 16:38:30 -0700273#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700274
Jeff Johnson43971f52012-07-17 12:26:56 -0700275gEnableBtAmp=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700276
Jeff Johnsone7245742012-09-05 17:12:55 -0700277
Jeff Johnson295189b2012-06-20 16:38:30 -0700278#SOFTAP Channel Range selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700279
Jeff Johnson295189b2012-06-20 16:38:30 -0700280gAPChannelSelectStartChannel=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700281
Jeff Johnson295189b2012-06-20 16:38:30 -0700282gAPChannelSelectEndChannel=11
283
Jeff Johnsone7245742012-09-05 17:12:55 -0700284
Jeff Johnson295189b2012-06-20 16:38:30 -0700285#SOFTAP Channel Range selection Operating band
Jeff Johnsone7245742012-09-05 17:12:55 -0700286
Jeff Johnson295189b2012-06-20 16:38:30 -0700287# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
Jeff Johnsone7245742012-09-05 17:12:55 -0700288
Jeff Johnson295189b2012-06-20 16:38:30 -0700289gAPChannelSelectOperatingBand=0
290
Jeff Johnsone7245742012-09-05 17:12:55 -0700291
292#Channel Bonding
293gChannelBondingMode5GHz=6
294
295
Jeff Johnson295189b2012-06-20 16:38:30 -0700296#Enable Keep alive with non-zero period value
Jeff Johnsone7245742012-09-05 17:12:55 -0700297
Jeff Johnson295189b2012-06-20 16:38:30 -0700298#gStaKeepAlivePeriod = 30
299
Jeff Johnsone7245742012-09-05 17:12:55 -0700300
Jeff Johnson295189b2012-06-20 16:38:30 -0700301#If set will start with active scan after driver load, otherwise will start with
Jeff Johnsone7245742012-09-05 17:12:55 -0700302
Jeff Johnson295189b2012-06-20 16:38:30 -0700303#passive scan to find out the domain
Jeff Johnsone7245742012-09-05 17:12:55 -0700304
305#gEnableBypass11d=1
306
Jeff Johnson295189b2012-06-20 16:38:30 -0700307
308#If set to 0, will not scan DFS channels
Jeff Johnsone7245742012-09-05 17:12:55 -0700309
Jeff Johnson295189b2012-06-20 16:38:30 -0700310gEnableDFSChnlScan=1
311
Jeff Johnsone7245742012-09-05 17:12:55 -0700312
313gVhtChannelWidth=2
Jeff Johnson295189b2012-06-20 16:38:30 -0700314gEnableLogp=1
315
Jeff Johnsone7245742012-09-05 17:12:55 -0700316
Jeff Johnson295189b2012-06-20 16:38:30 -0700317# Enable Automatic Tx Power control
Jeff Johnsone7245742012-09-05 17:12:55 -0700318
Jeff Johnson295189b2012-06-20 16:38:30 -0700319gEnableAutomaticTxPowerControl=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700320
321# 0 for OLPC 1 for CLPC and SCPC
322gEnableCloseLoop=1
323
324#Data Inactivity Timeout when in powersave (in ms)
325gDataInactivityTimeout=200
326
327# VHT Tx/Rx MCS values
328# Valid values are 0,1,2. If commented out, the default value is 0.
329# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
330gVhtRxMCS=2
331gVhtTxMCS=2
332
333
Jeff Johnson295189b2012-06-20 16:38:30 -0700334END
Jeff Johnsone7245742012-09-05 17:12:55 -0700335
Jeff Johnson295189b2012-06-20 16:38:30 -0700336# Note: Configuration parser would not read anything past the END marker
Jeff Johnsone7245742012-09-05 17:12:55 -0700337