blob: 1572b2adc182718901ad364822ce6b1b3d6dafbf [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
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
Jeff Johnson295189b2012-06-20 16:38:30 -0700180# SAP Country code
Jeff Johnsone7245742012-09-05 17:12:55 -0700181
Jeff Johnson295189b2012-06-20 16:38:30 -0700182# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
Jeff Johnsone7245742012-09-05 17:12:55 -0700183
Jeff Johnson295189b2012-06-20 16:38:30 -0700184# Example
Jeff Johnsone7245742012-09-05 17:12:55 -0700185
Jeff Johnson295189b2012-06-20 16:38:30 -0700186# US Indoor, USI
Jeff Johnsone7245742012-09-05 17:12:55 -0700187
Jeff Johnson295189b2012-06-20 16:38:30 -0700188# Korea Outdoor, KRO
Jeff Johnsone7245742012-09-05 17:12:55 -0700189
Jeff Johnson295189b2012-06-20 16:38:30 -0700190# Japan without optional byte, JP
Jeff Johnsone7245742012-09-05 17:12:55 -0700191
Jeff Johnson295189b2012-06-20 16:38:30 -0700192# France without optional byte, FR
Jeff Johnsone7245742012-09-05 17:12:55 -0700193
Jeff Johnson295189b2012-06-20 16:38:30 -0700194#gAPCntryCode=USI
195
Jeff Johnsone7245742012-09-05 17:12:55 -0700196
Jeff Johnson295189b2012-06-20 16:38:30 -0700197#Short Guard Interval Enable/disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700198
Jeff Johnson295189b2012-06-20 16:38:30 -0700199gShortGI20Mhz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700200
Jeff Johnson295189b2012-06-20 16:38:30 -0700201gShortGI40Mhz=1
202
Jeff Johnsone7245742012-09-05 17:12:55 -0700203
Jeff Johnson295189b2012-06-20 16:38:30 -0700204#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
Jeff Johnsone7245742012-09-05 17:12:55 -0700205
Jeff Johnson295189b2012-06-20 16:38:30 -0700206gAPAutoShutOff=0
207
Jeff Johnsone7245742012-09-05 17:12:55 -0700208
Jeff Johnson295189b2012-06-20 16:38:30 -0700209# SAP auto channel selection configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700210
Jeff Johnson295189b2012-06-20 16:38:30 -0700211# 0 = disable auto channel selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700212
Jeff Johnson295189b2012-06-20 16:38:30 -0700213# 1 = enable auto channel selection, channel provided by supplicant will be ignored
Jeff Johnsone7245742012-09-05 17:12:55 -0700214
Jeff Johnson295189b2012-06-20 16:38:30 -0700215gApAutoChannelSelection=0
216
Jeff Johnsone7245742012-09-05 17:12:55 -0700217
Jeff Johnson295189b2012-06-20 16:38:30 -0700218# Listen Energy Detect Mode Configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700219
Jeff Johnson295189b2012-06-20 16:38:30 -0700220# Valid values 0-128
Jeff Johnsone7245742012-09-05 17:12:55 -0700221
Jeff Johnson295189b2012-06-20 16:38:30 -0700222# 128 means disable Energy Detect feature
Jeff Johnsone7245742012-09-05 17:12:55 -0700223
Jeff Johnson295189b2012-06-20 16:38:30 -0700224# 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 -0700225
Jeff Johnson295189b2012-06-20 16:38:30 -0700226# 10-128 are reserved.
Jeff Johnsone7245742012-09-05 17:12:55 -0700227
Jeff Johnson295189b2012-06-20 16:38:30 -0700228# The EDET threshold mapping is as follows in 3dB step:
Jeff Johnsone7245742012-09-05 17:12:55 -0700229
Jeff Johnson295189b2012-06-20 16:38:30 -0700230# 0 = -60 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700231
Jeff Johnson295189b2012-06-20 16:38:30 -0700232# 1 = -63 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700233
Jeff Johnson295189b2012-06-20 16:38:30 -0700234# 2 = -66 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700235
Jeff Johnson295189b2012-06-20 16:38:30 -0700236# ...
Jeff Johnsone7245742012-09-05 17:12:55 -0700237
Jeff Johnson295189b2012-06-20 16:38:30 -0700238# 7 = -81 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700239
Jeff Johnson295189b2012-06-20 16:38:30 -0700240# 8 = -84 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700241
Jeff Johnson295189b2012-06-20 16:38:30 -0700242# 9 = -87 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700243
Jeff Johnson295189b2012-06-20 16:38:30 -0700244# 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 -0700245
Jeff Johnson295189b2012-06-20 16:38:30 -0700246#
Jeff Johnsone7245742012-09-05 17:12:55 -0700247
Jeff Johnson295189b2012-06-20 16:38:30 -0700248# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
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 -0700252gEnablePhyAgcListenMode=128
253
Jeff Johnsone7245742012-09-05 17:12:55 -0700254
Jeff Johnson295189b2012-06-20 16:38:30 -0700255#Preferred channel to start BT AMP AP mode (0 means, any channel)
Jeff Johnsone7245742012-09-05 17:12:55 -0700256
Jeff Johnson295189b2012-06-20 16:38:30 -0700257BtAmpPreferredChannel=0
258
Jeff Johnsone7245742012-09-05 17:12:55 -0700259
Jeff Johnson295189b2012-06-20 16:38:30 -0700260#Preferred band (both or 2.4 only or 5 only)
Jeff Johnsone7245742012-09-05 17:12:55 -0700261
Jeff Johnson295189b2012-06-20 16:38:30 -0700262BandCapability=0
263
Jeff Johnsone7245742012-09-05 17:12:55 -0700264
Jeff Johnson295189b2012-06-20 16:38:30 -0700265#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700266
Jeff Johnson295189b2012-06-20 16:38:30 -0700267enableBeaconEarlyTermination=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700268
Jeff Johnson295189b2012-06-20 16:38:30 -0700269beaconEarlyTerminationWakeInterval=3
270
Jeff Johnsone7245742012-09-05 17:12:55 -0700271
Jeff Johnson295189b2012-06-20 16:38:30 -0700272#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700273
Jeff Johnson43971f52012-07-17 12:26:56 -0700274gEnableBtAmp=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700275
Jeff Johnsone7245742012-09-05 17:12:55 -0700276
Jeff Johnson295189b2012-06-20 16:38:30 -0700277#SOFTAP Channel Range selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700278
Jeff Johnson295189b2012-06-20 16:38:30 -0700279gAPChannelSelectStartChannel=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700280
Jeff Johnson295189b2012-06-20 16:38:30 -0700281gAPChannelSelectEndChannel=11
282
Jeff Johnsone7245742012-09-05 17:12:55 -0700283
Jeff Johnson295189b2012-06-20 16:38:30 -0700284#SOFTAP Channel Range selection Operating band
Jeff Johnsone7245742012-09-05 17:12:55 -0700285
Jeff Johnson295189b2012-06-20 16:38:30 -0700286# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
Jeff Johnsone7245742012-09-05 17:12:55 -0700287
Jeff Johnson295189b2012-06-20 16:38:30 -0700288gAPChannelSelectOperatingBand=0
289
Jeff Johnsone7245742012-09-05 17:12:55 -0700290
291#Channel Bonding
292gChannelBondingMode5GHz=6
293
294
Jeff Johnson295189b2012-06-20 16:38:30 -0700295#Enable Keep alive with non-zero period value
Jeff Johnsone7245742012-09-05 17:12:55 -0700296
Jeff Johnson295189b2012-06-20 16:38:30 -0700297#gStaKeepAlivePeriod = 30
298
Jeff Johnsone7245742012-09-05 17:12:55 -0700299
Jeff Johnson295189b2012-06-20 16:38:30 -0700300#If set will start with active scan after driver load, otherwise will start with
Jeff Johnsone7245742012-09-05 17:12:55 -0700301
Jeff Johnson295189b2012-06-20 16:38:30 -0700302#passive scan to find out the domain
Jeff Johnsone7245742012-09-05 17:12:55 -0700303
Madan Mohan Koyyalamudi21fd24a2012-09-28 17:09:53 -0700304gEnableBypass11d=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700305
Jeff Johnson295189b2012-06-20 16:38:30 -0700306
307#If set to 0, will not scan DFS channels
Jeff Johnsone7245742012-09-05 17:12:55 -0700308
Jeff Johnson295189b2012-06-20 16:38:30 -0700309gEnableDFSChnlScan=1
310
Jeff Johnsone7245742012-09-05 17:12:55 -0700311
312gVhtChannelWidth=2
Jeff Johnson295189b2012-06-20 16:38:30 -0700313gEnableLogp=1
314
Jeff Johnsone7245742012-09-05 17:12:55 -0700315
Jeff Johnson295189b2012-06-20 16:38:30 -0700316# Enable Automatic Tx Power control
Jeff Johnsone7245742012-09-05 17:12:55 -0700317
Jeff Johnson295189b2012-06-20 16:38:30 -0700318gEnableAutomaticTxPowerControl=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700319
320# 0 for OLPC 1 for CLPC and SCPC
321gEnableCloseLoop=1
322
323#Data Inactivity Timeout when in powersave (in ms)
324gDataInactivityTimeout=200
325
326# VHT Tx/Rx MCS values
327# Valid values are 0,1,2. If commented out, the default value is 0.
328# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
329gVhtRxMCS=2
330gVhtTxMCS=2
331
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700332# Enable CRDA regulatory support by settings default country code
333#gCrdaDefaultCountryCode=TW
Jeff Johnsone7245742012-09-05 17:12:55 -0700334
Jeff Johnson295189b2012-06-20 16:38:30 -0700335END
Jeff Johnsone7245742012-09-05 17:12:55 -0700336
Jeff Johnson295189b2012-06-20 16:38:30 -0700337# Note: Configuration parser would not read anything past the END marker
Jeff Johnsone7245742012-09-05 17:12:55 -0700338