blob: d00d2011b881f66479e28f74817c0003ecf6645e [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
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
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
47# Disable RSSI FW filtering
48gEnableFWRssiMonitoring=0
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 abd Bcast RX packets.
60# Value 0: No filtering, 1: Filter all Multicast.
61# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
62McastBcastFilter=3
63
64#Flag to enable HostARPOffload feature or not
65hostArpOffload=0
66
67#SoftAP Related Parameters
68# AP MAc addr
69gAPMacAddr=000AF58989EF
70
71# 802.11n Protection flag
72gEnableApProt=1
73
74#Enable OBSS protection
75gEnableApOBSSProt=0
76
77#Enable/Disable UAPSD for SoftAP
78gEnableApUapsd=1
79
80# Fixed Rate
81gFixedRate=0
82
83# Maximum Tx power
84# gTxPowerCap=30
85
86# Fragmentation Threshold
87# gFragmentationThreshold=2346
88
89# RTS threshold
90RTSThreshold=2347
91
92# Intra-BSS forward
93gDisableIntraBssFwd=0
94
95# WMM Enable/Disable
96WmmIsEnabled=0
97
98# 802.11d support
99g11dSupportEnabled=1
100
101# CCX Support and fast transition
102CcxEnabled=0
103FastTransitionEnabled=0
104ImplicitQosIsEnabled=1
105gNeighborScanTimerPeriod=200
106
107gNeighborLookupThreshold=50
108gNeighborReassocThreshold=55
109
110gNeighborScanChannelList=1,11,36,64
111gNeighborScanChannelMinTime=20
112gNeighborScanChannelMaxTime=30
113gMaxNeighborReqTries=3
114
115# SAP Country code
116# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
117# Example
118# US Indoor, USI
119# Korea Outdoor, KRO
120# Japan without optional byte, JP
121# France without optional byte, FR
122#gAPCntryCode=USI
123
124#Short Guard Interval Enable/disable
125gShortGI20Mhz=1
126gShortGI40Mhz=1
127
128#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
129gAPAutoShutOff=0
130
131# SAP auto channel selection configuration
132# 0 = disable auto channel selection
133# 1 = enable auto channel selection, channel provided by supplicant will be ignored
134gApAutoChannelSelection=0
135
136# Listen Energy Detect Mode Configuration
137# Valid values 0-128
138# 128 means disable Energy Detect feature
139# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
140# 10-128 are reserved.
141# The EDET threshold mapping is as follows in 3dB step:
142# 0 = -60 dBm
143# 1 = -63 dBm
144# 2 = -66 dBm
145# ...
146# 7 = -81 dBm
147# 8 = -84 dBm
148# 9 = -87 dBm
149# 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:
150#
151# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
152#
153gEnablePhyAgcListenMode=128
154
155#Preferred channel to start BT AMP AP mode (0 means, any channel)
156BtAmpPreferredChannel=0
157
158#Preferred band (both or 2.4 only or 5 only)
159BandCapability=0
160
161#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
162enableBeaconEarlyTermination=0
163beaconEarlyTerminationWakeInterval=3
164
165#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
166gEnableBtAmp=1
167
168#SOFTAP Channel Range selection
169gAPChannelSelectStartChannel=1
170gAPChannelSelectEndChannel=11
171
172#SOFTAP Channel Range selection Operating band
173# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
174gAPChannelSelectOperatingBand=0
175
176#Enable Keep alive with non-zero period value
177#gStaKeepAlivePeriod = 30
178
179#If set will start with active scan after driver load, otherwise will start with
180#passive scan to find out the domain
181gEnableBypass11d=1
182
183#If set to 0, will not scan DFS channels
184gEnableDFSChnlScan=1
185
186# Enable logp/SSR
187gEnableLogp=1
188
189# Enable Automatic Tx Power control
190gEnableAutomaticTxPowerControl=1
Jeff Johnsondd4b6aa2012-08-23 22:22:12 -0700191
192# Derive P2P MAC address from primary MAC address
193isP2pDeviceAddrAdministrated=1
194
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700195END
196# Note: Configuration parser would not read anything past the END marker