blob: 742664a2ea3a78aafafa79abe2e2b82de24efb9d [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
Iliyan Malchev469f2bb2013-07-02 23:42:51 +000064# Flag to enable Active mode offload
65gEnableActiveModeOffload=1
66
67# Flag to enable HostARPOffload feature or not
68hostArpOffload=1
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070069
Jeff Johnson88ffc642013-09-14 07:37:55 -070070# Flag to enable Host IPv6 NS Offload feature or not
71hostNSOffload=1
72
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070073#SoftAP Related Parameters
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070074# AP MAc addr (obsolete)
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070075gAPMacAddr=000AF58989EF
76
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070077# Enable Random BSSID
78gEnableApRandomBssid=1
79
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070080# 802.11n Protection flag
81gEnableApProt=1
82
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070083# Enable OBSS protection
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070084gEnableApOBSSProt=0
85
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070086# Enable/Disable UAPSD for SoftAP
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070087gEnableApUapsd=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
Iliyan Malchev974dfab2012-10-31 09:12:44 -0700112FastTransitionEnabled=1
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700113ImplicitQosIsEnabled=1
114gNeighborScanTimerPeriod=200
115
Iliyan Malchev974dfab2012-10-31 09:12:44 -0700116gNeighborLookupThreshold=76
117gNeighborReassocThreshold=81
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700118
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700119gNeighborScanChannelMinTime=20
120gNeighborScanChannelMaxTime=30
121gMaxNeighborReqTries=3
122
Iliyan Malchev974dfab2012-10-31 09:12:44 -0700123# 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
Jeff Johnsondcf87812012-10-12 00:37:27 -0700136
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700137# 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
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700177#Preferred band (both or 2.4 only or 5 only)
178BandCapability=0
179
Jeff Johnson64eb1382012-09-22 17:38:03 -0700180#Forced Device Listen Interval in multiples of DTIM Period aligned to DTIM
181gEnableModulatedDTIM=3
182
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700183#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnson64eb1382012-09-22 17:38:03 -0700184enableBeaconEarlyTermination=1
185beaconEarlyTerminationWakeInterval=11
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700186
187#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnson64eb1382012-09-22 17:38:03 -0700188gEnableBtAmp=0
189
190#Preferred channel to start BT AMP AP mode (0 means, any channel)
191BtAmpPreferredChannel=0
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700192
Jeff Johnsondcf87812012-10-12 00:37:27 -0700193#SOFTAP Channel Range selection
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700194gAPChannelSelectStartChannel=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
bill.jungca73d4a2012-09-04 16:26:25 +0900202gStaKeepAlivePeriod = 25
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700203
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
Ed Tam36bc0e72014-10-06 18:45:03 -0700209gEnableDFSChnlScan=0
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700210
211# Enable logp/SSR
212gEnableLogp=1
213
bill.jungca73d4a2012-09-04 16:26:25 +0900214# Disable HT40
215gChannelBondingMode5GHz=0
216
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700217# Enable Automatic Tx Power control
218gEnableAutomaticTxPowerControl=1
Jeff Johnsondd4b6aa2012-08-23 22:22:12 -0700219
220# Derive P2P MAC address from primary MAC address
221isP2pDeviceAddrAdministrated=1
222
Jeff Johnson54405bd2012-11-05 12:24:49 -0800223# Disable channel 165 for Indonesia
224gIgnore_Chan165=1
225
Iliyan Malchev469f2bb2013-07-02 23:42:51 +0000226btcStaticLenLeBt=120000
227btcStaticLenLeWlan=30000
228
229gCountryCodePriority=1
230
231gNumChanCombinedConc=255
232
Jeff Johnsona94717b2013-09-11 11:45:44 -0700233# TDLS configuration
234gEnableTDLSSupport=1
Yuhao Zheng77357762013-11-14 21:30:19 -0800235gEnableTDLSImplicitTrigger=1
236gTDLSExternalControl=1
Yuhao Zhenge0deb642013-11-16 17:35:17 -0800237gTDLSTxStatsPeriod=500
238gTDLSTxPacketThreshold=10
Jeff Johnsona94717b2013-09-11 11:45:44 -0700239gTDLSDiscoveryPeriod=20000
240gTDLSMaxDiscoveryAttempt=5
Yuhao Zhenge0deb642013-11-16 17:35:17 -0800241gTDLSIdleTimeout=40000
Jeff Johnsona94717b2013-09-11 11:45:44 -0700242gTDLSRssiHysteresis=100
Yuhao Zhenge0deb642013-11-16 17:35:17 -0800243gTDLSRSSITriggerThreshold=-60
Jeff Johnsona94717b2013-09-11 11:45:44 -0700244gTDLSIdlePacketThreshold=5
Yuhao Zhenge0deb642013-11-16 17:35:17 -0800245gTDLSRSSITeardownThreshold=-70
Jeff Johnsona94717b2013-09-11 11:45:44 -0700246
Yuhao Zheng6f443d92014-03-06 12:54:29 -0800247# Enable IPv6 RA filtering
248gMCAddrListEnable=1
249
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700250END
251# Note: Configuration parser would not read anything past the END marker