blob: 18c74f20751e1f1a693ec1927951a7b269f8613e [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
Madan Mohan Koyyalamudiff3c4f12012-10-15 17:30:12 -0700115gEnableApOBSSProt=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700116
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
Jeff Johnson295189b2012-06-20 16:38:30 -0700166gNeighborScanChannelMinTime=20
167gNeighborScanChannelMaxTime=30
168gMaxNeighborReqTries=3
169
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700170# 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=0
174
Jeff Johnson43971f52012-07-17 12:26:56 -0700175#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
Madan Mohan Koyyalamudieebdcbf2012-10-05 12:08:52 -0700178RoamRssiDiff=0
Jeff Johnson43971f52012-07-17 12:26:56 -0700179
Madan Mohan Koyyalamudi4c8c6352012-10-15 16:40:16 -0700180#Configure the RSSI gap that will be used to partition/categorize width of
181#each individual category (aka bucket).
182gRssiCatGap=10
183
Jeff Johnson295189b2012-06-20 16:38:30 -0700184# SAP Country code
Jeff Johnsone7245742012-09-05 17:12:55 -0700185
Jeff Johnson295189b2012-06-20 16:38:30 -0700186# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
Jeff Johnsone7245742012-09-05 17:12:55 -0700187
Jeff Johnson295189b2012-06-20 16:38:30 -0700188# Example
Jeff Johnsone7245742012-09-05 17:12:55 -0700189
Jeff Johnson295189b2012-06-20 16:38:30 -0700190# US Indoor, USI
Jeff Johnsone7245742012-09-05 17:12:55 -0700191
Jeff Johnson295189b2012-06-20 16:38:30 -0700192# Korea Outdoor, KRO
Jeff Johnsone7245742012-09-05 17:12:55 -0700193
Jeff Johnson295189b2012-06-20 16:38:30 -0700194# Japan without optional byte, JP
Jeff Johnsone7245742012-09-05 17:12:55 -0700195
Jeff Johnson295189b2012-06-20 16:38:30 -0700196# France without optional byte, FR
Jeff Johnsone7245742012-09-05 17:12:55 -0700197
Jeff Johnson295189b2012-06-20 16:38:30 -0700198#gAPCntryCode=USI
199
Jeff Johnsone7245742012-09-05 17:12:55 -0700200
Jeff Johnson295189b2012-06-20 16:38:30 -0700201#Short Guard Interval Enable/disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700202
Jeff Johnson295189b2012-06-20 16:38:30 -0700203gShortGI20Mhz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700204
Jeff Johnson295189b2012-06-20 16:38:30 -0700205gShortGI40Mhz=1
206
Jeff Johnsone7245742012-09-05 17:12:55 -0700207
Jeff Johnson295189b2012-06-20 16:38:30 -0700208#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
Jeff Johnsone7245742012-09-05 17:12:55 -0700209
Jeff Johnson295189b2012-06-20 16:38:30 -0700210gAPAutoShutOff=0
211
Jeff Johnsone7245742012-09-05 17:12:55 -0700212
Jeff Johnson295189b2012-06-20 16:38:30 -0700213# SAP auto channel selection configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700214
Jeff Johnson295189b2012-06-20 16:38:30 -0700215# 0 = disable auto channel selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700216
Jeff Johnson295189b2012-06-20 16:38:30 -0700217# 1 = enable auto channel selection, channel provided by supplicant will be ignored
Jeff Johnsone7245742012-09-05 17:12:55 -0700218
Jeff Johnson295189b2012-06-20 16:38:30 -0700219gApAutoChannelSelection=0
220
Jeff Johnsone7245742012-09-05 17:12:55 -0700221
Jeff Johnson295189b2012-06-20 16:38:30 -0700222# Listen Energy Detect Mode Configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700223
Jeff Johnson295189b2012-06-20 16:38:30 -0700224# Valid values 0-128
Jeff Johnsone7245742012-09-05 17:12:55 -0700225
Jeff Johnson295189b2012-06-20 16:38:30 -0700226# 128 means disable Energy Detect feature
Jeff Johnsone7245742012-09-05 17:12:55 -0700227
Jeff Johnson295189b2012-06-20 16:38:30 -0700228# 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 -0700229
Jeff Johnson295189b2012-06-20 16:38:30 -0700230# 10-128 are reserved.
Jeff Johnsone7245742012-09-05 17:12:55 -0700231
Jeff Johnson295189b2012-06-20 16:38:30 -0700232# The EDET threshold mapping is as follows in 3dB step:
Jeff Johnsone7245742012-09-05 17:12:55 -0700233
Jeff Johnson295189b2012-06-20 16:38:30 -0700234# 0 = -60 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700235
Jeff Johnson295189b2012-06-20 16:38:30 -0700236# 1 = -63 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700237
Jeff Johnson295189b2012-06-20 16:38:30 -0700238# 2 = -66 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700239
Jeff Johnson295189b2012-06-20 16:38:30 -0700240# ...
Jeff Johnsone7245742012-09-05 17:12:55 -0700241
Jeff Johnson295189b2012-06-20 16:38:30 -0700242# 7 = -81 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700243
Jeff Johnson295189b2012-06-20 16:38:30 -0700244# 8 = -84 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700245
Jeff Johnson295189b2012-06-20 16:38:30 -0700246# 9 = -87 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700247
Jeff Johnson295189b2012-06-20 16:38:30 -0700248# 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 -0700249
Jeff Johnson295189b2012-06-20 16:38:30 -0700250#
Jeff Johnsone7245742012-09-05 17:12:55 -0700251
Jeff Johnson295189b2012-06-20 16:38:30 -0700252# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
Jeff Johnsone7245742012-09-05 17:12:55 -0700253
Jeff Johnson295189b2012-06-20 16:38:30 -0700254#
Jeff Johnsone7245742012-09-05 17:12:55 -0700255
Jeff Johnson295189b2012-06-20 16:38:30 -0700256gEnablePhyAgcListenMode=128
257
Jeff Johnsone7245742012-09-05 17:12:55 -0700258
Jeff Johnson295189b2012-06-20 16:38:30 -0700259#Preferred channel to start BT AMP AP mode (0 means, any channel)
Jeff Johnsone7245742012-09-05 17:12:55 -0700260
Jeff Johnson295189b2012-06-20 16:38:30 -0700261BtAmpPreferredChannel=0
262
Jeff Johnsone7245742012-09-05 17:12:55 -0700263
Jeff Johnson295189b2012-06-20 16:38:30 -0700264#Preferred band (both or 2.4 only or 5 only)
Jeff Johnsone7245742012-09-05 17:12:55 -0700265
Jeff Johnson295189b2012-06-20 16:38:30 -0700266BandCapability=0
267
Jeff Johnsone7245742012-09-05 17:12:55 -0700268
Jeff Johnson295189b2012-06-20 16:38:30 -0700269#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700270
Jeff Johnson295189b2012-06-20 16:38:30 -0700271enableBeaconEarlyTermination=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700272
Jeff Johnson295189b2012-06-20 16:38:30 -0700273beaconEarlyTerminationWakeInterval=3
274
Jeff Johnsone7245742012-09-05 17:12:55 -0700275
Jeff Johnson295189b2012-06-20 16:38:30 -0700276#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700277
Jeff Johnson43971f52012-07-17 12:26:56 -0700278gEnableBtAmp=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700279
Jeff Johnsone7245742012-09-05 17:12:55 -0700280
Jeff Johnson295189b2012-06-20 16:38:30 -0700281#SOFTAP Channel Range selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700282
Jeff Johnson295189b2012-06-20 16:38:30 -0700283gAPChannelSelectStartChannel=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700284
Jeff Johnson295189b2012-06-20 16:38:30 -0700285gAPChannelSelectEndChannel=11
286
Jeff Johnsone7245742012-09-05 17:12:55 -0700287
Jeff Johnson295189b2012-06-20 16:38:30 -0700288#SOFTAP Channel Range selection Operating band
Jeff Johnsone7245742012-09-05 17:12:55 -0700289
Jeff Johnson295189b2012-06-20 16:38:30 -0700290# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
Jeff Johnsone7245742012-09-05 17:12:55 -0700291
Jeff Johnson295189b2012-06-20 16:38:30 -0700292gAPChannelSelectOperatingBand=0
293
Jeff Johnsone7245742012-09-05 17:12:55 -0700294
295#Channel Bonding
296gChannelBondingMode5GHz=6
297
298
Jeff Johnson295189b2012-06-20 16:38:30 -0700299#Enable Keep alive with non-zero period value
Jeff Johnsone7245742012-09-05 17:12:55 -0700300
Jeff Johnson295189b2012-06-20 16:38:30 -0700301#gStaKeepAlivePeriod = 30
302
Jeff Johnsone7245742012-09-05 17:12:55 -0700303
Jeff Johnson295189b2012-06-20 16:38:30 -0700304#If set will start with active scan after driver load, otherwise will start with
Jeff Johnsone7245742012-09-05 17:12:55 -0700305
Jeff Johnson295189b2012-06-20 16:38:30 -0700306#passive scan to find out the domain
Jeff Johnsone7245742012-09-05 17:12:55 -0700307
Madan Mohan Koyyalamudi21fd24a2012-09-28 17:09:53 -0700308gEnableBypass11d=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700309
Jeff Johnson295189b2012-06-20 16:38:30 -0700310
311#If set to 0, will not scan DFS channels
Jeff Johnsone7245742012-09-05 17:12:55 -0700312
Jeff Johnson295189b2012-06-20 16:38:30 -0700313gEnableDFSChnlScan=1
314
Jeff Johnsone7245742012-09-05 17:12:55 -0700315
316gVhtChannelWidth=2
Jeff Johnson295189b2012-06-20 16:38:30 -0700317gEnableLogp=1
318
Jeff Johnsone7245742012-09-05 17:12:55 -0700319
Jeff Johnson295189b2012-06-20 16:38:30 -0700320# Enable Automatic Tx Power control
Jeff Johnsone7245742012-09-05 17:12:55 -0700321
Jeff Johnson295189b2012-06-20 16:38:30 -0700322gEnableAutomaticTxPowerControl=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700323
324# 0 for OLPC 1 for CLPC and SCPC
325gEnableCloseLoop=1
326
327#Data Inactivity Timeout when in powersave (in ms)
328gDataInactivityTimeout=200
329
330# VHT Tx/Rx MCS values
331# Valid values are 0,1,2. If commented out, the default value is 0.
332# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
333gVhtRxMCS=2
334gVhtTxMCS=2
335
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700336# Enable CRDA regulatory support by settings default country code
337#gCrdaDefaultCountryCode=TW
Jeff Johnsone7245742012-09-05 17:12:55 -0700338
Jeff Johnson295189b2012-06-20 16:38:30 -0700339END
Jeff Johnsone7245742012-09-05 17:12:55 -0700340
Jeff Johnson295189b2012-06-20 16:38:30 -0700341# Note: Configuration parser would not read anything past the END marker
Jeff Johnsone7245742012-09-05 17:12:55 -0700342