mwifiex: update beamforming capability field for HT
[deliverable/linux.git] / drivers / net / wireless / mwifiex / fw.h
1 /*
2 * Marvell Wireless LAN device driver: Firmware specific macros & structures
3 *
4 * Copyright (C) 2011, Marvell International Ltd.
5 *
6 * This software file (the "File") is distributed by Marvell International
7 * Ltd. under the terms of the GNU General Public License Version 2, June 1991
8 * (the "License"). You may use, redistribute and/or modify this File in
9 * accordance with the terms and conditions of the License, a copy of which
10 * is available by writing to the Free Software Foundation, Inc.,
11 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
12 * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
13 *
14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
15 * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
16 * ARE EXPRESSLY DISCLAIMED. The License provides additional details about
17 * this warranty disclaimer.
18 */
19
20 #ifndef _MWIFIEX_FW_H_
21 #define _MWIFIEX_FW_H_
22
23 #include <linux/if_ether.h>
24
25
26 #define INTF_HEADER_LEN 4
27
28 struct rfc_1042_hdr {
29 u8 llc_dsap;
30 u8 llc_ssap;
31 u8 llc_ctrl;
32 u8 snap_oui[3];
33 __be16 snap_type;
34 };
35
36 struct rx_packet_hdr {
37 struct ethhdr eth803_hdr;
38 struct rfc_1042_hdr rfc1042_hdr;
39 };
40
41 struct tx_packet_hdr {
42 struct ethhdr eth803_hdr;
43 struct rfc_1042_hdr rfc1042_hdr;
44 };
45
46 #define B_SUPPORTED_RATES 5
47 #define G_SUPPORTED_RATES 9
48 #define BG_SUPPORTED_RATES 13
49 #define A_SUPPORTED_RATES 9
50 #define HOSTCMD_SUPPORTED_RATES 14
51 #define N_SUPPORTED_RATES 3
52 #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
53 BAND_AN | BAND_AAC)
54
55 #define FW_MULTI_BANDS_SUPPORT (BIT(8) | BIT(9) | BIT(10) | BIT(11) | \
56 BIT(13))
57 #define IS_SUPPORT_MULTI_BANDS(adapter) \
58 (adapter->fw_cap_info & FW_MULTI_BANDS_SUPPORT)
59
60 /* bit 13: 11ac BAND_AAC
61 * bit 12: reserved for lab testing, will be reused for BAND_AN
62 * bit 11: 11n BAND_GN
63 * bit 10: 11a BAND_A
64 * bit 9: 11g BAND_G
65 * bit 8: 11b BAND_B
66 * Map these bits to band capability by right shifting 8 bits.
67 */
68 #define GET_FW_DEFAULT_BANDS(adapter) \
69 (((adapter->fw_cap_info & 0x2f00) >> 8) & \
70 ALL_802_11_BANDS)
71
72 #define HostCmd_WEP_KEY_INDEX_MASK 0x3fff
73
74 #define KEY_INFO_ENABLED 0x01
75 enum KEY_TYPE_ID {
76 KEY_TYPE_ID_WEP = 0,
77 KEY_TYPE_ID_TKIP,
78 KEY_TYPE_ID_AES,
79 KEY_TYPE_ID_WAPI,
80 KEY_TYPE_ID_AES_CMAC,
81 };
82 #define KEY_MCAST BIT(0)
83 #define KEY_UNICAST BIT(1)
84 #define KEY_ENABLED BIT(2)
85 #define KEY_IGTK BIT(10)
86
87 #define WAPI_KEY_LEN 50
88
89 #define MAX_POLL_TRIES 100
90 #define MAX_FIRMWARE_POLL_TRIES 100
91
92 #define FIRMWARE_READY_SDIO 0xfedc
93 #define FIRMWARE_READY_PCIE 0xfedcba00
94
95 enum mwifiex_usb_ep {
96 MWIFIEX_USB_EP_CMD_EVENT = 1,
97 MWIFIEX_USB_EP_DATA = 2,
98 };
99
100 enum MWIFIEX_802_11_PRIVACY_FILTER {
101 MWIFIEX_802_11_PRIV_FILTER_ACCEPT_ALL,
102 MWIFIEX_802_11_PRIV_FILTER_8021X_WEP
103 };
104
105 #define CAL_SNR(RSSI, NF) ((s16)((s16)(RSSI)-(s16)(NF)))
106 #define CAL_RSSI(SNR, NF) ((s16)((s16)(SNR)+(s16)(NF)))
107
108 #define UAP_BSS_PARAMS_I 0
109 #define UAP_CUSTOM_IE_I 1
110 #define MWIFIEX_AUTO_IDX_MASK 0xffff
111 #define MWIFIEX_DELETE_MASK 0x0000
112 #define MGMT_MASK_ASSOC_REQ 0x01
113 #define MGMT_MASK_REASSOC_REQ 0x04
114 #define MGMT_MASK_ASSOC_RESP 0x02
115 #define MGMT_MASK_REASSOC_RESP 0x08
116 #define MGMT_MASK_PROBE_REQ 0x10
117 #define MGMT_MASK_PROBE_RESP 0x20
118 #define MGMT_MASK_BEACON 0x100
119
120 #define TLV_TYPE_UAP_SSID 0x0000
121 #define TLV_TYPE_UAP_RATES 0x0001
122
123 #define PROPRIETARY_TLV_BASE_ID 0x0100
124 #define TLV_TYPE_KEY_MATERIAL (PROPRIETARY_TLV_BASE_ID + 0)
125 #define TLV_TYPE_CHANLIST (PROPRIETARY_TLV_BASE_ID + 1)
126 #define TLV_TYPE_NUMPROBES (PROPRIETARY_TLV_BASE_ID + 2)
127 #define TLV_TYPE_RSSI_LOW (PROPRIETARY_TLV_BASE_ID + 4)
128 #define TLV_TYPE_PASSTHROUGH (PROPRIETARY_TLV_BASE_ID + 10)
129 #define TLV_TYPE_WMMQSTATUS (PROPRIETARY_TLV_BASE_ID + 16)
130 #define TLV_TYPE_WILDCARDSSID (PROPRIETARY_TLV_BASE_ID + 18)
131 #define TLV_TYPE_TSFTIMESTAMP (PROPRIETARY_TLV_BASE_ID + 19)
132 #define TLV_TYPE_RSSI_HIGH (PROPRIETARY_TLV_BASE_ID + 22)
133 #define TLV_TYPE_AUTH_TYPE (PROPRIETARY_TLV_BASE_ID + 31)
134 #define TLV_TYPE_STA_MAC_ADDR (PROPRIETARY_TLV_BASE_ID + 32)
135 #define TLV_TYPE_BSSID (PROPRIETARY_TLV_BASE_ID + 35)
136 #define TLV_TYPE_CHANNELBANDLIST (PROPRIETARY_TLV_BASE_ID + 42)
137 #define TLV_TYPE_UAP_BEACON_PERIOD (PROPRIETARY_TLV_BASE_ID + 44)
138 #define TLV_TYPE_UAP_DTIM_PERIOD (PROPRIETARY_TLV_BASE_ID + 45)
139 #define TLV_TYPE_UAP_BCAST_SSID (PROPRIETARY_TLV_BASE_ID + 48)
140 #define TLV_TYPE_UAP_RTS_THRESHOLD (PROPRIETARY_TLV_BASE_ID + 51)
141 #define TLV_TYPE_UAP_AO_TIMER (PROPRIETARY_TLV_BASE_ID + 57)
142 #define TLV_TYPE_UAP_WEP_KEY (PROPRIETARY_TLV_BASE_ID + 59)
143 #define TLV_TYPE_UAP_WPA_PASSPHRASE (PROPRIETARY_TLV_BASE_ID + 60)
144 #define TLV_TYPE_UAP_ENCRY_PROTOCOL (PROPRIETARY_TLV_BASE_ID + 64)
145 #define TLV_TYPE_UAP_AKMP (PROPRIETARY_TLV_BASE_ID + 65)
146 #define TLV_TYPE_UAP_FRAG_THRESHOLD (PROPRIETARY_TLV_BASE_ID + 70)
147 #define TLV_TYPE_RATE_DROP_CONTROL (PROPRIETARY_TLV_BASE_ID + 82)
148 #define TLV_TYPE_RATE_SCOPE (PROPRIETARY_TLV_BASE_ID + 83)
149 #define TLV_TYPE_POWER_GROUP (PROPRIETARY_TLV_BASE_ID + 84)
150 #define TLV_TYPE_BSS_SCAN_RSP (PROPRIETARY_TLV_BASE_ID + 86)
151 #define TLV_TYPE_BSS_SCAN_INFO (PROPRIETARY_TLV_BASE_ID + 87)
152 #define TLV_TYPE_UAP_RETRY_LIMIT (PROPRIETARY_TLV_BASE_ID + 93)
153 #define TLV_TYPE_WAPI_IE (PROPRIETARY_TLV_BASE_ID + 94)
154 #define TLV_TYPE_UAP_MGMT_FRAME (PROPRIETARY_TLV_BASE_ID + 104)
155 #define TLV_TYPE_MGMT_IE (PROPRIETARY_TLV_BASE_ID + 105)
156 #define TLV_TYPE_AUTO_DS_PARAM (PROPRIETARY_TLV_BASE_ID + 113)
157 #define TLV_TYPE_PS_PARAM (PROPRIETARY_TLV_BASE_ID + 114)
158 #define TLV_TYPE_UAP_PS_AO_TIMER (PROPRIETARY_TLV_BASE_ID + 123)
159 #define TLV_TYPE_PWK_CIPHER (PROPRIETARY_TLV_BASE_ID + 145)
160 #define TLV_TYPE_GWK_CIPHER (PROPRIETARY_TLV_BASE_ID + 146)
161 #define TLV_TYPE_COALESCE_RULE (PROPRIETARY_TLV_BASE_ID + 154)
162
163 #define MWIFIEX_TX_DATA_BUF_SIZE_2K 2048
164
165 #define SSN_MASK 0xfff0
166
167 #define BA_RESULT_SUCCESS 0x0
168 #define BA_RESULT_TIMEOUT 0x2
169
170 #define IS_BASTREAM_SETUP(ptr) (ptr->ba_status)
171
172 #define BA_STREAM_NOT_ALLOWED 0xff
173
174 #define IS_11N_ENABLED(priv) ((priv->adapter->config_bands & BAND_GN || \
175 priv->adapter->config_bands & BAND_AN) && \
176 priv->curr_bss_params.bss_descriptor.bcn_ht_cap)
177 #define INITIATOR_BIT(DelBAParamSet) (((DelBAParamSet) &\
178 BIT(DELBA_INITIATOR_POS)) >> DELBA_INITIATOR_POS)
179
180 #define MWIFIEX_TX_DATA_BUF_SIZE_4K 4096
181 #define MWIFIEX_TX_DATA_BUF_SIZE_8K 8192
182
183 #define ISSUPP_11NENABLED(FwCapInfo) (FwCapInfo & BIT(11))
184
185 #define MWIFIEX_DEF_HT_CAP (IEEE80211_HT_CAP_DSSSCCK40 | \
186 (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT) | \
187 IEEE80211_HT_CAP_SM_PS)
188
189 #define MWIFIEX_DEF_11N_TX_BF_CAP 0x09E1E008
190
191 #define MWIFIEX_DEF_AMPDU IEEE80211_HT_AMPDU_PARM_FACTOR
192
193 /* dev_cap bitmap
194 * BIT
195 * 0-16 reserved
196 * 17 IEEE80211_HT_CAP_SUP_WIDTH_20_40
197 * 18-22 reserved
198 * 23 IEEE80211_HT_CAP_SGI_20
199 * 24 IEEE80211_HT_CAP_SGI_40
200 * 25 IEEE80211_HT_CAP_TX_STBC
201 * 26 IEEE80211_HT_CAP_RX_STBC
202 * 27-28 reserved
203 * 29 IEEE80211_HT_CAP_GRN_FLD
204 * 30-31 reserved
205 */
206 #define ISSUPP_CHANWIDTH40(Dot11nDevCap) (Dot11nDevCap & BIT(17))
207 #define ISSUPP_SHORTGI20(Dot11nDevCap) (Dot11nDevCap & BIT(23))
208 #define ISSUPP_SHORTGI40(Dot11nDevCap) (Dot11nDevCap & BIT(24))
209 #define ISSUPP_TXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(25))
210 #define ISSUPP_RXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(26))
211 #define ISSUPP_GREENFIELD(Dot11nDevCap) (Dot11nDevCap & BIT(29))
212 #define ISENABLED_40MHZ_INTOLERANT(Dot11nDevCap) (Dot11nDevCap & BIT(8))
213 #define ISSUPP_RXLDPC(Dot11nDevCap) (Dot11nDevCap & BIT(22))
214 #define ISSUPP_BEAMFORMING(Dot11nDevCap) (Dot11nDevCap & BIT(30))
215
216 /* httxcfg bitmap
217 * 0 reserved
218 * 1 20/40 Mhz enable(1)/disable(0)
219 * 2-3 reserved
220 * 4 green field enable(1)/disable(0)
221 * 5 short GI in 20 Mhz enable(1)/disable(0)
222 * 6 short GI in 40 Mhz enable(1)/disable(0)
223 * 7-15 reserved
224 */
225 #define MWIFIEX_FW_DEF_HTTXCFG (BIT(1) | BIT(4) | BIT(5) | BIT(6))
226
227 #define GET_RXMCSSUPP(DevMCSSupported) (DevMCSSupported & 0x0f)
228 #define SETHT_MCS32(x) (x[4] |= 1)
229 #define HT_STREAM_2X2 0x22
230
231 #define SET_SECONDARYCHAN(RadioType, SECCHAN) (RadioType |= (SECCHAN << 4))
232
233 #define LLC_SNAP_LEN 8
234
235 /* HW_SPEC fw_cap_info */
236
237 #define ISSUPP_11ACENABLED(fw_cap_info) (fw_cap_info & BIT(13))
238
239 #define GET_VHTCAP_CHWDSET(vht_cap_info) ((vht_cap_info >> 2) & 0x3)
240 #define GET_VHTNSSMCS(mcs_mapset, nss) ((mcs_mapset >> (2 * (nss - 1))) & 0x3)
241 #define SET_VHTNSSMCS(mcs_mapset, nss, value) (mcs_mapset |= (value & 0x3) << \
242 (2 * (nss - 1)))
243 #define GET_DEVTXMCSMAP(dev_mcs_map) (dev_mcs_map >> 16)
244 #define GET_DEVRXMCSMAP(dev_mcs_map) (dev_mcs_map & 0xFFFF)
245
246 #define MOD_CLASS_HR_DSSS 0x03
247 #define MOD_CLASS_OFDM 0x07
248 #define MOD_CLASS_HT 0x08
249 #define HT_BW_20 0
250 #define HT_BW_40 1
251
252 #define DFS_CHAN_MOVE_TIME 10000
253
254 #define HostCmd_CMD_GET_HW_SPEC 0x0003
255 #define HostCmd_CMD_802_11_SCAN 0x0006
256 #define HostCmd_CMD_802_11_GET_LOG 0x000b
257 #define HostCmd_CMD_MAC_MULTICAST_ADR 0x0010
258 #define HostCmd_CMD_802_11_EEPROM_ACCESS 0x0059
259 #define HostCmd_CMD_802_11_ASSOCIATE 0x0012
260 #define HostCmd_CMD_802_11_SNMP_MIB 0x0016
261 #define HostCmd_CMD_MAC_REG_ACCESS 0x0019
262 #define HostCmd_CMD_BBP_REG_ACCESS 0x001a
263 #define HostCmd_CMD_RF_REG_ACCESS 0x001b
264 #define HostCmd_CMD_PMIC_REG_ACCESS 0x00ad
265 #define HostCmd_CMD_RF_TX_PWR 0x001e
266 #define HostCmd_CMD_RF_ANTENNA 0x0020
267 #define HostCmd_CMD_802_11_DEAUTHENTICATE 0x0024
268 #define HostCmd_CMD_MAC_CONTROL 0x0028
269 #define HostCmd_CMD_802_11_AD_HOC_START 0x002b
270 #define HostCmd_CMD_802_11_AD_HOC_JOIN 0x002c
271 #define HostCmd_CMD_802_11_AD_HOC_STOP 0x0040
272 #define HostCmd_CMD_802_11_MAC_ADDRESS 0x004D
273 #define HostCmd_CMD_802_11D_DOMAIN_INFO 0x005b
274 #define HostCmd_CMD_802_11_KEY_MATERIAL 0x005e
275 #define HostCmd_CMD_802_11_BG_SCAN_QUERY 0x006c
276 #define HostCmd_CMD_WMM_GET_STATUS 0x0071
277 #define HostCmd_CMD_802_11_SUBSCRIBE_EVENT 0x0075
278 #define HostCmd_CMD_802_11_TX_RATE_QUERY 0x007f
279 #define HostCmd_CMD_802_11_IBSS_COALESCING_STATUS 0x0083
280 #define HostCmd_CMD_CFG_DATA 0x008f
281 #define HostCmd_CMD_VERSION_EXT 0x0097
282 #define HostCmd_CMD_MEF_CFG 0x009a
283 #define HostCmd_CMD_RSSI_INFO 0x00a4
284 #define HostCmd_CMD_FUNC_INIT 0x00a9
285 #define HostCmd_CMD_FUNC_SHUTDOWN 0x00aa
286 #define HostCmd_CMD_UAP_SYS_CONFIG 0x00b0
287 #define HostCmd_CMD_UAP_BSS_START 0x00b1
288 #define HostCmd_CMD_UAP_BSS_STOP 0x00b2
289 #define HostCmd_CMD_UAP_STA_DEAUTH 0x00b5
290 #define HostCmd_CMD_11N_CFG 0x00cd
291 #define HostCmd_CMD_11N_ADDBA_REQ 0x00ce
292 #define HostCmd_CMD_11N_ADDBA_RSP 0x00cf
293 #define HostCmd_CMD_11N_DELBA 0x00d0
294 #define HostCmd_CMD_RECONFIGURE_TX_BUFF 0x00d9
295 #define HostCmd_CMD_AMSDU_AGGR_CTRL 0x00df
296 #define HostCmd_CMD_TXPWR_CFG 0x00d1
297 #define HostCmd_CMD_TX_RATE_CFG 0x00d6
298 #define HostCmd_CMD_802_11_PS_MODE_ENH 0x00e4
299 #define HostCmd_CMD_802_11_HS_CFG_ENH 0x00e5
300 #define HostCmd_CMD_P2P_MODE_CFG 0x00eb
301 #define HostCmd_CMD_CAU_REG_ACCESS 0x00ed
302 #define HostCmd_CMD_SET_BSS_MODE 0x00f7
303 #define HostCmd_CMD_PCIE_DESC_DETAILS 0x00fa
304 #define HostCmd_CMD_802_11_SCAN_EXT 0x0107
305 #define HostCmd_CMD_COALESCE_CFG 0x010a
306 #define HostCmd_CMD_MGMT_FRAME_REG 0x010c
307 #define HostCmd_CMD_REMAIN_ON_CHAN 0x010d
308 #define HostCmd_CMD_11AC_CFG 0x0112
309
310 #define PROTOCOL_NO_SECURITY 0x01
311 #define PROTOCOL_STATIC_WEP 0x02
312 #define PROTOCOL_WPA 0x08
313 #define PROTOCOL_WPA2 0x20
314 #define PROTOCOL_WPA2_MIXED 0x28
315 #define PROTOCOL_EAP 0x40
316 #define KEY_MGMT_NONE 0x04
317 #define KEY_MGMT_PSK 0x02
318 #define KEY_MGMT_EAP 0x01
319 #define CIPHER_TKIP 0x04
320 #define CIPHER_AES_CCMP 0x08
321 #define VALID_CIPHER_BITMAP 0x0c
322
323 enum ENH_PS_MODES {
324 EN_PS = 1,
325 DIS_PS = 2,
326 EN_AUTO_DS = 3,
327 DIS_AUTO_DS = 4,
328 SLEEP_CONFIRM = 5,
329 GET_PS = 0,
330 EN_AUTO_PS = 0xff,
331 DIS_AUTO_PS = 0xfe,
332 };
333
334 enum P2P_MODES {
335 P2P_MODE_DISABLE = 0,
336 P2P_MODE_DEVICE = 1,
337 P2P_MODE_GO = 2,
338 P2P_MODE_CLIENT = 3,
339 };
340
341 #define HostCmd_RET_BIT 0x8000
342 #define HostCmd_ACT_GEN_GET 0x0000
343 #define HostCmd_ACT_GEN_SET 0x0001
344 #define HostCmd_ACT_GEN_REMOVE 0x0004
345 #define HostCmd_ACT_BITWISE_SET 0x0002
346 #define HostCmd_ACT_BITWISE_CLR 0x0003
347 #define HostCmd_RESULT_OK 0x0000
348
349 #define HostCmd_ACT_MAC_RX_ON 0x0001
350 #define HostCmd_ACT_MAC_TX_ON 0x0002
351 #define HostCmd_ACT_MAC_WEP_ENABLE 0x0008
352 #define HostCmd_ACT_MAC_ETHERNETII_ENABLE 0x0010
353 #define HostCmd_ACT_MAC_PROMISCUOUS_ENABLE 0x0080
354 #define HostCmd_ACT_MAC_ALL_MULTICAST_ENABLE 0x0100
355 #define HostCmd_ACT_MAC_ADHOC_G_PROTECTION_ON 0x2000
356
357 #define HostCmd_BSS_MODE_IBSS 0x0002
358 #define HostCmd_BSS_MODE_ANY 0x0003
359
360 #define HostCmd_SCAN_RADIO_TYPE_BG 0
361 #define HostCmd_SCAN_RADIO_TYPE_A 1
362
363 #define HS_CFG_CANCEL 0xffffffff
364 #define HS_CFG_COND_DEF 0x00000000
365 #define HS_CFG_GPIO_DEF 0xff
366 #define HS_CFG_GAP_DEF 0
367 #define HS_CFG_COND_BROADCAST_DATA 0x00000001
368 #define HS_CFG_COND_UNICAST_DATA 0x00000002
369 #define HS_CFG_COND_MAC_EVENT 0x00000004
370 #define HS_CFG_COND_MULTICAST_DATA 0x00000008
371
372 #define MWIFIEX_TIMEOUT_FOR_AP_RESP 0xfffc
373 #define MWIFIEX_STATUS_CODE_AUTH_TIMEOUT 2
374
375 #define CMD_F_HOSTCMD (1 << 0)
376 #define CMD_F_CANCELED (1 << 1)
377
378 #define HostCmd_CMD_ID_MASK 0x0fff
379
380 #define HostCmd_SEQ_NUM_MASK 0x00ff
381
382 #define HostCmd_BSS_NUM_MASK 0x0f00
383
384 #define HostCmd_BSS_TYPE_MASK 0xf000
385
386 #define HostCmd_ACT_SET_RX 0x0001
387 #define HostCmd_ACT_SET_TX 0x0002
388 #define HostCmd_ACT_SET_BOTH 0x0003
389
390 #define RF_ANTENNA_AUTO 0xFFFF
391
392 #define HostCmd_SET_SEQ_NO_BSS_INFO(seq, num, type) { \
393 (((seq) & 0x00ff) | \
394 (((num) & 0x000f) << 8)) | \
395 (((type) & 0x000f) << 12); }
396
397 #define HostCmd_GET_SEQ_NO(seq) \
398 ((seq) & HostCmd_SEQ_NUM_MASK)
399
400 #define HostCmd_GET_BSS_NO(seq) \
401 (((seq) & HostCmd_BSS_NUM_MASK) >> 8)
402
403 #define HostCmd_GET_BSS_TYPE(seq) \
404 (((seq) & HostCmd_BSS_TYPE_MASK) >> 12)
405
406 #define EVENT_DUMMY_HOST_WAKEUP_SIGNAL 0x00000001
407 #define EVENT_LINK_LOST 0x00000003
408 #define EVENT_LINK_SENSED 0x00000004
409 #define EVENT_MIB_CHANGED 0x00000006
410 #define EVENT_INIT_DONE 0x00000007
411 #define EVENT_DEAUTHENTICATED 0x00000008
412 #define EVENT_DISASSOCIATED 0x00000009
413 #define EVENT_PS_AWAKE 0x0000000a
414 #define EVENT_PS_SLEEP 0x0000000b
415 #define EVENT_MIC_ERR_MULTICAST 0x0000000d
416 #define EVENT_MIC_ERR_UNICAST 0x0000000e
417 #define EVENT_DEEP_SLEEP_AWAKE 0x00000010
418 #define EVENT_ADHOC_BCN_LOST 0x00000011
419
420 #define EVENT_WMM_STATUS_CHANGE 0x00000017
421 #define EVENT_BG_SCAN_REPORT 0x00000018
422 #define EVENT_RSSI_LOW 0x00000019
423 #define EVENT_SNR_LOW 0x0000001a
424 #define EVENT_MAX_FAIL 0x0000001b
425 #define EVENT_RSSI_HIGH 0x0000001c
426 #define EVENT_SNR_HIGH 0x0000001d
427 #define EVENT_IBSS_COALESCED 0x0000001e
428 #define EVENT_DATA_RSSI_LOW 0x00000024
429 #define EVENT_DATA_SNR_LOW 0x00000025
430 #define EVENT_DATA_RSSI_HIGH 0x00000026
431 #define EVENT_DATA_SNR_HIGH 0x00000027
432 #define EVENT_LINK_QUALITY 0x00000028
433 #define EVENT_PORT_RELEASE 0x0000002b
434 #define EVENT_UAP_STA_DEAUTH 0x0000002c
435 #define EVENT_UAP_STA_ASSOC 0x0000002d
436 #define EVENT_UAP_BSS_START 0x0000002e
437 #define EVENT_PRE_BEACON_LOST 0x00000031
438 #define EVENT_ADDBA 0x00000033
439 #define EVENT_DELBA 0x00000034
440 #define EVENT_BA_STREAM_TIEMOUT 0x00000037
441 #define EVENT_AMSDU_AGGR_CTRL 0x00000042
442 #define EVENT_UAP_BSS_IDLE 0x00000043
443 #define EVENT_UAP_BSS_ACTIVE 0x00000044
444 #define EVENT_WEP_ICV_ERR 0x00000046
445 #define EVENT_HS_ACT_REQ 0x00000047
446 #define EVENT_BW_CHANGE 0x00000048
447 #define EVENT_UAP_MIC_COUNTERMEASURES 0x0000004c
448 #define EVENT_HOSTWAKE_STAIE 0x0000004d
449 #define EVENT_CHANNEL_SWITCH_ANN 0x00000050
450 #define EVENT_EXT_SCAN_REPORT 0x00000058
451 #define EVENT_REMAIN_ON_CHAN_EXPIRED 0x0000005f
452
453 #define EVENT_ID_MASK 0xffff
454 #define BSS_NUM_MASK 0xf
455
456 #define EVENT_GET_BSS_NUM(event_cause) \
457 (((event_cause) >> 16) & BSS_NUM_MASK)
458
459 #define EVENT_GET_BSS_TYPE(event_cause) \
460 (((event_cause) >> 24) & 0x00ff)
461
462 #define MWIFIEX_MAX_PATTERN_LEN 20
463 #define MWIFIEX_MAX_OFFSET_LEN 100
464 #define STACK_NBYTES 100
465 #define TYPE_DNUM 1
466 #define TYPE_BYTESEQ 2
467 #define MAX_OPERAND 0x40
468 #define TYPE_EQ (MAX_OPERAND+1)
469 #define TYPE_EQ_DNUM (MAX_OPERAND+2)
470 #define TYPE_EQ_BIT (MAX_OPERAND+3)
471 #define TYPE_AND (MAX_OPERAND+4)
472 #define TYPE_OR (MAX_OPERAND+5)
473 #define MEF_MODE_HOST_SLEEP 1
474 #define MEF_ACTION_ALLOW_AND_WAKEUP_HOST 3
475 #define MWIFIEX_CRITERIA_BROADCAST BIT(0)
476 #define MWIFIEX_CRITERIA_UNICAST BIT(1)
477 #define MWIFIEX_CRITERIA_MULTICAST BIT(3)
478
479 struct mwifiex_ie_types_header {
480 __le16 type;
481 __le16 len;
482 } __packed;
483
484 struct mwifiex_ie_types_data {
485 struct mwifiex_ie_types_header header;
486 u8 data[1];
487 } __packed;
488
489 #define MWIFIEX_TxPD_POWER_MGMT_NULL_PACKET 0x01
490 #define MWIFIEX_TxPD_POWER_MGMT_LAST_PACKET 0x08
491
492 struct txpd {
493 u8 bss_type;
494 u8 bss_num;
495 __le16 tx_pkt_length;
496 __le16 tx_pkt_offset;
497 __le16 tx_pkt_type;
498 __le32 tx_control;
499 u8 priority;
500 u8 flags;
501 u8 pkt_delay_2ms;
502 u8 reserved1;
503 } __packed;
504
505 struct rxpd {
506 u8 bss_type;
507 u8 bss_num;
508 __le16 rx_pkt_length;
509 __le16 rx_pkt_offset;
510 __le16 rx_pkt_type;
511 __le16 seq_num;
512 u8 priority;
513 u8 rx_rate;
514 s8 snr;
515 s8 nf;
516
517 /* For: Non-802.11 AC cards
518 *
519 * Ht Info [Bit 0] RxRate format: LG=0, HT=1
520 * [Bit 1] HT Bandwidth: BW20 = 0, BW40 = 1
521 * [Bit 2] HT Guard Interval: LGI = 0, SGI = 1
522 *
523 * For: 802.11 AC cards
524 * [Bit 1] [Bit 0] RxRate format: legacy rate = 00 HT = 01 VHT = 10
525 * [Bit 3] [Bit 2] HT/VHT Bandwidth BW20 = 00 BW40 = 01
526 * BW80 = 10 BW160 = 11
527 * [Bit 4] HT/VHT Guard interval LGI = 0 SGI = 1
528 * [Bit 5] STBC support Enabled = 1
529 * [Bit 6] LDPC support Enabled = 1
530 * [Bit 7] Reserved
531 */
532 u8 ht_info;
533 u8 reserved;
534 } __packed;
535
536 struct uap_txpd {
537 u8 bss_type;
538 u8 bss_num;
539 __le16 tx_pkt_length;
540 __le16 tx_pkt_offset;
541 __le16 tx_pkt_type;
542 __le32 tx_control;
543 u8 priority;
544 u8 flags;
545 u8 pkt_delay_2ms;
546 u8 reserved1;
547 __le32 reserved2;
548 };
549
550 struct uap_rxpd {
551 u8 bss_type;
552 u8 bss_num;
553 __le16 rx_pkt_length;
554 __le16 rx_pkt_offset;
555 __le16 rx_pkt_type;
556 __le16 seq_num;
557 u8 priority;
558 u8 reserved1;
559 };
560
561 enum mwifiex_chan_scan_mode_bitmasks {
562 MWIFIEX_PASSIVE_SCAN = BIT(0),
563 MWIFIEX_DISABLE_CHAN_FILT = BIT(1),
564 };
565
566 struct mwifiex_chan_scan_param_set {
567 u8 radio_type;
568 u8 chan_number;
569 u8 chan_scan_mode_bitmap;
570 __le16 min_scan_time;
571 __le16 max_scan_time;
572 } __packed;
573
574 struct mwifiex_ie_types_chan_list_param_set {
575 struct mwifiex_ie_types_header header;
576 struct mwifiex_chan_scan_param_set chan_scan_param[1];
577 } __packed;
578
579 struct chan_band_param_set {
580 u8 radio_type;
581 u8 chan_number;
582 };
583
584 struct mwifiex_ie_types_chan_band_list_param_set {
585 struct mwifiex_ie_types_header header;
586 struct chan_band_param_set chan_band_param[1];
587 } __packed;
588
589 struct mwifiex_ie_types_rates_param_set {
590 struct mwifiex_ie_types_header header;
591 u8 rates[1];
592 } __packed;
593
594 struct mwifiex_ie_types_ssid_param_set {
595 struct mwifiex_ie_types_header header;
596 u8 ssid[1];
597 } __packed;
598
599 struct mwifiex_ie_types_num_probes {
600 struct mwifiex_ie_types_header header;
601 __le16 num_probes;
602 } __packed;
603
604 struct mwifiex_ie_types_wildcard_ssid_params {
605 struct mwifiex_ie_types_header header;
606 u8 max_ssid_length;
607 u8 ssid[1];
608 } __packed;
609
610 #define TSF_DATA_SIZE 8
611 struct mwifiex_ie_types_tsf_timestamp {
612 struct mwifiex_ie_types_header header;
613 u8 tsf_data[1];
614 } __packed;
615
616 struct mwifiex_cf_param_set {
617 u8 cfp_cnt;
618 u8 cfp_period;
619 __le16 cfp_max_duration;
620 __le16 cfp_duration_remaining;
621 } __packed;
622
623 struct mwifiex_ibss_param_set {
624 __le16 atim_window;
625 } __packed;
626
627 struct mwifiex_ie_types_ss_param_set {
628 struct mwifiex_ie_types_header header;
629 union {
630 struct mwifiex_cf_param_set cf_param_set[1];
631 struct mwifiex_ibss_param_set ibss_param_set[1];
632 } cf_ibss;
633 } __packed;
634
635 struct mwifiex_fh_param_set {
636 __le16 dwell_time;
637 u8 hop_set;
638 u8 hop_pattern;
639 u8 hop_index;
640 } __packed;
641
642 struct mwifiex_ds_param_set {
643 u8 current_chan;
644 } __packed;
645
646 struct mwifiex_ie_types_phy_param_set {
647 struct mwifiex_ie_types_header header;
648 union {
649 struct mwifiex_fh_param_set fh_param_set[1];
650 struct mwifiex_ds_param_set ds_param_set[1];
651 } fh_ds;
652 } __packed;
653
654 struct mwifiex_ie_types_auth_type {
655 struct mwifiex_ie_types_header header;
656 __le16 auth_type;
657 } __packed;
658
659 struct mwifiex_ie_types_vendor_param_set {
660 struct mwifiex_ie_types_header header;
661 u8 ie[MWIFIEX_MAX_VSIE_LEN];
662 };
663
664 struct mwifiex_ie_types_rsn_param_set {
665 struct mwifiex_ie_types_header header;
666 u8 rsn_ie[1];
667 } __packed;
668
669 #define KEYPARAMSET_FIXED_LEN 6
670
671 struct mwifiex_ie_type_key_param_set {
672 __le16 type;
673 __le16 length;
674 __le16 key_type_id;
675 __le16 key_info;
676 __le16 key_len;
677 u8 key[50];
678 } __packed;
679
680 #define IGTK_PN_LEN 8
681
682 struct mwifiex_cmac_param {
683 u8 ipn[IGTK_PN_LEN];
684 u8 key[WLAN_KEY_LEN_AES_CMAC];
685 } __packed;
686
687 struct host_cmd_ds_802_11_key_material {
688 __le16 action;
689 struct mwifiex_ie_type_key_param_set key_param_set;
690 } __packed;
691
692 struct host_cmd_ds_gen {
693 __le16 command;
694 __le16 size;
695 __le16 seq_num;
696 __le16 result;
697 };
698
699 #define S_DS_GEN sizeof(struct host_cmd_ds_gen)
700
701 enum sleep_resp_ctrl {
702 RESP_NOT_NEEDED = 0,
703 RESP_NEEDED,
704 };
705
706 struct mwifiex_ps_param {
707 __le16 null_pkt_interval;
708 __le16 multiple_dtims;
709 __le16 bcn_miss_timeout;
710 __le16 local_listen_interval;
711 __le16 adhoc_wake_period;
712 __le16 mode;
713 __le16 delay_to_ps;
714 };
715
716 #define BITMAP_AUTO_DS 0x01
717 #define BITMAP_STA_PS 0x10
718
719 struct mwifiex_ie_types_auto_ds_param {
720 struct mwifiex_ie_types_header header;
721 __le16 deep_sleep_timeout;
722 } __packed;
723
724 struct mwifiex_ie_types_ps_param {
725 struct mwifiex_ie_types_header header;
726 struct mwifiex_ps_param param;
727 } __packed;
728
729 struct host_cmd_ds_802_11_ps_mode_enh {
730 __le16 action;
731
732 union {
733 struct mwifiex_ps_param opt_ps;
734 __le16 ps_bitmap;
735 } params;
736 } __packed;
737
738 struct host_cmd_ds_get_hw_spec {
739 __le16 hw_if_version;
740 __le16 version;
741 __le16 reserved;
742 __le16 num_of_mcast_adr;
743 u8 permanent_addr[ETH_ALEN];
744 __le16 region_code;
745 __le16 number_of_antenna;
746 __le32 fw_release_number;
747 __le32 reserved_1;
748 __le32 reserved_2;
749 __le32 reserved_3;
750 __le32 fw_cap_info;
751 __le32 dot_11n_dev_cap;
752 u8 dev_mcs_support;
753 __le16 mp_end_port; /* SDIO only, reserved for other interfacces */
754 __le16 mgmt_buf_count; /* mgmt IE buffer count */
755 __le32 reserved_5;
756 __le32 reserved_6;
757 __le32 dot_11ac_dev_cap;
758 __le32 dot_11ac_mcs_support;
759 } __packed;
760
761 struct host_cmd_ds_802_11_rssi_info {
762 __le16 action;
763 __le16 ndata;
764 __le16 nbcn;
765 __le16 reserved[9];
766 long long reserved_1;
767 };
768
769 struct host_cmd_ds_802_11_rssi_info_rsp {
770 __le16 action;
771 __le16 ndata;
772 __le16 nbcn;
773 __le16 data_rssi_last;
774 __le16 data_nf_last;
775 __le16 data_rssi_avg;
776 __le16 data_nf_avg;
777 __le16 bcn_rssi_last;
778 __le16 bcn_nf_last;
779 __le16 bcn_rssi_avg;
780 __le16 bcn_nf_avg;
781 long long tsf_bcn;
782 };
783
784 struct host_cmd_ds_802_11_mac_address {
785 __le16 action;
786 u8 mac_addr[ETH_ALEN];
787 };
788
789 struct host_cmd_ds_mac_control {
790 __le16 action;
791 __le16 reserved;
792 };
793
794 struct host_cmd_ds_mac_multicast_adr {
795 __le16 action;
796 __le16 num_of_adrs;
797 u8 mac_list[MWIFIEX_MAX_MULTICAST_LIST_SIZE][ETH_ALEN];
798 } __packed;
799
800 struct host_cmd_ds_802_11_deauthenticate {
801 u8 mac_addr[ETH_ALEN];
802 __le16 reason_code;
803 } __packed;
804
805 struct host_cmd_ds_802_11_associate {
806 u8 peer_sta_addr[ETH_ALEN];
807 __le16 cap_info_bitmap;
808 __le16 listen_interval;
809 __le16 beacon_period;
810 u8 dtim_period;
811 } __packed;
812
813 struct ieee_types_assoc_rsp {
814 __le16 cap_info_bitmap;
815 __le16 status_code;
816 __le16 a_id;
817 u8 ie_buffer[1];
818 } __packed;
819
820 struct host_cmd_ds_802_11_associate_rsp {
821 struct ieee_types_assoc_rsp assoc_rsp;
822 } __packed;
823
824 struct ieee_types_cf_param_set {
825 u8 element_id;
826 u8 len;
827 u8 cfp_cnt;
828 u8 cfp_period;
829 __le16 cfp_max_duration;
830 __le16 cfp_duration_remaining;
831 } __packed;
832
833 struct ieee_types_ibss_param_set {
834 u8 element_id;
835 u8 len;
836 __le16 atim_window;
837 } __packed;
838
839 union ieee_types_ss_param_set {
840 struct ieee_types_cf_param_set cf_param_set;
841 struct ieee_types_ibss_param_set ibss_param_set;
842 } __packed;
843
844 struct ieee_types_fh_param_set {
845 u8 element_id;
846 u8 len;
847 __le16 dwell_time;
848 u8 hop_set;
849 u8 hop_pattern;
850 u8 hop_index;
851 } __packed;
852
853 struct ieee_types_ds_param_set {
854 u8 element_id;
855 u8 len;
856 u8 current_chan;
857 } __packed;
858
859 union ieee_types_phy_param_set {
860 struct ieee_types_fh_param_set fh_param_set;
861 struct ieee_types_ds_param_set ds_param_set;
862 } __packed;
863
864 struct ieee_types_oper_mode_ntf {
865 u8 element_id;
866 u8 len;
867 u8 oper_mode;
868 } __packed;
869
870 struct host_cmd_ds_802_11_ad_hoc_start {
871 u8 ssid[IEEE80211_MAX_SSID_LEN];
872 u8 bss_mode;
873 __le16 beacon_period;
874 u8 dtim_period;
875 union ieee_types_ss_param_set ss_param_set;
876 union ieee_types_phy_param_set phy_param_set;
877 u16 reserved1;
878 __le16 cap_info_bitmap;
879 u8 data_rate[HOSTCMD_SUPPORTED_RATES];
880 } __packed;
881
882 struct host_cmd_ds_802_11_ad_hoc_result {
883 u8 pad[3];
884 u8 bssid[ETH_ALEN];
885 } __packed;
886
887 struct adhoc_bss_desc {
888 u8 bssid[ETH_ALEN];
889 u8 ssid[IEEE80211_MAX_SSID_LEN];
890 u8 bss_mode;
891 __le16 beacon_period;
892 u8 dtim_period;
893 u8 time_stamp[8];
894 u8 local_time[8];
895 union ieee_types_phy_param_set phy_param_set;
896 union ieee_types_ss_param_set ss_param_set;
897 __le16 cap_info_bitmap;
898 u8 data_rates[HOSTCMD_SUPPORTED_RATES];
899
900 /*
901 * DO NOT ADD ANY FIELDS TO THIS STRUCTURE.
902 * It is used in the Adhoc join command and will cause a
903 * binary layout mismatch with the firmware
904 */
905 } __packed;
906
907 struct host_cmd_ds_802_11_ad_hoc_join {
908 struct adhoc_bss_desc bss_descriptor;
909 u16 reserved1;
910 u16 reserved2;
911 } __packed;
912
913 struct host_cmd_ds_802_11_get_log {
914 __le32 mcast_tx_frame;
915 __le32 failed;
916 __le32 retry;
917 __le32 multi_retry;
918 __le32 frame_dup;
919 __le32 rts_success;
920 __le32 rts_failure;
921 __le32 ack_failure;
922 __le32 rx_frag;
923 __le32 mcast_rx_frame;
924 __le32 fcs_error;
925 __le32 tx_frame;
926 __le32 reserved;
927 __le32 wep_icv_err_cnt[4];
928 };
929
930 /* Enumeration for rate format */
931 enum _mwifiex_rate_format {
932 MWIFIEX_RATE_FORMAT_LG = 0,
933 MWIFIEX_RATE_FORMAT_HT,
934 MWIFIEX_RATE_FORMAT_VHT,
935 MWIFIEX_RATE_FORMAT_AUTO = 0xFF,
936 };
937
938 struct host_cmd_ds_tx_rate_query {
939 u8 tx_rate;
940 /* Tx Rate Info: For 802.11 AC cards
941 *
942 * [Bit 0-1] tx rate formate: LG = 0, HT = 1, VHT = 2
943 * [Bit 2-3] HT/VHT Bandwidth: BW20 = 0, BW40 = 1, BW80 = 2, BW160 = 3
944 * [Bit 4] HT/VHT Guard Interval: LGI = 0, SGI = 1
945 *
946 * For non-802.11 AC cards
947 * Ht Info [Bit 0] RxRate format: LG=0, HT=1
948 * [Bit 1] HT Bandwidth: BW20 = 0, BW40 = 1
949 * [Bit 2] HT Guard Interval: LGI = 0, SGI = 1
950 */
951 u8 ht_info;
952 } __packed;
953
954 enum Host_Sleep_Action {
955 HS_CONFIGURE = 0x0001,
956 HS_ACTIVATE = 0x0002,
957 };
958
959 struct mwifiex_hs_config_param {
960 __le32 conditions;
961 u8 gpio;
962 u8 gap;
963 } __packed;
964
965 struct hs_activate_param {
966 __le16 resp_ctrl;
967 } __packed;
968
969 struct host_cmd_ds_802_11_hs_cfg_enh {
970 __le16 action;
971
972 union {
973 struct mwifiex_hs_config_param hs_config;
974 struct hs_activate_param hs_activate;
975 } params;
976 } __packed;
977
978 enum SNMP_MIB_INDEX {
979 OP_RATE_SET_I = 1,
980 DTIM_PERIOD_I = 3,
981 RTS_THRESH_I = 5,
982 SHORT_RETRY_LIM_I = 6,
983 LONG_RETRY_LIM_I = 7,
984 FRAG_THRESH_I = 8,
985 DOT11D_I = 9,
986 DOT11H_I = 10,
987 };
988
989 #define MAX_SNMP_BUF_SIZE 128
990
991 struct host_cmd_ds_802_11_snmp_mib {
992 __le16 query_type;
993 __le16 oid;
994 __le16 buf_size;
995 u8 value[1];
996 } __packed;
997
998 struct mwifiex_rate_scope {
999 __le16 type;
1000 __le16 length;
1001 __le16 hr_dsss_rate_bitmap;
1002 __le16 ofdm_rate_bitmap;
1003 __le16 ht_mcs_rate_bitmap[8];
1004 } __packed;
1005
1006 struct mwifiex_rate_drop_pattern {
1007 __le16 type;
1008 __le16 length;
1009 __le32 rate_drop_mode;
1010 } __packed;
1011
1012 struct host_cmd_ds_tx_rate_cfg {
1013 __le16 action;
1014 __le16 cfg_index;
1015 } __packed;
1016
1017 struct mwifiex_power_group {
1018 u8 modulation_class;
1019 u8 first_rate_code;
1020 u8 last_rate_code;
1021 s8 power_step;
1022 s8 power_min;
1023 s8 power_max;
1024 u8 ht_bandwidth;
1025 u8 reserved;
1026 } __packed;
1027
1028 struct mwifiex_types_power_group {
1029 __le16 type;
1030 __le16 length;
1031 } __packed;
1032
1033 struct host_cmd_ds_txpwr_cfg {
1034 __le16 action;
1035 __le16 cfg_index;
1036 __le32 mode;
1037 } __packed;
1038
1039 struct host_cmd_ds_rf_tx_pwr {
1040 __le16 action;
1041 __le16 cur_level;
1042 u8 max_power;
1043 u8 min_power;
1044 } __packed;
1045
1046 struct host_cmd_ds_rf_ant_mimo {
1047 __le16 action_tx;
1048 __le16 tx_ant_mode;
1049 __le16 action_rx;
1050 __le16 rx_ant_mode;
1051 };
1052
1053 struct host_cmd_ds_rf_ant_siso {
1054 __le16 action;
1055 __le16 ant_mode;
1056 };
1057
1058 struct mwifiex_fixed_bcn_param {
1059 __le64 timestamp;
1060 __le16 beacon_period;
1061 __le16 cap_info_bitmap;
1062 } __packed;
1063
1064 struct mwifiex_event_scan_result {
1065 __le16 event_id;
1066 u8 bss_index;
1067 u8 bss_type;
1068 u8 more_event;
1069 u8 reserved[3];
1070 __le16 buf_size;
1071 u8 num_of_set;
1072 } __packed;
1073
1074 #define MWIFIEX_USER_SCAN_CHAN_MAX 50
1075
1076 #define MWIFIEX_MAX_SSID_LIST_LENGTH 10
1077
1078 struct mwifiex_scan_cmd_config {
1079 /*
1080 * BSS mode to be sent in the firmware command
1081 */
1082 u8 bss_mode;
1083
1084 /* Specific BSSID used to filter scan results in the firmware */
1085 u8 specific_bssid[ETH_ALEN];
1086
1087 /* Length of TLVs sent in command starting at tlvBuffer */
1088 u32 tlv_buf_len;
1089
1090 /*
1091 * SSID TLV(s) and ChanList TLVs to be sent in the firmware command
1092 *
1093 * TLV_TYPE_CHANLIST, mwifiex_ie_types_chan_list_param_set
1094 * WLAN_EID_SSID, mwifiex_ie_types_ssid_param_set
1095 */
1096 u8 tlv_buf[1]; /* SSID TLV(s) and ChanList TLVs are stored
1097 here */
1098 } __packed;
1099
1100 struct mwifiex_user_scan_chan {
1101 u8 chan_number;
1102 u8 radio_type;
1103 u8 scan_type;
1104 u8 reserved;
1105 u32 scan_time;
1106 } __packed;
1107
1108 struct mwifiex_user_scan_cfg {
1109 /*
1110 * BSS mode to be sent in the firmware command
1111 */
1112 u8 bss_mode;
1113 /* Configure the number of probe requests for active chan scans */
1114 u8 num_probes;
1115 u8 reserved;
1116 /* BSSID filter sent in the firmware command to limit the results */
1117 u8 specific_bssid[ETH_ALEN];
1118 /* SSID filter list used in the firmware to limit the scan results */
1119 struct cfg80211_ssid *ssid_list;
1120 u8 num_ssids;
1121 /* Variable number (fixed maximum) of channels to scan up */
1122 struct mwifiex_user_scan_chan chan_list[MWIFIEX_USER_SCAN_CHAN_MAX];
1123 } __packed;
1124
1125 struct ie_body {
1126 u8 grp_key_oui[4];
1127 u8 ptk_cnt[2];
1128 u8 ptk_body[4];
1129 } __packed;
1130
1131 struct host_cmd_ds_802_11_scan {
1132 u8 bss_mode;
1133 u8 bssid[ETH_ALEN];
1134 u8 tlv_buffer[1];
1135 } __packed;
1136
1137 struct host_cmd_ds_802_11_scan_rsp {
1138 __le16 bss_descript_size;
1139 u8 number_of_sets;
1140 u8 bss_desc_and_tlv_buffer[1];
1141 } __packed;
1142
1143 struct host_cmd_ds_802_11_scan_ext {
1144 u32 reserved;
1145 u8 tlv_buffer[1];
1146 } __packed;
1147
1148 struct mwifiex_ie_types_bss_scan_rsp {
1149 struct mwifiex_ie_types_header header;
1150 u8 bssid[ETH_ALEN];
1151 u8 frame_body[1];
1152 } __packed;
1153
1154 struct mwifiex_ie_types_bss_scan_info {
1155 struct mwifiex_ie_types_header header;
1156 __le16 rssi;
1157 __le16 anpi;
1158 u8 cca_busy_fraction;
1159 u8 radio_type;
1160 u8 channel;
1161 u8 reserved;
1162 __le64 tsf;
1163 } __packed;
1164
1165 struct host_cmd_ds_802_11_bg_scan_query {
1166 u8 flush;
1167 } __packed;
1168
1169 struct host_cmd_ds_802_11_bg_scan_query_rsp {
1170 __le32 report_condition;
1171 struct host_cmd_ds_802_11_scan_rsp scan_resp;
1172 } __packed;
1173
1174 struct mwifiex_ietypes_domain_param_set {
1175 struct mwifiex_ie_types_header header;
1176 u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
1177 struct ieee80211_country_ie_triplet triplet[1];
1178 } __packed;
1179
1180 struct host_cmd_ds_802_11d_domain_info {
1181 __le16 action;
1182 struct mwifiex_ietypes_domain_param_set domain;
1183 } __packed;
1184
1185 struct host_cmd_ds_802_11d_domain_info_rsp {
1186 __le16 action;
1187 struct mwifiex_ietypes_domain_param_set domain;
1188 } __packed;
1189
1190 struct host_cmd_ds_11n_addba_req {
1191 u8 add_req_result;
1192 u8 peer_mac_addr[ETH_ALEN];
1193 u8 dialog_token;
1194 __le16 block_ack_param_set;
1195 __le16 block_ack_tmo;
1196 __le16 ssn;
1197 } __packed;
1198
1199 struct host_cmd_ds_11n_addba_rsp {
1200 u8 add_rsp_result;
1201 u8 peer_mac_addr[ETH_ALEN];
1202 u8 dialog_token;
1203 __le16 status_code;
1204 __le16 block_ack_param_set;
1205 __le16 block_ack_tmo;
1206 __le16 ssn;
1207 } __packed;
1208
1209 struct host_cmd_ds_11n_delba {
1210 u8 del_result;
1211 u8 peer_mac_addr[ETH_ALEN];
1212 __le16 del_ba_param_set;
1213 __le16 reason_code;
1214 u8 reserved;
1215 } __packed;
1216
1217 struct host_cmd_ds_11n_batimeout {
1218 u8 tid;
1219 u8 peer_mac_addr[ETH_ALEN];
1220 u8 origninator;
1221 } __packed;
1222
1223 struct host_cmd_ds_11n_cfg {
1224 __le16 action;
1225 __le16 ht_tx_cap;
1226 __le16 ht_tx_info;
1227 __le16 misc_config; /* Needed for 802.11AC cards only */
1228 } __packed;
1229
1230 struct host_cmd_ds_txbuf_cfg {
1231 __le16 action;
1232 __le16 buff_size;
1233 __le16 mp_end_port; /* SDIO only, reserved for other interfacces */
1234 __le16 reserved3;
1235 } __packed;
1236
1237 struct host_cmd_ds_amsdu_aggr_ctrl {
1238 __le16 action;
1239 __le16 enable;
1240 __le16 curr_buf_size;
1241 } __packed;
1242
1243 struct host_cmd_ds_sta_deauth {
1244 u8 mac[ETH_ALEN];
1245 __le16 reason;
1246 } __packed;
1247
1248 struct mwifiex_ie_types_pwr_capability {
1249 struct mwifiex_ie_types_header header;
1250 s8 min_pwr;
1251 s8 max_pwr;
1252 };
1253
1254 struct mwifiex_ie_types_local_pwr_constraint {
1255 struct mwifiex_ie_types_header header;
1256 u8 chan;
1257 u8 constraint;
1258 };
1259
1260 struct mwifiex_ie_types_wmm_param_set {
1261 struct mwifiex_ie_types_header header;
1262 u8 wmm_ie[1];
1263 };
1264
1265 struct mwifiex_ie_types_wmm_queue_status {
1266 struct mwifiex_ie_types_header header;
1267 u8 queue_index;
1268 u8 disabled;
1269 __le16 medium_time;
1270 u8 flow_required;
1271 u8 flow_created;
1272 u32 reserved;
1273 };
1274
1275 struct ieee_types_vendor_header {
1276 u8 element_id;
1277 u8 len;
1278 u8 oui[4]; /* 0~2: oui, 3: oui_type */
1279 u8 oui_subtype;
1280 u8 version;
1281 } __packed;
1282
1283 struct ieee_types_wmm_parameter {
1284 /*
1285 * WMM Parameter IE - Vendor Specific Header:
1286 * element_id [221/0xdd]
1287 * Len [24]
1288 * Oui [00:50:f2]
1289 * OuiType [2]
1290 * OuiSubType [1]
1291 * Version [1]
1292 */
1293 struct ieee_types_vendor_header vend_hdr;
1294 u8 qos_info_bitmap;
1295 u8 reserved;
1296 struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS];
1297 } __packed;
1298
1299 struct ieee_types_wmm_info {
1300
1301 /*
1302 * WMM Info IE - Vendor Specific Header:
1303 * element_id [221/0xdd]
1304 * Len [7]
1305 * Oui [00:50:f2]
1306 * OuiType [2]
1307 * OuiSubType [0]
1308 * Version [1]
1309 */
1310 struct ieee_types_vendor_header vend_hdr;
1311
1312 u8 qos_info_bitmap;
1313 } __packed;
1314
1315 struct host_cmd_ds_wmm_get_status {
1316 u8 queue_status_tlv[sizeof(struct mwifiex_ie_types_wmm_queue_status) *
1317 IEEE80211_NUM_ACS];
1318 u8 wmm_param_tlv[sizeof(struct ieee_types_wmm_parameter) + 2];
1319 } __packed;
1320
1321 struct mwifiex_wmm_ac_status {
1322 u8 disabled;
1323 u8 flow_required;
1324 u8 flow_created;
1325 };
1326
1327 struct mwifiex_ie_types_htcap {
1328 struct mwifiex_ie_types_header header;
1329 struct ieee80211_ht_cap ht_cap;
1330 } __packed;
1331
1332 struct mwifiex_ie_types_vhtcap {
1333 struct mwifiex_ie_types_header header;
1334 struct ieee80211_vht_cap vht_cap;
1335 } __packed;
1336
1337 struct mwifiex_ie_types_oper_mode_ntf {
1338 struct mwifiex_ie_types_header header;
1339 u8 oper_mode;
1340 } __packed;
1341
1342 /* VHT Operations IE */
1343 struct mwifiex_ie_types_vht_oper {
1344 struct mwifiex_ie_types_header header;
1345 u8 chan_width;
1346 u8 chan_center_freq_1;
1347 u8 chan_center_freq_2;
1348 /* Basic MCS set map, each 2 bits stands for a NSS */
1349 __le16 basic_mcs_map;
1350 } __packed;
1351
1352 struct mwifiex_ie_types_wmmcap {
1353 struct mwifiex_ie_types_header header;
1354 struct mwifiex_types_wmm_info wmm_info;
1355 } __packed;
1356
1357 struct mwifiex_ie_types_htinfo {
1358 struct mwifiex_ie_types_header header;
1359 struct ieee80211_ht_operation ht_oper;
1360 } __packed;
1361
1362 struct mwifiex_ie_types_2040bssco {
1363 struct mwifiex_ie_types_header header;
1364 u8 bss_co_2040;
1365 } __packed;
1366
1367 struct mwifiex_ie_types_extcap {
1368 struct mwifiex_ie_types_header header;
1369 u8 ext_capab[0];
1370 } __packed;
1371
1372 struct host_cmd_ds_mac_reg_access {
1373 __le16 action;
1374 __le16 offset;
1375 __le32 value;
1376 } __packed;
1377
1378 struct host_cmd_ds_bbp_reg_access {
1379 __le16 action;
1380 __le16 offset;
1381 u8 value;
1382 u8 reserved[3];
1383 } __packed;
1384
1385 struct host_cmd_ds_rf_reg_access {
1386 __le16 action;
1387 __le16 offset;
1388 u8 value;
1389 u8 reserved[3];
1390 } __packed;
1391
1392 struct host_cmd_ds_pmic_reg_access {
1393 __le16 action;
1394 __le16 offset;
1395 u8 value;
1396 u8 reserved[3];
1397 } __packed;
1398
1399 struct host_cmd_ds_802_11_eeprom_access {
1400 __le16 action;
1401
1402 __le16 offset;
1403 __le16 byte_count;
1404 u8 value;
1405 } __packed;
1406
1407 struct mwifiex_assoc_event {
1408 u8 sta_addr[ETH_ALEN];
1409 __le16 type;
1410 __le16 len;
1411 __le16 frame_control;
1412 __le16 cap_info;
1413 __le16 listen_interval;
1414 u8 data[0];
1415 } __packed;
1416
1417 struct host_cmd_ds_sys_config {
1418 __le16 action;
1419 u8 tlv[0];
1420 };
1421
1422 struct host_cmd_11ac_vht_cfg {
1423 __le16 action;
1424 u8 band_config;
1425 u8 misc_config;
1426 __le32 cap_info;
1427 __le32 mcs_tx_set;
1428 __le32 mcs_rx_set;
1429 } __packed;
1430
1431 struct host_cmd_tlv_akmp {
1432 struct mwifiex_ie_types_header header;
1433 __le16 key_mgmt;
1434 __le16 key_mgmt_operation;
1435 } __packed;
1436
1437 struct host_cmd_tlv_pwk_cipher {
1438 struct mwifiex_ie_types_header header;
1439 __le16 proto;
1440 u8 cipher;
1441 u8 reserved;
1442 } __packed;
1443
1444 struct host_cmd_tlv_gwk_cipher {
1445 struct mwifiex_ie_types_header header;
1446 u8 cipher;
1447 u8 reserved;
1448 } __packed;
1449
1450 struct host_cmd_tlv_passphrase {
1451 struct mwifiex_ie_types_header header;
1452 u8 passphrase[0];
1453 } __packed;
1454
1455 struct host_cmd_tlv_wep_key {
1456 struct mwifiex_ie_types_header header;
1457 u8 key_index;
1458 u8 is_default;
1459 u8 key[1];
1460 };
1461
1462 struct host_cmd_tlv_auth_type {
1463 struct mwifiex_ie_types_header header;
1464 u8 auth_type;
1465 } __packed;
1466
1467 struct host_cmd_tlv_encrypt_protocol {
1468 struct mwifiex_ie_types_header header;
1469 __le16 proto;
1470 } __packed;
1471
1472 struct host_cmd_tlv_ssid {
1473 struct mwifiex_ie_types_header header;
1474 u8 ssid[0];
1475 } __packed;
1476
1477 struct host_cmd_tlv_rates {
1478 struct mwifiex_ie_types_header header;
1479 u8 rates[0];
1480 } __packed;
1481
1482 struct mwifiex_ie_types_bssid_list {
1483 struct mwifiex_ie_types_header header;
1484 u8 bssid[ETH_ALEN];
1485 } __packed;
1486
1487 struct host_cmd_tlv_bcast_ssid {
1488 struct mwifiex_ie_types_header header;
1489 u8 bcast_ctl;
1490 } __packed;
1491
1492 struct host_cmd_tlv_beacon_period {
1493 struct mwifiex_ie_types_header header;
1494 __le16 period;
1495 } __packed;
1496
1497 struct host_cmd_tlv_dtim_period {
1498 struct mwifiex_ie_types_header header;
1499 u8 period;
1500 } __packed;
1501
1502 struct host_cmd_tlv_frag_threshold {
1503 struct mwifiex_ie_types_header header;
1504 __le16 frag_thr;
1505 } __packed;
1506
1507 struct host_cmd_tlv_rts_threshold {
1508 struct mwifiex_ie_types_header header;
1509 __le16 rts_thr;
1510 } __packed;
1511
1512 struct host_cmd_tlv_retry_limit {
1513 struct mwifiex_ie_types_header header;
1514 u8 limit;
1515 } __packed;
1516
1517 struct host_cmd_tlv_mac_addr {
1518 struct mwifiex_ie_types_header header;
1519 u8 mac_addr[ETH_ALEN];
1520 } __packed;
1521
1522 struct host_cmd_tlv_channel_band {
1523 struct mwifiex_ie_types_header header;
1524 u8 band_config;
1525 u8 channel;
1526 } __packed;
1527
1528 struct host_cmd_tlv_ageout_timer {
1529 struct mwifiex_ie_types_header header;
1530 __le32 sta_ao_timer;
1531 } __packed;
1532
1533 struct host_cmd_ds_version_ext {
1534 u8 version_str_sel;
1535 char version_str[128];
1536 } __packed;
1537
1538 struct host_cmd_ds_mgmt_frame_reg {
1539 __le16 action;
1540 __le32 mask;
1541 } __packed;
1542
1543 struct host_cmd_ds_p2p_mode_cfg {
1544 __le16 action;
1545 __le16 mode;
1546 } __packed;
1547
1548 struct host_cmd_ds_remain_on_chan {
1549 __le16 action;
1550 u8 status;
1551 u8 reserved;
1552 u8 band_cfg;
1553 u8 channel;
1554 __le32 duration;
1555 } __packed;
1556
1557 struct host_cmd_ds_802_11_ibss_status {
1558 __le16 action;
1559 __le16 enable;
1560 u8 bssid[ETH_ALEN];
1561 __le16 beacon_interval;
1562 __le16 atim_window;
1563 __le16 use_g_rate_protect;
1564 } __packed;
1565
1566 struct mwifiex_fw_mef_entry {
1567 u8 mode;
1568 u8 action;
1569 __le16 exprsize;
1570 u8 expr[0];
1571 } __packed;
1572
1573 struct host_cmd_ds_mef_cfg {
1574 __le32 criteria;
1575 __le16 num_entries;
1576 struct mwifiex_fw_mef_entry mef_entry[0];
1577 } __packed;
1578
1579 #define CONNECTION_TYPE_INFRA 0
1580 #define CONNECTION_TYPE_ADHOC 1
1581 #define CONNECTION_TYPE_AP 2
1582
1583 struct host_cmd_ds_set_bss_mode {
1584 u8 con_type;
1585 } __packed;
1586
1587 struct host_cmd_ds_pcie_details {
1588 /* TX buffer descriptor ring address */
1589 u32 txbd_addr_lo;
1590 u32 txbd_addr_hi;
1591 /* TX buffer descriptor ring count */
1592 u32 txbd_count;
1593
1594 /* RX buffer descriptor ring address */
1595 u32 rxbd_addr_lo;
1596 u32 rxbd_addr_hi;
1597 /* RX buffer descriptor ring count */
1598 u32 rxbd_count;
1599
1600 /* Event buffer descriptor ring address */
1601 u32 evtbd_addr_lo;
1602 u32 evtbd_addr_hi;
1603 /* Event buffer descriptor ring count */
1604 u32 evtbd_count;
1605
1606 /* Sleep cookie buffer physical address */
1607 u32 sleep_cookie_addr_lo;
1608 u32 sleep_cookie_addr_hi;
1609 } __packed;
1610
1611 struct mwifiex_ie_types_rssi_threshold {
1612 struct mwifiex_ie_types_header header;
1613 u8 abs_value;
1614 u8 evt_freq;
1615 } __packed;
1616
1617 struct host_cmd_ds_802_11_subsc_evt {
1618 __le16 action;
1619 __le16 events;
1620 } __packed;
1621
1622 struct mwifiex_ie {
1623 __le16 ie_index;
1624 __le16 mgmt_subtype_mask;
1625 __le16 ie_length;
1626 u8 ie_buffer[IEEE_MAX_IE_SIZE];
1627 } __packed;
1628
1629 #define MAX_MGMT_IE_INDEX 16
1630 struct mwifiex_ie_list {
1631 __le16 type;
1632 __le16 len;
1633 struct mwifiex_ie ie_list[MAX_MGMT_IE_INDEX];
1634 } __packed;
1635
1636 struct coalesce_filt_field_param {
1637 u8 operation;
1638 u8 operand_len;
1639 __le16 offset;
1640 u8 operand_byte_stream[4];
1641 };
1642
1643 struct coalesce_receive_filt_rule {
1644 struct mwifiex_ie_types_header header;
1645 u8 num_of_fields;
1646 u8 pkt_type;
1647 __le16 max_coalescing_delay;
1648 struct coalesce_filt_field_param params[0];
1649 } __packed;
1650
1651 struct host_cmd_ds_coalesce_cfg {
1652 __le16 action;
1653 __le16 num_of_rules;
1654 struct coalesce_receive_filt_rule rule[0];
1655 } __packed;
1656
1657 struct host_cmd_ds_command {
1658 __le16 command;
1659 __le16 size;
1660 __le16 seq_num;
1661 __le16 result;
1662 union {
1663 struct host_cmd_ds_get_hw_spec hw_spec;
1664 struct host_cmd_ds_mac_control mac_ctrl;
1665 struct host_cmd_ds_802_11_mac_address mac_addr;
1666 struct host_cmd_ds_mac_multicast_adr mc_addr;
1667 struct host_cmd_ds_802_11_get_log get_log;
1668 struct host_cmd_ds_802_11_rssi_info rssi_info;
1669 struct host_cmd_ds_802_11_rssi_info_rsp rssi_info_rsp;
1670 struct host_cmd_ds_802_11_snmp_mib smib;
1671 struct host_cmd_ds_tx_rate_query tx_rate;
1672 struct host_cmd_ds_tx_rate_cfg tx_rate_cfg;
1673 struct host_cmd_ds_txpwr_cfg txp_cfg;
1674 struct host_cmd_ds_rf_tx_pwr txp;
1675 struct host_cmd_ds_rf_ant_mimo ant_mimo;
1676 struct host_cmd_ds_rf_ant_siso ant_siso;
1677 struct host_cmd_ds_802_11_ps_mode_enh psmode_enh;
1678 struct host_cmd_ds_802_11_hs_cfg_enh opt_hs_cfg;
1679 struct host_cmd_ds_802_11_scan scan;
1680 struct host_cmd_ds_802_11_scan_ext ext_scan;
1681 struct host_cmd_ds_802_11_scan_rsp scan_resp;
1682 struct host_cmd_ds_802_11_bg_scan_query bg_scan_query;
1683 struct host_cmd_ds_802_11_bg_scan_query_rsp bg_scan_query_resp;
1684 struct host_cmd_ds_802_11_associate associate;
1685 struct host_cmd_ds_802_11_associate_rsp associate_rsp;
1686 struct host_cmd_ds_802_11_deauthenticate deauth;
1687 struct host_cmd_ds_802_11_ad_hoc_start adhoc_start;
1688 struct host_cmd_ds_802_11_ad_hoc_result adhoc_result;
1689 struct host_cmd_ds_802_11_ad_hoc_join adhoc_join;
1690 struct host_cmd_ds_802_11d_domain_info domain_info;
1691 struct host_cmd_ds_802_11d_domain_info_rsp domain_info_resp;
1692 struct host_cmd_ds_11n_addba_req add_ba_req;
1693 struct host_cmd_ds_11n_addba_rsp add_ba_rsp;
1694 struct host_cmd_ds_11n_delba del_ba;
1695 struct host_cmd_ds_txbuf_cfg tx_buf;
1696 struct host_cmd_ds_amsdu_aggr_ctrl amsdu_aggr_ctrl;
1697 struct host_cmd_ds_11n_cfg htcfg;
1698 struct host_cmd_ds_wmm_get_status get_wmm_status;
1699 struct host_cmd_ds_802_11_key_material key_material;
1700 struct host_cmd_ds_version_ext verext;
1701 struct host_cmd_ds_mgmt_frame_reg reg_mask;
1702 struct host_cmd_ds_remain_on_chan roc_cfg;
1703 struct host_cmd_ds_p2p_mode_cfg mode_cfg;
1704 struct host_cmd_ds_802_11_ibss_status ibss_coalescing;
1705 struct host_cmd_ds_mef_cfg mef_cfg;
1706 struct host_cmd_ds_mac_reg_access mac_reg;
1707 struct host_cmd_ds_bbp_reg_access bbp_reg;
1708 struct host_cmd_ds_rf_reg_access rf_reg;
1709 struct host_cmd_ds_pmic_reg_access pmic_reg;
1710 struct host_cmd_ds_set_bss_mode bss_mode;
1711 struct host_cmd_ds_pcie_details pcie_host_spec;
1712 struct host_cmd_ds_802_11_eeprom_access eeprom;
1713 struct host_cmd_ds_802_11_subsc_evt subsc_evt;
1714 struct host_cmd_ds_sys_config uap_sys_config;
1715 struct host_cmd_ds_sta_deauth sta_deauth;
1716 struct host_cmd_11ac_vht_cfg vht_cfg;
1717 struct host_cmd_ds_coalesce_cfg coalesce_cfg;
1718 } params;
1719 } __packed;
1720
1721 struct mwifiex_opt_sleep_confirm {
1722 __le16 command;
1723 __le16 size;
1724 __le16 seq_num;
1725 __le16 result;
1726 __le16 action;
1727 __le16 resp_ctrl;
1728 } __packed;
1729 #endif /* !_MWIFIEX_FW_H_ */
This page took 0.06699 seconds and 5 git commands to generate.