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