blob: aa7e6164dc5d0b366d1aae52c611a7aed6e424c9 [file] [log] [blame]
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -08001# 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
11# 0 implies no periodic wake up from IMPS. Periodic wakeup is
12# unnecessary if Idle Scan is disabled.
13gImpsModSleepTime=0
14
15# Enable BMPS or not
16gEnableBmps=1
17
18# Enable Close Loop or not
19gEnableCloseLoop=1
20
21# 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
47# Enable Firmware RSSI monitoring for roaming
48gEnableFWRssiMonitoring=1
49
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
59# Flags to filter Mcast and Bcast RX packets.
60# Value 0: No filtering, 1: Filter all Multicast.
61# 2: Filter all Broadcast. 3: Filter all Mcast and Bcast
62McastBcastFilter=3
63
Iliyan Malchev350c3712013-05-17 15:14:13 -070064# Flag to enable Active mode offload
jim1_lin56839862013-05-07 15:36:48 +080065gEnableActiveModeOffload=1
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -080066
Iliyan Malchev350c3712013-05-17 15:14:13 -070067# Flag to enable HostARPOffload feature or not
68hostArpOffload=1
69
Iliyan Malchev0f2477a2013-09-14 10:44:44 -070070# Flag to enable Host IPv6 NS Offload feature or not
71hostNSOffload=1
72
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -080073#SoftAP Related Parameters
74# AP MAc addr (obsolete)
75gAPMacAddr=000AF58989EF
76
77# Enable Random BSSID
78gEnableApRandomBssid=1
79
80# 802.11n Protection flag
81gEnableApProt=1
82
83# Enable OBSS protection
84gEnableApOBSSProt=0
85
86# Enable/Disable UAPSD for SoftAP
87gEnableApUapsd=1
88
89# Fixed Rate
90gFixedRate=0
91
92# Maximum Tx power
93# gTxPowerCap=30
94
95# Fragmentation Threshold
96# gFragmentationThreshold=2346
97
98# RTS threshold
99RTSThreshold=2347
100
101# Intra-BSS forward
102gDisableIntraBssFwd=0
103
104# WMM Enable/Disable
105WmmIsEnabled=0
106
107# 802.11d support
108g11dSupportEnabled=1
109
110# CCX Support and fast transition
111CcxEnabled=0
112FastTransitionEnabled=1
113ImplicitQosIsEnabled=1
114gNeighborScanTimerPeriod=200
115
116gNeighborLookupThreshold=76
117gNeighborReassocThreshold=81
118
119gNeighborScanChannelMinTime=20
120gNeighborScanChannelMaxTime=30
121gMaxNeighborReqTries=3
122
123# Legacy (non-CCX, non-802.11r) Fast Roaming Support
124# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1
125# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0
126FastRoamEnabled=1
127
128#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
129#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
130#the RSSI of the new/roamable AP should be for roaming
131RoamRssiDiff=3
132
133#Configure the RSSI gap that will be used to partition/categorize width of
134#each individual category (aka bucket).
135gRssiCatGap=5
136
137# SAP Country code
138# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
139# Example
140# US Indoor, USI
141# Korea Outdoor, KRO
142# Japan without optional byte, JP
143# France without optional byte, FR
144#gAPCntryCode=USI
145
146#Short Guard Interval Enable/disable
147gShortGI20Mhz=1
148gShortGI40Mhz=1
149
150#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
151gAPAutoShutOff=0
152
153# SAP auto channel selection configuration
154# 0 = disable auto channel selection
155# 1 = enable auto channel selection, channel provided by supplicant will be ignored
156gApAutoChannelSelection=0
157
158# Listen Energy Detect Mode Configuration
159# Valid values 0-128
160# 128 means disable Energy Detect feature
161# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
162# 10-128 are reserved.
163# The EDET threshold mapping is as follows in 3dB step:
164# 0 = -60 dBm
165# 1 = -63 dBm
166# 2 = -66 dBm
167# ...
168# 7 = -81 dBm
169# 8 = -84 dBm
170# 9 = -87 dBm
171# 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:
172#
173# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
174#
175gEnablePhyAgcListenMode=128
176
177#Preferred band (both or 2.4 only or 5 only)
178BandCapability=0
179
180#Forced Device Listen Interval in multiples of DTIM Period aligned to DTIM
181gEnableModulatedDTIM=3
182
183#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
184enableBeaconEarlyTermination=1
185beaconEarlyTerminationWakeInterval=11
186
187#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
188gEnableBtAmp=0
189
190#Preferred channel to start BT AMP AP mode (0 means, any channel)
191BtAmpPreferredChannel=0
192
193#SOFTAP Channel Range selection
194gAPChannelSelectStartChannel=1
195gAPChannelSelectEndChannel=11
196
197#SOFTAP Channel Range selection Operating band
198# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
199gAPChannelSelectOperatingBand=0
200
201#Enable Keep alive with non-zero period value
202gStaKeepAlivePeriod = 25
203
204#If set will start with active scan after driver load, otherwise will start with
205#passive scan to find out the domain
206gEnableBypass11d=1
207
208#If set to 0, will not scan DFS channels
jim1_lindb45b902013-05-29 16:33:30 -0700209gEnableDFSChnlScan=1
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -0800210
211# Enable logp/SSR
212gEnableLogp=1
213
jim1_lin34434312013-05-21 10:01:00 -0700214# Enable HT40
215gChannelBondingMode5GHz=1
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -0800216
217# Enable Automatic Tx Power control
218gEnableAutomaticTxPowerControl=1
219
220# Derive P2P MAC address from primary MAC address
221isP2pDeviceAddrAdministrated=1
222
223# Disable channel 165 for Indonesia
224gIgnore_Chan165=1
225
Iliyan Malchevc2c7d662013-05-17 15:14:45 -0700226btcStaticLenLeBt=120000
227btcStaticLenLeWlan=30000
228
andy2_kuob1e30082013-05-23 20:32:26 +0800229#Data Inactivity Timeout when in powersave (in ms)
230gDataInactivityTimeout=200
231
Iliyan Malchev6ec20522013-05-23 16:46:55 -0700232gCountryCodePriority=1
233
234gNumChanCombinedConc=255
Iliyan Malchevc2c7d662013-05-17 15:14:45 -0700235
Iliyan Malchev61772962013-09-12 14:56:59 -0700236# TDLS configuration
237gEnableTDLSSupport=1
Yuhao Zheng46a65462013-11-14 21:35:09 -0800238gEnableTDLSImplicitTrigger=1
239gTDLSExternalControl=1
Yuhao Zheng3200b072013-11-16 17:39:31 -0800240gTDLSTxStatsPeriod=500
241gTDLSTxPacketThreshold=10
Iliyan Malchev61772962013-09-12 14:56:59 -0700242gTDLSDiscoveryPeriod=20000
243gTDLSMaxDiscoveryAttempt=5
Yuhao Zheng3200b072013-11-16 17:39:31 -0800244gTDLSIdleTimeout=40000
Iliyan Malchev61772962013-09-12 14:56:59 -0700245gTDLSRssiHysteresis=100
Yuhao Zheng3200b072013-11-16 17:39:31 -0800246gTDLSRSSITriggerThreshold=-60
Iliyan Malchev61772962013-09-12 14:56:59 -0700247gTDLSIdlePacketThreshold=5
Yuhao Zheng3200b072013-11-16 17:39:31 -0800248gTDLSRSSITeardownThreshold=-70
Iliyan Malchev61772962013-09-12 14:56:59 -0700249
Yuhao Zheng4e04dce2014-03-06 11:01:18 -0800250# Enable IPv6 RA filtering
251gMCAddrListEnable=1
252
Iliyan Malchev4ffa22b2013-02-27 18:45:49 -0800253END
254# Note: Configuration parser would not read anything past the END marker