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