blob: a03252dc8b9209b3a432357cc86dc72c4c3c3ca1 [file] [log] [blame]
Iliyan Malchevfefe23c2012-06-08 10:36:25 -07001# This file allows user to override the factory
2# defaults for the WLAN Driver
3
4# Enable IMPS or not
5gEnableImps=1
6
7# Enable/Disable Idle Scan
8gEnableIdleScan=0
9
10# Increase sleep duration (seconds) during IMPS
Jeff Johnsondcf87812012-10-12 00:37:27 -070011# 0 implies no periodic wake up from IMPS. Periodic wakeup is
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070012# unnecessary if Idle Scan is disabled.
13gImpsModSleepTime=0
14
15# Enable BMPS or not
16gEnableBmps=1
17
bill.jungcf534392012-07-24 20:02:34 +090018# Enable Close Loop or not
19gEnableCloseLoop=1
20
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070021# Enable suspend or not
22# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
23gEnableSuspend=3
24
25# Phy Mode (auto, b, g, n, etc)
26gDot11Mode=0
27
28# Handoff Enable(1) Disable(0)
29gEnableHandoff=0
30
31# CSR Roaming Enable(1) Disable(0)
32gRoamingTime=0
33
34# Assigned MAC Addresses - This will be used until NV items are in place
35# Each byte of MAC address is represented in Hex format as XX
36Intf0MacAddress=000AF58989FF
37Intf1MacAddress=000AF58989FE
38Intf2MacAddress=000AF58989FD
39Intf3MacAddress=000AF58989FC
40
41# UAPSD service interval for VO,VI, BE, BK traffic
42InfraUapsdVoSrvIntv=0
43InfraUapsdViSrvIntv=0
44InfraUapsdBeSrvIntv=0
45InfraUapsdBkSrvIntv=0
46
Iliyan Malchev974dfab2012-10-31 09:12:44 -070047# Enable Firmware RSSI monitoring for roaming
48gEnableFWRssiMonitoring=1
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070049
50# Make 1x1 the default antenna configuration
51gNumRxAnt=1
52
53# Beacon filtering frequency (unit in beacon intervals)
54gNthBeaconFilter=50
55
56# Enable WAPI or not
57# WAPIIsEnabled=0
58
Jeff Johnsondcf87812012-10-12 00:37:27 -070059# Flags to filter Mcast and Bcast RX packets.
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070060# Value 0: No filtering, 1: Filter all Multicast.
Jeff Johnsondcf87812012-10-12 00:37:27 -070061# 2: Filter all Broadcast. 3: Filter all Mcast and Bcast
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070062McastBcastFilter=3
63
64#Flag to enable HostARPOffload feature or not
65hostArpOffload=0
66
67#SoftAP Related Parameters
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070068# AP MAc addr (obsolete)
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070069gAPMacAddr=000AF58989EF
70
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070071# Enable Random BSSID
72gEnableApRandomBssid=1
73
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070074# 802.11n Protection flag
75gEnableApProt=1
76
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070077# Enable OBSS protection
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070078gEnableApOBSSProt=0
79
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070080# Enable/Disable UAPSD for SoftAP
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070081gEnableApUapsd=1
82
83# Fixed Rate
84gFixedRate=0
85
86# Maximum Tx power
87# gTxPowerCap=30
88
89# Fragmentation Threshold
90# gFragmentationThreshold=2346
91
92# RTS threshold
93RTSThreshold=2347
94
95# Intra-BSS forward
96gDisableIntraBssFwd=0
97
98# WMM Enable/Disable
99WmmIsEnabled=0
100
101# 802.11d support
102g11dSupportEnabled=1
103
104# CCX Support and fast transition
105CcxEnabled=0
Iliyan Malchev974dfab2012-10-31 09:12:44 -0700106FastTransitionEnabled=1
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700107ImplicitQosIsEnabled=1
108gNeighborScanTimerPeriod=200
109
Iliyan Malchev974dfab2012-10-31 09:12:44 -0700110gNeighborLookupThreshold=76
111gNeighborReassocThreshold=81
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700112
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700113gNeighborScanChannelMinTime=20
114gNeighborScanChannelMaxTime=30
115gMaxNeighborReqTries=3
116
Iliyan Malchev974dfab2012-10-31 09:12:44 -0700117# Legacy (non-CCX, non-802.11r) Fast Roaming Support
118# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1
119# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0
120FastRoamEnabled=1
121
122#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
123#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
124#the RSSI of the new/roamable AP should be for roaming
125RoamRssiDiff=3
126
127#Configure the RSSI gap that will be used to partition/categorize width of
128#each individual category (aka bucket).
129gRssiCatGap=5
Jeff Johnsondcf87812012-10-12 00:37:27 -0700130
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700131# SAP Country code
132# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
133# Example
134# US Indoor, USI
135# Korea Outdoor, KRO
136# Japan without optional byte, JP
137# France without optional byte, FR
138#gAPCntryCode=USI
139
140#Short Guard Interval Enable/disable
141gShortGI20Mhz=1
142gShortGI40Mhz=1
143
144#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
145gAPAutoShutOff=0
146
147# SAP auto channel selection configuration
148# 0 = disable auto channel selection
149# 1 = enable auto channel selection, channel provided by supplicant will be ignored
150gApAutoChannelSelection=0
151
152# Listen Energy Detect Mode Configuration
153# Valid values 0-128
154# 128 means disable Energy Detect feature
155# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
156# 10-128 are reserved.
157# The EDET threshold mapping is as follows in 3dB step:
158# 0 = -60 dBm
159# 1 = -63 dBm
160# 2 = -66 dBm
161# ...
162# 7 = -81 dBm
163# 8 = -84 dBm
164# 9 = -87 dBm
165# 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:
166#
167# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
168#
169gEnablePhyAgcListenMode=128
170
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700171#Preferred band (both or 2.4 only or 5 only)
172BandCapability=0
173
Jeff Johnson64eb1382012-09-22 17:38:03 -0700174#Forced Device Listen Interval in multiples of DTIM Period aligned to DTIM
175gEnableModulatedDTIM=3
176
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700177#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnson64eb1382012-09-22 17:38:03 -0700178enableBeaconEarlyTermination=1
179beaconEarlyTerminationWakeInterval=11
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700180
181#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnson64eb1382012-09-22 17:38:03 -0700182gEnableBtAmp=0
183
184#Preferred channel to start BT AMP AP mode (0 means, any channel)
185BtAmpPreferredChannel=0
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700186
Jeff Johnsondcf87812012-10-12 00:37:27 -0700187#SOFTAP Channel Range selection
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700188gAPChannelSelectStartChannel=1
189gAPChannelSelectEndChannel=11
190
191#SOFTAP Channel Range selection Operating band
192# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
193gAPChannelSelectOperatingBand=0
194
195#Enable Keep alive with non-zero period value
bill.jungca73d4a2012-09-04 16:26:25 +0900196gStaKeepAlivePeriod = 25
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700197
198#If set will start with active scan after driver load, otherwise will start with
199#passive scan to find out the domain
200gEnableBypass11d=1
201
202#If set to 0, will not scan DFS channels
Jeff Johnson64eb1382012-09-22 17:38:03 -0700203gEnableDFSChnlScan=0
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700204
205# Enable logp/SSR
206gEnableLogp=1
207
bill.jungca73d4a2012-09-04 16:26:25 +0900208# Disable HT40
209gChannelBondingMode5GHz=0
210
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700211# Enable Automatic Tx Power control
212gEnableAutomaticTxPowerControl=1
Jeff Johnsondd4b6aa2012-08-23 22:22:12 -0700213
214# Derive P2P MAC address from primary MAC address
215isP2pDeviceAddrAdministrated=1
216
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700217END
218# Note: Configuration parser would not read anything past the END marker