mwifiex: add schedule scan support
[deliverable/linux.git] / drivers / net / wireless / marvell / mwifiex / fw.h
CommitLineData
5e6e3a92
BZ
1/*
2 * Marvell Wireless LAN device driver: Firmware specific macros & structures
3 *
65da33f5 4 * Copyright (C) 2011-2014, Marvell International Ltd.
5e6e3a92
BZ
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
28struct rfc_1042_hdr {
29 u8 llc_dsap;
30 u8 llc_ssap;
31 u8 llc_ctrl;
32 u8 snap_oui[3];
a6efc5b7 33 __be16 snap_type;
5e6e3a92
BZ
34};
35
36struct rx_packet_hdr {
37 struct ethhdr eth803_hdr;
38 struct rfc_1042_hdr rfc1042_hdr;
39};
40
41struct 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
a5f39056 52#define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN | \
f25b1431 53 BAND_AN | BAND_AAC)
5e6e3a92 54
a5f39056 55#define FW_MULTI_BANDS_SUPPORT (BIT(8) | BIT(9) | BIT(10) | BIT(11) | \
f25b1431 56 BIT(13))
5e6e3a92
BZ
57#define IS_SUPPORT_MULTI_BANDS(adapter) \
58 (adapter->fw_cap_info & FW_MULTI_BANDS_SUPPORT)
a5f39056 59
f25b1431
BZ
60/* bit 13: 11ac BAND_AAC
61 * bit 12: reserved for lab testing, will be reused for BAND_AN
62 * bit 11: 11n BAND_GN
63 * bit 10: 11a BAND_A
64 * bit 9: 11g BAND_G
65 * bit 8: 11b BAND_B
66 * Map these bits to band capability by right shifting 8 bits.
a5f39056 67 */
5e6e3a92 68#define GET_FW_DEFAULT_BANDS(adapter) \
f25b1431 69 (((adapter->fw_cap_info & 0x2f00) >> 8) & \
a5f39056 70 ALL_802_11_BANDS)
5e6e3a92 71
5e6e3a92
BZ
72#define HostCmd_WEP_KEY_INDEX_MASK 0x3fff
73
74#define KEY_INFO_ENABLED 0x01
75enum KEY_TYPE_ID {
76 KEY_TYPE_ID_WEP = 0,
77 KEY_TYPE_ID_TKIP,
78 KEY_TYPE_ID_AES,
79 KEY_TYPE_ID_WAPI,
b877f4cf 80 KEY_TYPE_ID_AES_CMAC,
5e6e3a92 81};
e57f1734
AP
82
83#define WPA_PN_SIZE 8
84#define KEY_PARAMS_FIXED_LEN 10
85#define KEY_INDEX_MASK 0xf
4b9fede5 86#define KEY_API_VER_MAJOR_V2 2
e57f1734 87
6a35a0ac
YAP
88#define KEY_MCAST BIT(0)
89#define KEY_UNICAST BIT(1)
90#define KEY_ENABLED BIT(2)
e57f1734
AP
91#define KEY_DEFAULT BIT(3)
92#define KEY_TX_KEY BIT(4)
93#define KEY_RX_KEY BIT(5)
b877f4cf 94#define KEY_IGTK BIT(10)
5e6e3a92 95
e57f1734 96#define WAPI_KEY_LEN (WLAN_KEY_LEN_SMS4 + PN_LEN + 2)
5e6e3a92 97
5e6e3a92 98#define MAX_POLL_TRIES 100
2fd5c6ed 99#define MAX_FIRMWARE_POLL_TRIES 150
5e6e3a92 100
d930faee
AK
101#define FIRMWARE_READY_SDIO 0xfedc
102#define FIRMWARE_READY_PCIE 0xfedcba00
5e6e3a92 103
46dbe247
AK
104#define MWIFIEX_COEX_MODE_TIMESHARE 0x01
105#define MWIFIEX_COEX_MODE_SPATIAL 0x82
106
4daffe35
AK
107enum mwifiex_usb_ep {
108 MWIFIEX_USB_EP_CMD_EVENT = 1,
109 MWIFIEX_USB_EP_DATA = 2,
2b0f997d 110 MWIFIEX_USB_EP_DATA_CH2 = 3,
4daffe35
AK
111};
112
5e6e3a92
BZ
113enum MWIFIEX_802_11_PRIVACY_FILTER {
114 MWIFIEX_802_11_PRIV_FILTER_ACCEPT_ALL,
115 MWIFIEX_802_11_PRIV_FILTER_8021X_WEP
116};
117
5e6e3a92 118#define CAL_SNR(RSSI, NF) ((s16)((s16)(RSSI)-(s16)(NF)))
2dbaf751 119#define CAL_RSSI(SNR, NF) ((s16)((s16)(SNR)+(s16)(NF)))
5e6e3a92 120
e76268da 121#define UAP_BSS_PARAMS_I 0
ede98bfa
AP
122#define UAP_CUSTOM_IE_I 1
123#define MWIFIEX_AUTO_IDX_MASK 0xffff
124#define MWIFIEX_DELETE_MASK 0x0000
f31acabe
AP
125#define MGMT_MASK_ASSOC_REQ 0x01
126#define MGMT_MASK_REASSOC_REQ 0x04
127#define MGMT_MASK_ASSOC_RESP 0x02
128#define MGMT_MASK_REASSOC_RESP 0x08
129#define MGMT_MASK_PROBE_REQ 0x10
130#define MGMT_MASK_PROBE_RESP 0x20
131#define MGMT_MASK_BEACON 0x100
e76268da 132
12190c5d 133#define TLV_TYPE_UAP_SSID 0x0000
a3c2c4f6 134#define TLV_TYPE_UAP_RATES 0x0001
8a73dd63 135#define TLV_TYPE_PWR_CONSTRAINT 0x0020
12190c5d 136
5e6e3a92
BZ
137#define PROPRIETARY_TLV_BASE_ID 0x0100
138#define TLV_TYPE_KEY_MATERIAL (PROPRIETARY_TLV_BASE_ID + 0)
139#define TLV_TYPE_CHANLIST (PROPRIETARY_TLV_BASE_ID + 1)
140#define TLV_TYPE_NUMPROBES (PROPRIETARY_TLV_BASE_ID + 2)
fa444bf8 141#define TLV_TYPE_RSSI_LOW (PROPRIETARY_TLV_BASE_ID + 4)
5e6e3a92 142#define TLV_TYPE_PASSTHROUGH (PROPRIETARY_TLV_BASE_ID + 10)
5e6e3a92
BZ
143#define TLV_TYPE_WMMQSTATUS (PROPRIETARY_TLV_BASE_ID + 16)
144#define TLV_TYPE_WILDCARDSSID (PROPRIETARY_TLV_BASE_ID + 18)
145#define TLV_TYPE_TSFTIMESTAMP (PROPRIETARY_TLV_BASE_ID + 19)
fa444bf8 146#define TLV_TYPE_RSSI_HIGH (PROPRIETARY_TLV_BASE_ID + 22)
0c9b7f22 147#define TLV_TYPE_BGSCAN_START_LATER (PROPRIETARY_TLV_BASE_ID + 30)
5e6e3a92 148#define TLV_TYPE_AUTH_TYPE (PROPRIETARY_TLV_BASE_ID + 31)
75edd2c6 149#define TLV_TYPE_STA_MAC_ADDR (PROPRIETARY_TLV_BASE_ID + 32)
21f58d20 150#define TLV_TYPE_BSSID (PROPRIETARY_TLV_BASE_ID + 35)
5e6e3a92 151#define TLV_TYPE_CHANNELBANDLIST (PROPRIETARY_TLV_BASE_ID + 42)
12190c5d
AP
152#define TLV_TYPE_UAP_BEACON_PERIOD (PROPRIETARY_TLV_BASE_ID + 44)
153#define TLV_TYPE_UAP_DTIM_PERIOD (PROPRIETARY_TLV_BASE_ID + 45)
605b73af 154#define TLV_TYPE_UAP_BCAST_SSID (PROPRIETARY_TLV_BASE_ID + 48)
9b930eae 155#define TLV_TYPE_UAP_RTS_THRESHOLD (PROPRIETARY_TLV_BASE_ID + 51)
8b4509f6 156#define TLV_TYPE_UAP_AO_TIMER (PROPRIETARY_TLV_BASE_ID + 57)
96893538 157#define TLV_TYPE_UAP_WEP_KEY (PROPRIETARY_TLV_BASE_ID + 59)
f752dcd5
AP
158#define TLV_TYPE_UAP_WPA_PASSPHRASE (PROPRIETARY_TLV_BASE_ID + 60)
159#define TLV_TYPE_UAP_ENCRY_PROTOCOL (PROPRIETARY_TLV_BASE_ID + 64)
160#define TLV_TYPE_UAP_AKMP (PROPRIETARY_TLV_BASE_ID + 65)
9b930eae 161#define TLV_TYPE_UAP_FRAG_THRESHOLD (PROPRIETARY_TLV_BASE_ID + 70)
2b06bdbe
MY
162#define TLV_TYPE_RATE_DROP_CONTROL (PROPRIETARY_TLV_BASE_ID + 82)
163#define TLV_TYPE_RATE_SCOPE (PROPRIETARY_TLV_BASE_ID + 83)
164#define TLV_TYPE_POWER_GROUP (PROPRIETARY_TLV_BASE_ID + 84)
21f58d20
AK
165#define TLV_TYPE_BSS_SCAN_RSP (PROPRIETARY_TLV_BASE_ID + 86)
166#define TLV_TYPE_BSS_SCAN_INFO (PROPRIETARY_TLV_BASE_ID + 87)
0a694d68 167#define TLV_TYPE_CHANRPT_11H_BASIC (PROPRIETARY_TLV_BASE_ID + 91)
9b930eae 168#define TLV_TYPE_UAP_RETRY_LIMIT (PROPRIETARY_TLV_BASE_ID + 93)
5e6e3a92 169#define TLV_TYPE_WAPI_IE (PROPRIETARY_TLV_BASE_ID + 94)
46dbe247 170#define TLV_TYPE_ROBUST_COEX (PROPRIETARY_TLV_BASE_ID + 96)
e568634a 171#define TLV_TYPE_UAP_MGMT_FRAME (PROPRIETARY_TLV_BASE_ID + 104)
13d7ba78 172#define TLV_TYPE_MGMT_IE (PROPRIETARY_TLV_BASE_ID + 105)
2b06bdbe
MY
173#define TLV_TYPE_AUTO_DS_PARAM (PROPRIETARY_TLV_BASE_ID + 113)
174#define TLV_TYPE_PS_PARAM (PROPRIETARY_TLV_BASE_ID + 114)
8b4509f6 175#define TLV_TYPE_UAP_PS_AO_TIMER (PROPRIETARY_TLV_BASE_ID + 123)
f752dcd5
AP
176#define TLV_TYPE_PWK_CIPHER (PROPRIETARY_TLV_BASE_ID + 145)
177#define TLV_TYPE_GWK_CIPHER (PROPRIETARY_TLV_BASE_ID + 146)
4e6ee91b 178#define TLV_TYPE_TX_PAUSE (PROPRIETARY_TLV_BASE_ID + 148)
562fc5b3 179#define TLV_TYPE_COALESCE_RULE (PROPRIETARY_TLV_BASE_ID + 154)
e57f1734 180#define TLV_TYPE_KEY_PARAM_V2 (PROPRIETARY_TLV_BASE_ID + 156)
0c9b7f22 181#define TLV_TYPE_REPEAT_COUNT (PROPRIETARY_TLV_BASE_ID + 176)
8d6b538a 182#define TLV_TYPE_MULTI_CHAN_INFO (PROPRIETARY_TLV_BASE_ID + 183)
2b0f997d 183#define TLV_TYPE_MC_GROUP_INFO (PROPRIETARY_TLV_BASE_ID + 184)
d29caf25 184#define TLV_TYPE_TDLS_IDLE_TIMEOUT (PROPRIETARY_TLV_BASE_ID + 194)
cb91be87
AP
185#define TLV_TYPE_SCAN_CHANNEL_GAP (PROPRIETARY_TLV_BASE_ID + 197)
186#define TLV_TYPE_API_REV (PROPRIETARY_TLV_BASE_ID + 199)
bf354433 187#define TLV_TYPE_CHANNEL_STATS (PROPRIETARY_TLV_BASE_ID + 198)
d219b7eb
CC
188#define TLV_BTCOEX_WL_AGGR_WINSIZE (PROPRIETARY_TLV_BASE_ID + 202)
189#define TLV_BTCOEX_WL_SCANTIME (PROPRIETARY_TLV_BASE_ID + 203)
40d7412b 190#define TLV_TYPE_BSS_MODE (PROPRIETARY_TLV_BASE_ID + 206)
5e6e3a92
BZ
191
192#define MWIFIEX_TX_DATA_BUF_SIZE_2K 2048
193
5e6e3a92
BZ
194#define SSN_MASK 0xfff0
195
196#define BA_RESULT_SUCCESS 0x0
5e6e3a92 197#define BA_RESULT_TIMEOUT 0x2
5e6e3a92
BZ
198
199#define IS_BASTREAM_SETUP(ptr) (ptr->ba_status)
200
201#define BA_STREAM_NOT_ALLOWED 0xff
202
203#define IS_11N_ENABLED(priv) ((priv->adapter->config_bands & BAND_GN || \
931f1584
YAP
204 priv->adapter->config_bands & BAND_AN) && \
205 priv->curr_bss_params.bss_descriptor.bcn_ht_cap)
5e6e3a92
BZ
206#define INITIATOR_BIT(DelBAParamSet) (((DelBAParamSet) &\
207 BIT(DELBA_INITIATOR_POS)) >> DELBA_INITIATOR_POS)
208
209#define MWIFIEX_TX_DATA_BUF_SIZE_4K 4096
210#define MWIFIEX_TX_DATA_BUF_SIZE_8K 8192
5e6e3a92 211
5e6e3a92 212#define ISSUPP_11NENABLED(FwCapInfo) (FwCapInfo & BIT(11))
b23bce29 213#define ISSUPP_TDLS_ENABLED(FwCapInfo) (FwCapInfo & BIT(14))
d5b036c4 214#define ISSUPP_DRCS_ENABLED(FwCapInfo) (FwCapInfo & BIT(15))
92263a84 215#define ISSUPP_SDIO_SPA_ENABLED(FwCapInfo) (FwCapInfo & BIT(16))
6d2bd916 216
22281256
AP
217#define MWIFIEX_DEF_HT_CAP (IEEE80211_HT_CAP_DSSSCCK40 | \
218 (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT) | \
219 IEEE80211_HT_CAP_SM_PS)
220
645097ce
AK
221#define MWIFIEX_DEF_11N_TX_BF_CAP 0x09E1E008
222
22281256
AP
223#define MWIFIEX_DEF_AMPDU IEEE80211_HT_AMPDU_PARM_FACTOR
224
474a41e9
MH
225#define GET_RXSTBC(x) (x & IEEE80211_HT_CAP_RX_STBC)
226#define MWIFIEX_RX_STBC1 0x0100
227#define MWIFIEX_RX_STBC12 0x0200
228#define MWIFIEX_RX_STBC123 0x0300
229
6d2bd916
MY
230/* dev_cap bitmap
231 * BIT
232 * 0-16 reserved
233 * 17 IEEE80211_HT_CAP_SUP_WIDTH_20_40
234 * 18-22 reserved
235 * 23 IEEE80211_HT_CAP_SGI_20
236 * 24 IEEE80211_HT_CAP_SGI_40
237 * 25 IEEE80211_HT_CAP_TX_STBC
238 * 26 IEEE80211_HT_CAP_RX_STBC
239 * 27-28 reserved
240 * 29 IEEE80211_HT_CAP_GRN_FLD
241 * 30-31 reserved
242 */
5e6e3a92 243#define ISSUPP_CHANWIDTH40(Dot11nDevCap) (Dot11nDevCap & BIT(17))
6d2bd916
MY
244#define ISSUPP_SHORTGI20(Dot11nDevCap) (Dot11nDevCap & BIT(23))
245#define ISSUPP_SHORTGI40(Dot11nDevCap) (Dot11nDevCap & BIT(24))
246#define ISSUPP_TXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(25))
247#define ISSUPP_RXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(26))
248#define ISSUPP_GREENFIELD(Dot11nDevCap) (Dot11nDevCap & BIT(29))
dd0d83c2
AP
249#define ISENABLED_40MHZ_INTOLERANT(Dot11nDevCap) (Dot11nDevCap & BIT(8))
250#define ISSUPP_RXLDPC(Dot11nDevCap) (Dot11nDevCap & BIT(22))
645097ce 251#define ISSUPP_BEAMFORMING(Dot11nDevCap) (Dot11nDevCap & BIT(30))
396939f9 252#define ISALLOWED_CHANWIDTH40(ht_param) (ht_param & BIT(2))
4f3dfdfb 253#define GETSUPP_TXBASTREAMS(Dot11nDevCap) ((Dot11nDevCap >> 18) & 0xF)
6d2bd916 254
cd27bc3c
AK
255/* httxcfg bitmap
256 * 0 reserved
257 * 1 20/40 Mhz enable(1)/disable(0)
258 * 2-3 reserved
259 * 4 green field enable(1)/disable(0)
260 * 5 short GI in 20 Mhz enable(1)/disable(0)
261 * 6 short GI in 40 Mhz enable(1)/disable(0)
262 * 7-15 reserved
263 */
264#define MWIFIEX_FW_DEF_HTTXCFG (BIT(1) | BIT(4) | BIT(5) | BIT(6))
265
a5333914
AK
266/* 11AC Tx and Rx MCS map for 1x1 mode:
267 * IEEE80211_VHT_MCS_SUPPORT_0_9 for stream 1
268 * IEEE80211_VHT_MCS_NOT_SUPPORTED for remaining 7 streams
269 */
270#define MWIFIEX_11AC_MCS_MAP_1X1 0xfffefffe
271
272/* 11AC Tx and Rx MCS map for 2x2 mode:
273 * IEEE80211_VHT_MCS_SUPPORT_0_9 for stream 1 and 2
274 * IEEE80211_VHT_MCS_NOT_SUPPORTED for remaining 6 streams
275 */
276#define MWIFIEX_11AC_MCS_MAP_2X2 0xfffafffa
277
5e6e3a92 278#define GET_RXMCSSUPP(DevMCSSupported) (DevMCSSupported & 0x0f)
5e6e3a92 279#define SETHT_MCS32(x) (x[4] |= 1)
a5333914 280#define HT_STREAM_1X1 0x11
e3bea1c8 281#define HT_STREAM_2X2 0x22
6d2bd916 282
5e6e3a92
BZ
283#define SET_SECONDARYCHAN(RadioType, SECCHAN) (RadioType |= (SECCHAN << 4))
284
285#define LLC_SNAP_LEN 8
286
a5f39056
YAP
287/* HW_SPEC fw_cap_info */
288
f25b1431 289#define ISSUPP_11ACENABLED(fw_cap_info) (fw_cap_info & BIT(13))
a5f39056 290
a5f39056
YAP
291#define GET_VHTCAP_CHWDSET(vht_cap_info) ((vht_cap_info >> 2) & 0x3)
292#define GET_VHTNSSMCS(mcs_mapset, nss) ((mcs_mapset >> (2 * (nss - 1))) & 0x3)
293#define SET_VHTNSSMCS(mcs_mapset, nss, value) (mcs_mapset |= (value & 0x3) << \
294 (2 * (nss - 1)))
a5f39056
YAP
295#define GET_DEVTXMCSMAP(dev_mcs_map) (dev_mcs_map >> 16)
296#define GET_DEVRXMCSMAP(dev_mcs_map) (dev_mcs_map & 0xFFFF)
297
79d9a54c
AK
298/* Clear SU Beanformer, MU beanformer, MU beanformee and
299 * sounding dimensions bits
300 */
301#define MWIFIEX_DEF_11AC_CAP_BF_RESET_MASK \
302 (IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE | \
303 IEEE80211_VHT_CAP_MU_BEAMFORMER_CAPABLE | \
304 IEEE80211_VHT_CAP_MU_BEAMFORMEE_CAPABLE | \
305 IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK)
306
5e6e3a92
BZ
307#define MOD_CLASS_HR_DSSS 0x03
308#define MOD_CLASS_OFDM 0x07
309#define MOD_CLASS_HT 0x08
310#define HT_BW_20 0
311#define HT_BW_40 1
312
b887664d
AK
313#define DFS_CHAN_MOVE_TIME 10000
314
5e6e3a92
BZ
315#define HostCmd_CMD_GET_HW_SPEC 0x0003
316#define HostCmd_CMD_802_11_SCAN 0x0006
317#define HostCmd_CMD_802_11_GET_LOG 0x000b
318#define HostCmd_CMD_MAC_MULTICAST_ADR 0x0010
319#define HostCmd_CMD_802_11_EEPROM_ACCESS 0x0059
320#define HostCmd_CMD_802_11_ASSOCIATE 0x0012
321#define HostCmd_CMD_802_11_SNMP_MIB 0x0016
322#define HostCmd_CMD_MAC_REG_ACCESS 0x0019
323#define HostCmd_CMD_BBP_REG_ACCESS 0x001a
324#define HostCmd_CMD_RF_REG_ACCESS 0x001b
325#define HostCmd_CMD_PMIC_REG_ACCESS 0x00ad
caa8984f 326#define HostCmd_CMD_RF_TX_PWR 0x001e
8a279d5b 327#define HostCmd_CMD_RF_ANTENNA 0x0020
5e6e3a92
BZ
328#define HostCmd_CMD_802_11_DEAUTHENTICATE 0x0024
329#define HostCmd_CMD_MAC_CONTROL 0x0028
330#define HostCmd_CMD_802_11_AD_HOC_START 0x002b
331#define HostCmd_CMD_802_11_AD_HOC_JOIN 0x002c
332#define HostCmd_CMD_802_11_AD_HOC_STOP 0x0040
333#define HostCmd_CMD_802_11_MAC_ADDRESS 0x004D
334#define HostCmd_CMD_802_11D_DOMAIN_INFO 0x005b
335#define HostCmd_CMD_802_11_KEY_MATERIAL 0x005e
0c9b7f22 336#define HostCmd_CMD_802_11_BG_SCAN_CONFIG 0x006b
5e6e3a92
BZ
337#define HostCmd_CMD_802_11_BG_SCAN_QUERY 0x006c
338#define HostCmd_CMD_WMM_GET_STATUS 0x0071
fa444bf8 339#define HostCmd_CMD_802_11_SUBSCRIBE_EVENT 0x0075
5e6e3a92
BZ
340#define HostCmd_CMD_802_11_TX_RATE_QUERY 0x007f
341#define HostCmd_CMD_802_11_IBSS_COALESCING_STATUS 0x0083
c2c6c85f 342#define HostCmd_CMD_MEM_ACCESS 0x0086
388ec385 343#define HostCmd_CMD_CFG_DATA 0x008f
5e6e3a92 344#define HostCmd_CMD_VERSION_EXT 0x0097
7da060c1 345#define HostCmd_CMD_MEF_CFG 0x009a
5e6e3a92
BZ
346#define HostCmd_CMD_RSSI_INFO 0x00a4
347#define HostCmd_CMD_FUNC_INIT 0x00a9
348#define HostCmd_CMD_FUNC_SHUTDOWN 0x00aa
ed5cfbe6 349#define HOST_CMD_APCMD_SYS_RESET 0x00af
40d07030
AP
350#define HostCmd_CMD_UAP_SYS_CONFIG 0x00b0
351#define HostCmd_CMD_UAP_BSS_START 0x00b1
352#define HostCmd_CMD_UAP_BSS_STOP 0x00b2
b21783e9 353#define HOST_CMD_APCMD_STA_LIST 0x00b3
0f9e9b8b 354#define HostCmd_CMD_UAP_STA_DEAUTH 0x00b5
5e6e3a92
BZ
355#define HostCmd_CMD_11N_CFG 0x00cd
356#define HostCmd_CMD_11N_ADDBA_REQ 0x00ce
357#define HostCmd_CMD_11N_ADDBA_RSP 0x00cf
358#define HostCmd_CMD_11N_DELBA 0x00d0
359#define HostCmd_CMD_RECONFIGURE_TX_BUFF 0x00d9
85afb186 360#define HostCmd_CMD_CHAN_REPORT_REQUEST 0x00dd
5e6e3a92
BZ
361#define HostCmd_CMD_AMSDU_AGGR_CTRL 0x00df
362#define HostCmd_CMD_TXPWR_CFG 0x00d1
363#define HostCmd_CMD_TX_RATE_CFG 0x00d6
46dbe247 364#define HostCmd_CMD_ROBUST_COEX 0x00e0
5e6e3a92
BZ
365#define HostCmd_CMD_802_11_PS_MODE_ENH 0x00e4
366#define HostCmd_CMD_802_11_HS_CFG_ENH 0x00e5
e1a2b7a3 367#define HostCmd_CMD_P2P_MODE_CFG 0x00eb
5e6e3a92
BZ
368#define HostCmd_CMD_CAU_REG_ACCESS 0x00ed
369#define HostCmd_CMD_SET_BSS_MODE 0x00f7
d930faee 370#define HostCmd_CMD_PCIE_DESC_DETAILS 0x00fa
21f58d20 371#define HostCmd_CMD_802_11_SCAN_EXT 0x0107
562fc5b3 372#define HostCmd_CMD_COALESCE_CFG 0x010a
3cec6870 373#define HostCmd_CMD_MGMT_FRAME_REG 0x010c
7feb4c48 374#define HostCmd_CMD_REMAIN_ON_CHAN 0x010d
83c78da9 375#define HostCmd_CMD_11AC_CFG 0x0112
449b8bbf 376#define HostCmd_CMD_TDLS_CONFIG 0x0100
d5b036c4 377#define HostCmd_CMD_MC_POLICY 0x0121
429d90d2 378#define HostCmd_CMD_TDLS_OPER 0x0122
92263a84 379#define HostCmd_CMD_SDIO_SP_RX_AGGR_CFG 0x0223
5e6e3a92 380
f752dcd5
AP
381#define PROTOCOL_NO_SECURITY 0x01
382#define PROTOCOL_STATIC_WEP 0x02
383#define PROTOCOL_WPA 0x08
384#define PROTOCOL_WPA2 0x20
385#define PROTOCOL_WPA2_MIXED 0x28
386#define PROTOCOL_EAP 0x40
387#define KEY_MGMT_NONE 0x04
388#define KEY_MGMT_PSK 0x02
389#define KEY_MGMT_EAP 0x01
390#define CIPHER_TKIP 0x04
391#define CIPHER_AES_CCMP 0x08
392#define VALID_CIPHER_BITMAP 0x0c
393
5e6e3a92
BZ
394enum ENH_PS_MODES {
395 EN_PS = 1,
396 DIS_PS = 2,
397 EN_AUTO_DS = 3,
398 DIS_AUTO_DS = 4,
399 SLEEP_CONFIRM = 5,
400 GET_PS = 0,
401 EN_AUTO_PS = 0xff,
402 DIS_AUTO_PS = 0xfe,
403};
404
e1a2b7a3
SP
405enum P2P_MODES {
406 P2P_MODE_DISABLE = 0,
407 P2P_MODE_DEVICE = 1,
408 P2P_MODE_GO = 2,
409 P2P_MODE_CLIENT = 3,
410};
411
5e6e3a92
BZ
412#define HostCmd_RET_BIT 0x8000
413#define HostCmd_ACT_GEN_GET 0x0000
414#define HostCmd_ACT_GEN_SET 0x0001
7feb4c48 415#define HostCmd_ACT_GEN_REMOVE 0x0004
fa444bf8
AK
416#define HostCmd_ACT_BITWISE_SET 0x0002
417#define HostCmd_ACT_BITWISE_CLR 0x0003
5e6e3a92 418#define HostCmd_RESULT_OK 0x0000
5e6e3a92
BZ
419
420#define HostCmd_ACT_MAC_RX_ON 0x0001
421#define HostCmd_ACT_MAC_TX_ON 0x0002
422#define HostCmd_ACT_MAC_WEP_ENABLE 0x0008
423#define HostCmd_ACT_MAC_ETHERNETII_ENABLE 0x0010
424#define HostCmd_ACT_MAC_PROMISCUOUS_ENABLE 0x0080
425#define HostCmd_ACT_MAC_ALL_MULTICAST_ENABLE 0x0100
5e6e3a92
BZ
426#define HostCmd_ACT_MAC_ADHOC_G_PROTECTION_ON 0x2000
427
5e6e3a92
BZ
428#define HostCmd_BSS_MODE_IBSS 0x0002
429#define HostCmd_BSS_MODE_ANY 0x0003
430
431#define HostCmd_SCAN_RADIO_TYPE_BG 0
432#define HostCmd_SCAN_RADIO_TYPE_A 1
433
cc0b5a64
AK
434#define HS_CFG_CANCEL 0xffffffff
435#define HS_CFG_COND_DEF 0x00000000
436#define HS_CFG_GPIO_DEF 0xff
915f36d2 437#define HS_CFG_GAP_DEF 0xff
0d7f53e3
AK
438#define HS_CFG_COND_BROADCAST_DATA 0x00000001
439#define HS_CFG_COND_UNICAST_DATA 0x00000002
440#define HS_CFG_COND_MAC_EVENT 0x00000004
441#define HS_CFG_COND_MULTICAST_DATA 0x00000008
5e6e3a92 442
12d11109
AP
443#define CONNECT_ERR_AUTH_ERR_STA_FAILURE 0xFFFB
444#define CONNECT_ERR_ASSOC_ERR_TIMEOUT 0xFFFC
445#define CONNECT_ERR_ASSOC_ERR_AUTH_REFUSED 0xFFFD
446#define CONNECT_ERR_AUTH_MSG_UNHANDLED 0xFFFE
447#define CONNECT_ERR_STA_FAILURE 0xFFFF
448
7532c7d0 449
5e6e3a92 450#define CMD_F_HOSTCMD (1 << 0)
5e6e3a92
BZ
451
452#define HostCmd_CMD_ID_MASK 0x0fff
453
454#define HostCmd_SEQ_NUM_MASK 0x00ff
455
456#define HostCmd_BSS_NUM_MASK 0x0f00
457
458#define HostCmd_BSS_TYPE_MASK 0xf000
459
8a279d5b
AK
460#define HostCmd_ACT_SET_RX 0x0001
461#define HostCmd_ACT_SET_TX 0x0002
462#define HostCmd_ACT_SET_BOTH 0x0003
463
464#define RF_ANTENNA_AUTO 0xFFFF
465
5e6e3a92
BZ
466#define HostCmd_SET_SEQ_NO_BSS_INFO(seq, num, type) { \
467 (((seq) & 0x00ff) | \
468 (((num) & 0x000f) << 8)) | \
469 (((type) & 0x000f) << 12); }
470
471#define HostCmd_GET_SEQ_NO(seq) \
472 ((seq) & HostCmd_SEQ_NUM_MASK)
473
474#define HostCmd_GET_BSS_NO(seq) \
475 (((seq) & HostCmd_BSS_NUM_MASK) >> 8)
476
477#define HostCmd_GET_BSS_TYPE(seq) \
478 (((seq) & HostCmd_BSS_TYPE_MASK) >> 12)
479
480#define EVENT_DUMMY_HOST_WAKEUP_SIGNAL 0x00000001
481#define EVENT_LINK_LOST 0x00000003
482#define EVENT_LINK_SENSED 0x00000004
483#define EVENT_MIB_CHANGED 0x00000006
484#define EVENT_INIT_DONE 0x00000007
485#define EVENT_DEAUTHENTICATED 0x00000008
486#define EVENT_DISASSOCIATED 0x00000009
487#define EVENT_PS_AWAKE 0x0000000a
488#define EVENT_PS_SLEEP 0x0000000b
489#define EVENT_MIC_ERR_MULTICAST 0x0000000d
490#define EVENT_MIC_ERR_UNICAST 0x0000000e
491#define EVENT_DEEP_SLEEP_AWAKE 0x00000010
492#define EVENT_ADHOC_BCN_LOST 0x00000011
493
494#define EVENT_WMM_STATUS_CHANGE 0x00000017
495#define EVENT_BG_SCAN_REPORT 0x00000018
496#define EVENT_RSSI_LOW 0x00000019
497#define EVENT_SNR_LOW 0x0000001a
498#define EVENT_MAX_FAIL 0x0000001b
499#define EVENT_RSSI_HIGH 0x0000001c
500#define EVENT_SNR_HIGH 0x0000001d
501#define EVENT_IBSS_COALESCED 0x0000001e
502#define EVENT_DATA_RSSI_LOW 0x00000024
503#define EVENT_DATA_SNR_LOW 0x00000025
504#define EVENT_DATA_RSSI_HIGH 0x00000026
505#define EVENT_DATA_SNR_HIGH 0x00000027
506#define EVENT_LINK_QUALITY 0x00000028
507#define EVENT_PORT_RELEASE 0x0000002b
e568634a
AP
508#define EVENT_UAP_STA_DEAUTH 0x0000002c
509#define EVENT_UAP_STA_ASSOC 0x0000002d
510#define EVENT_UAP_BSS_START 0x0000002e
5e6e3a92
BZ
511#define EVENT_PRE_BEACON_LOST 0x00000031
512#define EVENT_ADDBA 0x00000033
513#define EVENT_DELBA 0x00000034
514#define EVENT_BA_STREAM_TIEMOUT 0x00000037
515#define EVENT_AMSDU_AGGR_CTRL 0x00000042
e568634a
AP
516#define EVENT_UAP_BSS_IDLE 0x00000043
517#define EVENT_UAP_BSS_ACTIVE 0x00000044
5e6e3a92
BZ
518#define EVENT_WEP_ICV_ERR 0x00000046
519#define EVENT_HS_ACT_REQ 0x00000047
520#define EVENT_BW_CHANGE 0x00000048
e568634a 521#define EVENT_UAP_MIC_COUNTERMEASURES 0x0000004c
5e6e3a92 522#define EVENT_HOSTWAKE_STAIE 0x0000004d
2a7305c8 523#define EVENT_CHANNEL_SWITCH_ANN 0x00000050
79ff4346 524#define EVENT_TDLS_GENERIC_EVENT 0x00000052
3b57c1a7 525#define EVENT_RADAR_DETECTED 0x00000053
0a694d68 526#define EVENT_CHANNEL_REPORT_RDY 0x00000054
4e6ee91b 527#define EVENT_TX_DATA_PAUSE 0x00000055
21f58d20 528#define EVENT_EXT_SCAN_REPORT 0x00000058
0c9b7f22 529#define EVENT_BG_SCAN_STOPPED 0x00000065
eab1c76b 530#define EVENT_REMAIN_ON_CHAN_EXPIRED 0x0000005f
8d6b538a 531#define EVENT_MULTI_CHAN_INFO 0x0000006a
808bbebc 532#define EVENT_TX_STATUS_REPORT 0x00000074
d219b7eb 533#define EVENT_BT_COEX_WLAN_PARA_CHANGE 0X00000076
5e6e3a92
BZ
534
535#define EVENT_ID_MASK 0xffff
536#define BSS_NUM_MASK 0xf
537
538#define EVENT_GET_BSS_NUM(event_cause) \
539 (((event_cause) >> 16) & BSS_NUM_MASK)
540
541#define EVENT_GET_BSS_TYPE(event_cause) \
542 (((event_cause) >> 24) & 0x00ff)
543
b0922ffa 544#define MWIFIEX_MAX_PATTERN_LEN 40
afd84de4 545#define MWIFIEX_MAX_OFFSET_LEN 100
7da060c1
AK
546#define STACK_NBYTES 100
547#define TYPE_DNUM 1
548#define TYPE_BYTESEQ 2
549#define MAX_OPERAND 0x40
550#define TYPE_EQ (MAX_OPERAND+1)
551#define TYPE_EQ_DNUM (MAX_OPERAND+2)
552#define TYPE_EQ_BIT (MAX_OPERAND+3)
553#define TYPE_AND (MAX_OPERAND+4)
554#define TYPE_OR (MAX_OPERAND+5)
555#define MEF_MODE_HOST_SLEEP 1
556#define MEF_ACTION_ALLOW_AND_WAKEUP_HOST 3
b533be18 557#define MEF_ACTION_AUTO_ARP 0x10
7da060c1
AK
558#define MWIFIEX_CRITERIA_BROADCAST BIT(0)
559#define MWIFIEX_CRITERIA_UNICAST BIT(1)
560#define MWIFIEX_CRITERIA_MULTICAST BIT(3)
b533be18 561#define MWIFIEX_MAX_SUPPORTED_IPADDR 4
7da060c1 562
429d90d2
AP
563#define ACT_TDLS_DELETE 0x00
564#define ACT_TDLS_CREATE 0x01
565#define ACT_TDLS_CONFIG 0x02
f7669877
XH
566
567#define TDLS_EVENT_LINK_TEAR_DOWN 3
568#define TDLS_EVENT_CHAN_SWITCH_RESULT 7
569#define TDLS_EVENT_START_CHAN_SWITCH 8
570#define TDLS_EVENT_CHAN_SWITCH_STOPPED 9
571
572#define TDLS_BASE_CHANNEL 0
573#define TDLS_OFF_CHANNEL 1
429d90d2 574
449b8bbf
XH
575#define ACT_TDLS_CS_ENABLE_CONFIG 0x00
576#define ACT_TDLS_CS_INIT 0x06
577#define ACT_TDLS_CS_STOP 0x07
578#define ACT_TDLS_CS_PARAMS 0x08
579
580#define MWIFIEX_DEF_CS_UNIT_TIME 2
581#define MWIFIEX_DEF_CS_THR_OTHERLINK 10
582#define MWIFIEX_DEF_THR_DIRECTLINK 0
583#define MWIFIEX_DEF_CS_TIME 10
584#define MWIFIEX_DEF_CS_TIMEOUT 16
585#define MWIFIEX_DEF_CS_REG_CLASS 12
586#define MWIFIEX_DEF_CS_PERIODICITY 1
587
8e17ea25
AK
588#define MWIFIEX_FW_V15 15
589
cf075eac
AP
590#define MWIFIEX_MASTER_RADAR_DET_MASK BIT(1)
591
5e6e3a92
BZ
592struct mwifiex_ie_types_header {
593 __le16 type;
594 __le16 len;
595} __packed;
596
597struct mwifiex_ie_types_data {
598 struct mwifiex_ie_types_header header;
599 u8 data[1];
600} __packed;
601
602#define MWIFIEX_TxPD_POWER_MGMT_NULL_PACKET 0x01
603#define MWIFIEX_TxPD_POWER_MGMT_LAST_PACKET 0x08
b23bce29 604#define MWIFIEX_TXPD_FLAGS_TDLS_PACKET 0x10
09869495 605#define MWIFIEX_RXPD_FLAGS_TDLS_PACKET 0x01
808bbebc 606#define MWIFIEX_TXPD_FLAGS_REQ_TX_STATUS 0x20
5e6e3a92
BZ
607
608struct txpd {
609 u8 bss_type;
610 u8 bss_num;
611 __le16 tx_pkt_length;
612 __le16 tx_pkt_offset;
613 __le16 tx_pkt_type;
614 __le32 tx_control;
615 u8 priority;
616 u8 flags;
617 u8 pkt_delay_2ms;
808bbebc
AK
618 u8 reserved1[2];
619 u8 tx_token_id;
620 u8 reserved[2];
5e6e3a92
BZ
621} __packed;
622
623struct rxpd {
624 u8 bss_type;
625 u8 bss_num;
ed1ea6f4
AK
626 __le16 rx_pkt_length;
627 __le16 rx_pkt_offset;
628 __le16 rx_pkt_type;
629 __le16 seq_num;
5e6e3a92
BZ
630 u8 priority;
631 u8 rx_rate;
632 s8 snr;
633 s8 nf;
a5f39056
YAP
634
635 /* For: Non-802.11 AC cards
636 *
637 * Ht Info [Bit 0] RxRate format: LG=0, HT=1
5e6e3a92 638 * [Bit 1] HT Bandwidth: BW20 = 0, BW40 = 1
a5f39056
YAP
639 * [Bit 2] HT Guard Interval: LGI = 0, SGI = 1
640 *
641 * For: 802.11 AC cards
642 * [Bit 1] [Bit 0] RxRate format: legacy rate = 00 HT = 01 VHT = 10
643 * [Bit 3] [Bit 2] HT/VHT Bandwidth BW20 = 00 BW40 = 01
644 * BW80 = 10 BW160 = 11
645 * [Bit 4] HT/VHT Guard interval LGI = 0 SGI = 1
646 * [Bit 5] STBC support Enabled = 1
647 * [Bit 6] LDPC support Enabled = 1
648 * [Bit 7] Reserved
649 */
5e6e3a92 650 u8 ht_info;
9d31c1c7 651 u8 reserved[3];
09869495 652 u8 flags;
5e6e3a92
BZ
653} __packed;
654
838e4f44
AP
655struct uap_txpd {
656 u8 bss_type;
657 u8 bss_num;
658 __le16 tx_pkt_length;
659 __le16 tx_pkt_offset;
660 __le16 tx_pkt_type;
661 __le32 tx_control;
662 u8 priority;
663 u8 flags;
664 u8 pkt_delay_2ms;
808bbebc
AK
665 u8 reserved1[2];
666 u8 tx_token_id;
667 u8 reserved[2];
838e4f44
AP
668};
669
670struct uap_rxpd {
671 u8 bss_type;
672 u8 bss_num;
673 __le16 rx_pkt_length;
674 __le16 rx_pkt_offset;
675 __le16 rx_pkt_type;
676 __le16 seq_num;
677 u8 priority;
442f6f9b
XH
678 u8 rx_rate;
679 s8 snr;
680 s8 nf;
681 u8 ht_info;
682 u8 reserved[3];
683 u8 flags;
838e4f44
AP
684};
685
bf354433
AP
686struct mwifiex_fw_chan_stats {
687 u8 chan_num;
688 u8 bandcfg;
689 u8 flags;
690 s8 noise;
691 __le16 total_bss;
692 __le16 cca_scan_dur;
693 __le16 cca_busy_dur;
694} __packed;
695
5e6e3a92
BZ
696enum mwifiex_chan_scan_mode_bitmasks {
697 MWIFIEX_PASSIVE_SCAN = BIT(0),
698 MWIFIEX_DISABLE_CHAN_FILT = BIT(1),
2375fa2b 699 MWIFIEX_HIDDEN_SSID_REPORT = BIT(4),
5e6e3a92
BZ
700};
701
5e6e3a92
BZ
702struct mwifiex_chan_scan_param_set {
703 u8 radio_type;
704 u8 chan_number;
705 u8 chan_scan_mode_bitmap;
706 __le16 min_scan_time;
707 __le16 max_scan_time;
708} __packed;
709
710struct mwifiex_ie_types_chan_list_param_set {
711 struct mwifiex_ie_types_header header;
712 struct mwifiex_chan_scan_param_set chan_scan_param[1];
713} __packed;
714
715struct chan_band_param_set {
716 u8 radio_type;
717 u8 chan_number;
718};
719
720struct mwifiex_ie_types_chan_band_list_param_set {
721 struct mwifiex_ie_types_header header;
722 struct chan_band_param_set chan_band_param[1];
723} __packed;
724
725struct mwifiex_ie_types_rates_param_set {
726 struct mwifiex_ie_types_header header;
727 u8 rates[1];
728} __packed;
729
730struct mwifiex_ie_types_ssid_param_set {
731 struct mwifiex_ie_types_header header;
732 u8 ssid[1];
733} __packed;
734
735struct mwifiex_ie_types_num_probes {
736 struct mwifiex_ie_types_header header;
737 __le16 num_probes;
738} __packed;
739
0c9b7f22
XH
740struct mwifiex_ie_types_repeat_count {
741 struct mwifiex_ie_types_header header;
742 __le16 repeat_count;
743} __packed;
744
745struct mwifiex_ie_types_bgscan_start_later {
746 struct mwifiex_ie_types_header header;
747 __le16 start_later;
748} __packed;
749
cb91be87
AP
750struct mwifiex_ie_types_scan_chan_gap {
751 struct mwifiex_ie_types_header header;
752 /* time gap in TUs to be used between two consecutive channels scan */
753 __le16 chan_gap;
754} __packed;
755
bf354433
AP
756struct mwifiex_ietypes_chanstats {
757 struct mwifiex_ie_types_header header;
758 struct mwifiex_fw_chan_stats chanstats[0];
759} __packed;
760
5e6e3a92
BZ
761struct mwifiex_ie_types_wildcard_ssid_params {
762 struct mwifiex_ie_types_header header;
763 u8 max_ssid_length;
764 u8 ssid[1];
765} __packed;
766
767#define TSF_DATA_SIZE 8
768struct mwifiex_ie_types_tsf_timestamp {
769 struct mwifiex_ie_types_header header;
770 u8 tsf_data[1];
771} __packed;
772
773struct mwifiex_cf_param_set {
774 u8 cfp_cnt;
775 u8 cfp_period;
4348d085
UR
776 __le16 cfp_max_duration;
777 __le16 cfp_duration_remaining;
5e6e3a92
BZ
778} __packed;
779
780struct mwifiex_ibss_param_set {
4348d085 781 __le16 atim_window;
5e6e3a92
BZ
782} __packed;
783
784struct mwifiex_ie_types_ss_param_set {
785 struct mwifiex_ie_types_header header;
786 union {
787 struct mwifiex_cf_param_set cf_param_set[1];
788 struct mwifiex_ibss_param_set ibss_param_set[1];
789 } cf_ibss;
790} __packed;
791
792struct mwifiex_fh_param_set {
4348d085 793 __le16 dwell_time;
5e6e3a92
BZ
794 u8 hop_set;
795 u8 hop_pattern;
796 u8 hop_index;
797} __packed;
798
799struct mwifiex_ds_param_set {
800 u8 current_chan;
801} __packed;
802
803struct mwifiex_ie_types_phy_param_set {
804 struct mwifiex_ie_types_header header;
805 union {
806 struct mwifiex_fh_param_set fh_param_set[1];
807 struct mwifiex_ds_param_set ds_param_set[1];
808 } fh_ds;
809} __packed;
810
811struct mwifiex_ie_types_auth_type {
812 struct mwifiex_ie_types_header header;
813 __le16 auth_type;
814} __packed;
815
816struct mwifiex_ie_types_vendor_param_set {
817 struct mwifiex_ie_types_header header;
818 u8 ie[MWIFIEX_MAX_VSIE_LEN];
819};
820
30fa51c8 821#define MWIFIEX_TDLS_IDLE_TIMEOUT_IN_SEC 60
d29caf25
AP
822
823struct mwifiex_ie_types_tdls_idle_timeout {
824 struct mwifiex_ie_types_header header;
825 __le16 value;
826} __packed;
827
5e6e3a92
BZ
828struct mwifiex_ie_types_rsn_param_set {
829 struct mwifiex_ie_types_header header;
830 u8 rsn_ie[1];
831} __packed;
832
833#define KEYPARAMSET_FIXED_LEN 6
834
835struct mwifiex_ie_type_key_param_set {
836 __le16 type;
837 __le16 length;
838 __le16 key_type_id;
839 __le16 key_info;
840 __le16 key_len;
841 u8 key[50];
842} __packed;
b877f4cf
YL
843
844#define IGTK_PN_LEN 8
845
846struct mwifiex_cmac_param {
847 u8 ipn[IGTK_PN_LEN];
848 u8 key[WLAN_KEY_LEN_AES_CMAC];
849} __packed;
5e6e3a92 850
e57f1734
AP
851struct mwifiex_wep_param {
852 __le16 key_len;
853 u8 key[WLAN_KEY_LEN_WEP104];
854} __packed;
855
856struct mwifiex_tkip_param {
857 u8 pn[WPA_PN_SIZE];
858 __le16 key_len;
859 u8 key[WLAN_KEY_LEN_TKIP];
860} __packed;
861
862struct mwifiex_aes_param {
863 u8 pn[WPA_PN_SIZE];
864 __le16 key_len;
865 u8 key[WLAN_KEY_LEN_CCMP];
866} __packed;
867
868struct mwifiex_wapi_param {
869 u8 pn[PN_LEN];
870 __le16 key_len;
871 u8 key[WLAN_KEY_LEN_SMS4];
872} __packed;
873
874struct mwifiex_cmac_aes_param {
875 u8 ipn[IGTK_PN_LEN];
876 __le16 key_len;
877 u8 key[WLAN_KEY_LEN_AES_CMAC];
878} __packed;
879
880struct mwifiex_ie_type_key_param_set_v2 {
881 __le16 type;
882 __le16 len;
883 u8 mac_addr[ETH_ALEN];
884 u8 key_idx;
885 u8 key_type;
886 __le16 key_info;
887 union {
888 struct mwifiex_wep_param wep;
889 struct mwifiex_tkip_param tkip;
890 struct mwifiex_aes_param aes;
891 struct mwifiex_wapi_param wapi;
892 struct mwifiex_cmac_aes_param cmac_aes;
893 } key_params;
894} __packed;
895
896struct host_cmd_ds_802_11_key_material_v2 {
897 __le16 action;
898 struct mwifiex_ie_type_key_param_set_v2 key_param_set;
899} __packed;
900
5e6e3a92
BZ
901struct host_cmd_ds_802_11_key_material {
902 __le16 action;
903 struct mwifiex_ie_type_key_param_set key_param_set;
904} __packed;
905
906struct host_cmd_ds_gen {
4348d085
UR
907 __le16 command;
908 __le16 size;
909 __le16 seq_num;
910 __le16 result;
5e6e3a92
BZ
911};
912
913#define S_DS_GEN sizeof(struct host_cmd_ds_gen)
914
915enum sleep_resp_ctrl {
916 RESP_NOT_NEEDED = 0,
917 RESP_NEEDED,
918};
919
920struct mwifiex_ps_param {
921 __le16 null_pkt_interval;
922 __le16 multiple_dtims;
923 __le16 bcn_miss_timeout;
924 __le16 local_listen_interval;
925 __le16 adhoc_wake_period;
926 __le16 mode;
927 __le16 delay_to_ps;
928};
929
5e6e3a92
BZ
930#define BITMAP_AUTO_DS 0x01
931#define BITMAP_STA_PS 0x10
5e6e3a92
BZ
932
933struct mwifiex_ie_types_auto_ds_param {
934 struct mwifiex_ie_types_header header;
2b06bdbe 935 __le16 deep_sleep_timeout;
5e6e3a92
BZ
936} __packed;
937
938struct mwifiex_ie_types_ps_param {
939 struct mwifiex_ie_types_header header;
940 struct mwifiex_ps_param param;
941} __packed;
942
943struct host_cmd_ds_802_11_ps_mode_enh {
944 __le16 action;
945
946 union {
947 struct mwifiex_ps_param opt_ps;
5e6e3a92 948 __le16 ps_bitmap;
5e6e3a92
BZ
949 } params;
950} __packed;
951
4b9fede5 952enum API_VER_ID {
7f445d04 953 KEY_API_VER_ID = 1,
89be7ceb 954 FW_API_VER_ID = 2,
7f445d04
AP
955};
956
4b9fede5 957struct hw_spec_api_rev {
7f445d04
AP
958 struct mwifiex_ie_types_header header;
959 __le16 api_id;
960 u8 major_ver;
961 u8 minor_ver;
962} __packed;
963
5e6e3a92
BZ
964struct host_cmd_ds_get_hw_spec {
965 __le16 hw_if_version;
966 __le16 version;
967 __le16 reserved;
968 __le16 num_of_mcast_adr;
969 u8 permanent_addr[ETH_ALEN];
970 __le16 region_code;
971 __le16 number_of_antenna;
972 __le32 fw_release_number;
973 __le32 reserved_1;
974 __le32 reserved_2;
975 __le32 reserved_3;
976 __le32 fw_cap_info;
977 __le32 dot_11n_dev_cap;
978 u8 dev_mcs_support;
979 __le16 mp_end_port; /* SDIO only, reserved for other interfacces */
a5f39056
YAP
980 __le16 mgmt_buf_count; /* mgmt IE buffer count */
981 __le32 reserved_5;
982 __le32 reserved_6;
983 __le32 dot_11ac_dev_cap;
984 __le32 dot_11ac_mcs_support;
7f445d04 985 u8 tlvs[0];
5e6e3a92
BZ
986} __packed;
987
988struct host_cmd_ds_802_11_rssi_info {
989 __le16 action;
990 __le16 ndata;
991 __le16 nbcn;
992 __le16 reserved[9];
993 long long reserved_1;
994};
995
996struct host_cmd_ds_802_11_rssi_info_rsp {
997 __le16 action;
998 __le16 ndata;
999 __le16 nbcn;
1000 __le16 data_rssi_last;
1001 __le16 data_nf_last;
1002 __le16 data_rssi_avg;
1003 __le16 data_nf_avg;
1004 __le16 bcn_rssi_last;
1005 __le16 bcn_nf_last;
1006 __le16 bcn_rssi_avg;
1007 __le16 bcn_nf_avg;
1008 long long tsf_bcn;
1009};
1010
1011struct host_cmd_ds_802_11_mac_address {
1012 __le16 action;
1013 u8 mac_addr[ETH_ALEN];
1014};
1015
1016struct host_cmd_ds_mac_control {
1017 __le16 action;
1018 __le16 reserved;
1019};
1020
1021struct host_cmd_ds_mac_multicast_adr {
1022 __le16 action;
1023 __le16 num_of_adrs;
1024 u8 mac_list[MWIFIEX_MAX_MULTICAST_LIST_SIZE][ETH_ALEN];
1025} __packed;
1026
1027struct host_cmd_ds_802_11_deauthenticate {
1028 u8 mac_addr[ETH_ALEN];
1029 __le16 reason_code;
1030} __packed;
1031
1032struct host_cmd_ds_802_11_associate {
1033 u8 peer_sta_addr[ETH_ALEN];
1034 __le16 cap_info_bitmap;
1035 __le16 listen_interval;
1036 __le16 beacon_period;
1037 u8 dtim_period;
1038} __packed;
1039
1040struct ieee_types_assoc_rsp {
1041 __le16 cap_info_bitmap;
1042 __le16 status_code;
1043 __le16 a_id;
1044 u8 ie_buffer[1];
1045} __packed;
1046
1047struct host_cmd_ds_802_11_associate_rsp {
1048 struct ieee_types_assoc_rsp assoc_rsp;
1049} __packed;
1050
1051struct ieee_types_cf_param_set {
1052 u8 element_id;
1053 u8 len;
1054 u8 cfp_cnt;
1055 u8 cfp_period;
4348d085
UR
1056 __le16 cfp_max_duration;
1057 __le16 cfp_duration_remaining;
5e6e3a92
BZ
1058} __packed;
1059
1060struct ieee_types_ibss_param_set {
1061 u8 element_id;
1062 u8 len;
1063 __le16 atim_window;
1064} __packed;
1065
1066union ieee_types_ss_param_set {
1067 struct ieee_types_cf_param_set cf_param_set;
1068 struct ieee_types_ibss_param_set ibss_param_set;
1069} __packed;
1070
1071struct ieee_types_fh_param_set {
1072 u8 element_id;
1073 u8 len;
1074 __le16 dwell_time;
1075 u8 hop_set;
1076 u8 hop_pattern;
1077 u8 hop_index;
1078} __packed;
1079
1080struct ieee_types_ds_param_set {
1081 u8 element_id;
1082 u8 len;
1083 u8 current_chan;
1084} __packed;
1085
1086union ieee_types_phy_param_set {
1087 struct ieee_types_fh_param_set fh_param_set;
1088 struct ieee_types_ds_param_set ds_param_set;
1089} __packed;
1090
a5f39056
YAP
1091struct ieee_types_oper_mode_ntf {
1092 u8 element_id;
1093 u8 len;
1094 u8 oper_mode;
1095} __packed;
1096
5e6e3a92
BZ
1097struct host_cmd_ds_802_11_ad_hoc_start {
1098 u8 ssid[IEEE80211_MAX_SSID_LEN];
1099 u8 bss_mode;
1100 __le16 beacon_period;
1101 u8 dtim_period;
1102 union ieee_types_ss_param_set ss_param_set;
1103 union ieee_types_phy_param_set phy_param_set;
1104 u16 reserved1;
1105 __le16 cap_info_bitmap;
63af6333 1106 u8 data_rate[HOSTCMD_SUPPORTED_RATES];
5e6e3a92
BZ
1107} __packed;
1108
d5556e87 1109struct host_cmd_ds_802_11_ad_hoc_start_result {
5e6e3a92
BZ
1110 u8 pad[3];
1111 u8 bssid[ETH_ALEN];
d5556e87
AK
1112 u8 pad2[2];
1113 u8 result;
1114} __packed;
1115
1116struct host_cmd_ds_802_11_ad_hoc_join_result {
1117 u8 result;
5e6e3a92
BZ
1118} __packed;
1119
1120struct adhoc_bss_desc {
1121 u8 bssid[ETH_ALEN];
1122 u8 ssid[IEEE80211_MAX_SSID_LEN];
1123 u8 bss_mode;
1124 __le16 beacon_period;
1125 u8 dtim_period;
1126 u8 time_stamp[8];
1127 u8 local_time[8];
1128 union ieee_types_phy_param_set phy_param_set;
1129 union ieee_types_ss_param_set ss_param_set;
1130 __le16 cap_info_bitmap;
1131 u8 data_rates[HOSTCMD_SUPPORTED_RATES];
1132
1133 /*
1134 * DO NOT ADD ANY FIELDS TO THIS STRUCTURE.
1135 * It is used in the Adhoc join command and will cause a
1136 * binary layout mismatch with the firmware
1137 */
1138} __packed;
1139
1140struct host_cmd_ds_802_11_ad_hoc_join {
1141 struct adhoc_bss_desc bss_descriptor;
1142 u16 reserved1;
1143 u16 reserved2;
1144} __packed;
1145
1146struct host_cmd_ds_802_11_get_log {
1147 __le32 mcast_tx_frame;
1148 __le32 failed;
1149 __le32 retry;
1150 __le32 multi_retry;
1151 __le32 frame_dup;
1152 __le32 rts_success;
1153 __le32 rts_failure;
1154 __le32 ack_failure;
1155 __le32 rx_frag;
1156 __le32 mcast_rx_frame;
1157 __le32 fcs_error;
1158 __le32 tx_frame;
1159 __le32 reserved;
1160 __le32 wep_icv_err_cnt[4];
d35b6392
XH
1161 __le32 bcn_rcv_cnt;
1162 __le32 bcn_miss_cnt;
5e6e3a92
BZ
1163};
1164
a5f39056
YAP
1165/* Enumeration for rate format */
1166enum _mwifiex_rate_format {
1167 MWIFIEX_RATE_FORMAT_LG = 0,
1168 MWIFIEX_RATE_FORMAT_HT,
1169 MWIFIEX_RATE_FORMAT_VHT,
1170 MWIFIEX_RATE_FORMAT_AUTO = 0xFF,
1171};
1172
5e6e3a92
BZ
1173struct host_cmd_ds_tx_rate_query {
1174 u8 tx_rate;
a5f39056
YAP
1175 /* Tx Rate Info: For 802.11 AC cards
1176 *
1177 * [Bit 0-1] tx rate formate: LG = 0, HT = 1, VHT = 2
1178 * [Bit 2-3] HT/VHT Bandwidth: BW20 = 0, BW40 = 1, BW80 = 2, BW160 = 3
1179 * [Bit 4] HT/VHT Guard Interval: LGI = 0, SGI = 1
1180 *
1181 * For non-802.11 AC cards
1182 * Ht Info [Bit 0] RxRate format: LG=0, HT=1
5e6e3a92 1183 * [Bit 1] HT Bandwidth: BW20 = 0, BW40 = 1
a5f39056
YAP
1184 * [Bit 2] HT Guard Interval: LGI = 0, SGI = 1
1185 */
5e6e3a92
BZ
1186 u8 ht_info;
1187} __packed;
1188
4e6ee91b
AP
1189struct mwifiex_tx_pause_tlv {
1190 struct mwifiex_ie_types_header header;
1191 u8 peermac[ETH_ALEN];
1192 u8 tx_pause;
1193 u8 pkt_cnt;
1194} __packed;
1195
5e6e3a92
BZ
1196enum Host_Sleep_Action {
1197 HS_CONFIGURE = 0x0001,
1198 HS_ACTIVATE = 0x0002,
1199};
1200
1201struct mwifiex_hs_config_param {
1202 __le32 conditions;
1203 u8 gpio;
1204 u8 gap;
1205} __packed;
1206
1207struct hs_activate_param {
4348d085 1208 __le16 resp_ctrl;
5e6e3a92
BZ
1209} __packed;
1210
1211struct host_cmd_ds_802_11_hs_cfg_enh {
1212 __le16 action;
1213
1214 union {
1215 struct mwifiex_hs_config_param hs_config;
1216 struct hs_activate_param hs_activate;
1217 } params;
1218} __packed;
1219
1220enum SNMP_MIB_INDEX {
1221 OP_RATE_SET_I = 1,
1222 DTIM_PERIOD_I = 3,
1223 RTS_THRESH_I = 5,
1224 SHORT_RETRY_LIM_I = 6,
1225 LONG_RETRY_LIM_I = 7,
1226 FRAG_THRESH_I = 8,
1227 DOT11D_I = 9,
2a7305c8 1228 DOT11H_I = 10,
5e6e3a92
BZ
1229};
1230
12d11109
AP
1231enum mwifiex_assocmd_failurepoint {
1232 MWIFIEX_ASSOC_CMD_SUCCESS = 0,
1233 MWIFIEX_ASSOC_CMD_FAILURE_ASSOC,
1234 MWIFIEX_ASSOC_CMD_FAILURE_AUTH,
1235 MWIFIEX_ASSOC_CMD_FAILURE_JOIN
1236};
1237
5e6e3a92
BZ
1238#define MAX_SNMP_BUF_SIZE 128
1239
1240struct host_cmd_ds_802_11_snmp_mib {
1241 __le16 query_type;
1242 __le16 oid;
1243 __le16 buf_size;
1244 u8 value[1];
1245} __packed;
1246
5e6e3a92
BZ
1247struct mwifiex_rate_scope {
1248 __le16 type;
1249 __le16 length;
1250 __le16 hr_dsss_rate_bitmap;
1251 __le16 ofdm_rate_bitmap;
1252 __le16 ht_mcs_rate_bitmap[8];
a0b7315a 1253 __le16 vht_mcs_rate_bitmap[8];
5e6e3a92
BZ
1254} __packed;
1255
1256struct mwifiex_rate_drop_pattern {
1257 __le16 type;
1258 __le16 length;
1259 __le32 rate_drop_mode;
1260} __packed;
1261
1262struct host_cmd_ds_tx_rate_cfg {
1263 __le16 action;
1264 __le16 cfg_index;
1265} __packed;
1266
1267struct mwifiex_power_group {
1268 u8 modulation_class;
1269 u8 first_rate_code;
1270 u8 last_rate_code;
1271 s8 power_step;
1272 s8 power_min;
1273 s8 power_max;
1274 u8 ht_bandwidth;
1275 u8 reserved;
1276} __packed;
1277
1278struct mwifiex_types_power_group {
930fd35c
AK
1279 __le16 type;
1280 __le16 length;
5e6e3a92
BZ
1281} __packed;
1282
1283struct host_cmd_ds_txpwr_cfg {
1284 __le16 action;
1285 __le16 cfg_index;
1286 __le32 mode;
1287} __packed;
1288
caa8984f
AK
1289struct host_cmd_ds_rf_tx_pwr {
1290 __le16 action;
1291 __le16 cur_level;
1292 u8 max_power;
1293 u8 min_power;
1294} __packed;
1295
8a279d5b
AK
1296struct host_cmd_ds_rf_ant_mimo {
1297 __le16 action_tx;
1298 __le16 tx_ant_mode;
1299 __le16 action_rx;
1300 __le16 rx_ant_mode;
1301};
1302
1303struct host_cmd_ds_rf_ant_siso {
1304 __le16 action;
1305 __le16 ant_mode;
1306};
1307
429d90d2
AP
1308struct host_cmd_ds_tdls_oper {
1309 __le16 tdls_action;
1310 __le16 reason;
1311 u8 peer_mac[ETH_ALEN];
1312} __packed;
1313
449b8bbf
XH
1314struct mwifiex_tdls_config {
1315 __le16 enable;
1316};
1317
1318struct mwifiex_tdls_config_cs_params {
1319 u8 unit_time;
1320 u8 thr_otherlink;
1321 u8 thr_directlink;
1322};
1323
1324struct mwifiex_tdls_init_cs_params {
1325 u8 peer_mac[ETH_ALEN];
1326 u8 primary_chan;
1327 u8 second_chan_offset;
1328 u8 band;
1329 __le16 switch_time;
1330 __le16 switch_timeout;
1331 u8 reg_class;
1332 u8 periodicity;
1333} __packed;
1334
1335struct mwifiex_tdls_stop_cs_params {
1336 u8 peer_mac[ETH_ALEN];
1337};
1338
1339struct host_cmd_ds_tdls_config {
1340 __le16 tdls_action;
1341 u8 tdls_data[1];
1342} __packed;
1343
85afb186
AP
1344struct mwifiex_chan_desc {
1345 __le16 start_freq;
1346 u8 chan_width;
1347 u8 chan_num;
1348} __packed;
1349
1350struct host_cmd_ds_chan_rpt_req {
1351 struct mwifiex_chan_desc chan_desc;
1352 __le32 msec_dwell_time;
1353} __packed;
1354
0a694d68
AP
1355struct host_cmd_ds_chan_rpt_event {
1356 __le32 result;
1357 __le64 start_tsf;
1358 __le32 duration;
1359 u8 tlvbuf[0];
1360} __packed;
1361
92263a84
ZL
1362struct host_cmd_sdio_sp_rx_aggr_cfg {
1363 u8 action;
1364 u8 enable;
1365 __le16 block_size;
1366} __packed;
1367
b8b3ecec 1368struct mwifiex_fixed_bcn_param {
b5abcf02 1369 __le64 timestamp;
7c6fa2a8
AK
1370 __le16 beacon_period;
1371 __le16 cap_info_bitmap;
1372} __packed;
1373
21f58d20
AK
1374struct mwifiex_event_scan_result {
1375 __le16 event_id;
1376 u8 bss_index;
1377 u8 bss_type;
1378 u8 more_event;
1379 u8 reserved[3];
1380 __le16 buf_size;
1381 u8 num_of_set;
1382} __packed;
1383
808bbebc
AK
1384struct tx_status_event {
1385 u8 packet_type;
1386 u8 tx_token_id;
1387 u8 status;
1388} __packed;
1389
5e6e3a92
BZ
1390#define MWIFIEX_USER_SCAN_CHAN_MAX 50
1391
1392#define MWIFIEX_MAX_SSID_LIST_LENGTH 10
1393
1394struct mwifiex_scan_cmd_config {
1395 /*
a8c48565 1396 * BSS mode to be sent in the firmware command
5e6e3a92
BZ
1397 */
1398 u8 bss_mode;
1399
1400 /* Specific BSSID used to filter scan results in the firmware */
1401 u8 specific_bssid[ETH_ALEN];
1402
1403 /* Length of TLVs sent in command starting at tlvBuffer */
1404 u32 tlv_buf_len;
1405
1406 /*
1407 * SSID TLV(s) and ChanList TLVs to be sent in the firmware command
1408 *
1409 * TLV_TYPE_CHANLIST, mwifiex_ie_types_chan_list_param_set
1410 * WLAN_EID_SSID, mwifiex_ie_types_ssid_param_set
1411 */
1412 u8 tlv_buf[1]; /* SSID TLV(s) and ChanList TLVs are stored
1413 here */
1414} __packed;
1415
1416struct mwifiex_user_scan_chan {
1417 u8 chan_number;
1418 u8 radio_type;
1419 u8 scan_type;
1420 u8 reserved;
1421 u32 scan_time;
1422} __packed;
1423
5e6e3a92 1424struct mwifiex_user_scan_cfg {
5e6e3a92
BZ
1425 /*
1426 * BSS mode to be sent in the firmware command
5e6e3a92
BZ
1427 */
1428 u8 bss_mode;
1429 /* Configure the number of probe requests for active chan scans */
1430 u8 num_probes;
1431 u8 reserved;
1432 /* BSSID filter sent in the firmware command to limit the results */
1433 u8 specific_bssid[ETH_ALEN];
be0b281e
AK
1434 /* SSID filter list used in the firmware to limit the scan results */
1435 struct cfg80211_ssid *ssid_list;
1436 u8 num_ssids;
5e6e3a92
BZ
1437 /* Variable number (fixed maximum) of channels to scan up */
1438 struct mwifiex_user_scan_chan chan_list[MWIFIEX_USER_SCAN_CHAN_MAX];
cb91be87 1439 u16 scan_chan_gap;
5e6e3a92
BZ
1440} __packed;
1441
0c9b7f22
XH
1442#define MWIFIEX_BG_SCAN_CHAN_MAX 38
1443#define MWIFIEX_BSS_MODE_INFRA 1
1444#define MWIFIEX_BGSCAN_ACT_GET 0x0000
1445#define MWIFIEX_BGSCAN_ACT_SET 0x0001
1446#define MWIFIEX_BGSCAN_ACT_SET_ALL 0xff01
1447/** ssid match */
1448#define MWIFIEX_BGSCAN_SSID_MATCH 0x0001
1449/** ssid match and RSSI exceeded */
1450#define MWIFIEX_BGSCAN_SSID_RSSI_MATCH 0x0004
1451/**wait for all channel scan to complete to report scan result*/
1452#define MWIFIEX_BGSCAN_WAIT_ALL_CHAN_DONE 0x80000000
1453
1454struct mwifiex_bg_scan_cfg {
1455 u16 action;
1456 u8 enable;
1457 u8 bss_type;
1458 u8 chan_per_scan;
1459 u32 scan_interval;
1460 u32 report_condition;
1461 u8 num_probes;
1462 u8 rssi_threshold;
1463 u8 snr_threshold;
1464 u16 repeat_count;
1465 u16 start_later;
1466 struct cfg80211_match_set *ssid_list;
1467 u8 num_ssids;
1468 struct mwifiex_user_scan_chan chan_list[MWIFIEX_BG_SCAN_CHAN_MAX];
1469 u16 scan_chan_gap;
1470} __packed;
1471
5e6e3a92
BZ
1472struct ie_body {
1473 u8 grp_key_oui[4];
1474 u8 ptk_cnt[2];
1475 u8 ptk_body[4];
1476} __packed;
1477
1478struct host_cmd_ds_802_11_scan {
1479 u8 bss_mode;
1480 u8 bssid[ETH_ALEN];
1481 u8 tlv_buffer[1];
1482} __packed;
1483
1484struct host_cmd_ds_802_11_scan_rsp {
1485 __le16 bss_descript_size;
1486 u8 number_of_sets;
1487 u8 bss_desc_and_tlv_buffer[1];
1488} __packed;
1489
21f58d20
AK
1490struct host_cmd_ds_802_11_scan_ext {
1491 u32 reserved;
1492 u8 tlv_buffer[1];
1493} __packed;
1494
40d7412b
AN
1495struct mwifiex_ie_types_bss_mode {
1496 struct mwifiex_ie_types_header header;
1497 u8 bss_mode;
1498} __packed;
1499
21f58d20
AK
1500struct mwifiex_ie_types_bss_scan_rsp {
1501 struct mwifiex_ie_types_header header;
1502 u8 bssid[ETH_ALEN];
1503 u8 frame_body[1];
1504} __packed;
1505
1506struct mwifiex_ie_types_bss_scan_info {
1507 struct mwifiex_ie_types_header header;
1508 __le16 rssi;
1509 __le16 anpi;
1510 u8 cca_busy_fraction;
1511 u8 radio_type;
1512 u8 channel;
1513 u8 reserved;
1514 __le64 tsf;
1515} __packed;
1516
0c9b7f22
XH
1517struct host_cmd_ds_802_11_bg_scan_config {
1518 __le16 action;
1519 u8 enable;
1520 u8 bss_type;
1521 u8 chan_per_scan;
1522 u8 reserved;
1523 __le16 reserved1;
1524 __le32 scan_interval;
1525 __le32 reserved2;
1526 __le32 report_condition;
1527 __le16 reserved3;
1528 u8 tlv[0];
1529} __packed;
1530
5e6e3a92
BZ
1531struct host_cmd_ds_802_11_bg_scan_query {
1532 u8 flush;
1533} __packed;
1534
1535struct host_cmd_ds_802_11_bg_scan_query_rsp {
4348d085 1536 __le32 report_condition;
5e6e3a92
BZ
1537 struct host_cmd_ds_802_11_scan_rsp scan_resp;
1538} __packed;
1539
1540struct mwifiex_ietypes_domain_param_set {
1541 struct mwifiex_ie_types_header header;
1542 u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
1543 struct ieee80211_country_ie_triplet triplet[1];
1544} __packed;
1545
1546struct host_cmd_ds_802_11d_domain_info {
1547 __le16 action;
1548 struct mwifiex_ietypes_domain_param_set domain;
1549} __packed;
1550
1551struct host_cmd_ds_802_11d_domain_info_rsp {
1552 __le16 action;
1553 struct mwifiex_ietypes_domain_param_set domain;
1554} __packed;
1555
1556struct host_cmd_ds_11n_addba_req {
1557 u8 add_req_result;
1558 u8 peer_mac_addr[ETH_ALEN];
1559 u8 dialog_token;
1560 __le16 block_ack_param_set;
1561 __le16 block_ack_tmo;
1562 __le16 ssn;
1563} __packed;
1564
1565struct host_cmd_ds_11n_addba_rsp {
1566 u8 add_rsp_result;
1567 u8 peer_mac_addr[ETH_ALEN];
1568 u8 dialog_token;
1569 __le16 status_code;
1570 __le16 block_ack_param_set;
1571 __le16 block_ack_tmo;
1572 __le16 ssn;
1573} __packed;
1574
1575struct host_cmd_ds_11n_delba {
1576 u8 del_result;
1577 u8 peer_mac_addr[ETH_ALEN];
1578 __le16 del_ba_param_set;
1579 __le16 reason_code;
1580 u8 reserved;
1581} __packed;
1582
1583struct host_cmd_ds_11n_batimeout {
1584 u8 tid;
1585 u8 peer_mac_addr[ETH_ALEN];
1586 u8 origninator;
1587} __packed;
1588
1589struct host_cmd_ds_11n_cfg {
1590 __le16 action;
1591 __le16 ht_tx_cap;
1592 __le16 ht_tx_info;
a5f39056 1593 __le16 misc_config; /* Needed for 802.11AC cards only */
5e6e3a92
BZ
1594} __packed;
1595
1596struct host_cmd_ds_txbuf_cfg {
1597 __le16 action;
1598 __le16 buff_size;
1599 __le16 mp_end_port; /* SDIO only, reserved for other interfacces */
1600 __le16 reserved3;
1601} __packed;
1602
1603struct host_cmd_ds_amsdu_aggr_ctrl {
1604 __le16 action;
1605 __le16 enable;
1606 __le16 curr_buf_size;
1607} __packed;
1608
0f9e9b8b
AP
1609struct host_cmd_ds_sta_deauth {
1610 u8 mac[ETH_ALEN];
1611 __le16 reason;
1612} __packed;
1613
b21783e9
XH
1614struct mwifiex_ie_types_sta_info {
1615 struct mwifiex_ie_types_header header;
1616 u8 mac[ETH_ALEN];
1617 u8 power_mfg_status;
1618 s8 rssi;
1619};
1620
1621struct host_cmd_ds_sta_list {
1622 u16 sta_count;
1623 u8 tlv[0];
1624} __packed;
1625
2a7305c8
AK
1626struct mwifiex_ie_types_pwr_capability {
1627 struct mwifiex_ie_types_header header;
1628 s8 min_pwr;
1629 s8 max_pwr;
1630};
1631
1632struct mwifiex_ie_types_local_pwr_constraint {
1633 struct mwifiex_ie_types_header header;
1634 u8 chan;
1635 u8 constraint;
1636};
1637
5e6e3a92
BZ
1638struct mwifiex_ie_types_wmm_param_set {
1639 struct mwifiex_ie_types_header header;
1640 u8 wmm_ie[1];
1641};
1642
1643struct mwifiex_ie_types_wmm_queue_status {
1644 struct mwifiex_ie_types_header header;
1645 u8 queue_index;
1646 u8 disabled;
4348d085 1647 __le16 medium_time;
5e6e3a92
BZ
1648 u8 flow_required;
1649 u8 flow_created;
1650 u32 reserved;
1651};
1652
1653struct ieee_types_vendor_header {
1654 u8 element_id;
1655 u8 len;
2e4c14a5 1656 u8 oui[4]; /* 0~2: oui, 3: oui_type */
5e6e3a92
BZ
1657 u8 oui_subtype;
1658 u8 version;
1659} __packed;
1660
5e6e3a92
BZ
1661struct ieee_types_wmm_parameter {
1662 /*
1663 * WMM Parameter IE - Vendor Specific Header:
1664 * element_id [221/0xdd]
1665 * Len [24]
1666 * Oui [00:50:f2]
1667 * OuiType [2]
1668 * OuiSubType [1]
1669 * Version [1]
1670 */
1671 struct ieee_types_vendor_header vend_hdr;
1672 u8 qos_info_bitmap;
1673 u8 reserved;
99fec5de 1674 struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_NUM_ACS];
5e6e3a92
BZ
1675} __packed;
1676
1677struct ieee_types_wmm_info {
1678
1679 /*
1680 * WMM Info IE - Vendor Specific Header:
1681 * element_id [221/0xdd]
1682 * Len [7]
1683 * Oui [00:50:f2]
1684 * OuiType [2]
1685 * OuiSubType [0]
1686 * Version [1]
1687 */
1688 struct ieee_types_vendor_header vend_hdr;
1689
1690 u8 qos_info_bitmap;
1691} __packed;
1692
1693struct host_cmd_ds_wmm_get_status {
1694 u8 queue_status_tlv[sizeof(struct mwifiex_ie_types_wmm_queue_status) *
99fec5de 1695 IEEE80211_NUM_ACS];
5e6e3a92
BZ
1696 u8 wmm_param_tlv[sizeof(struct ieee_types_wmm_parameter) + 2];
1697} __packed;
1698
1699struct mwifiex_wmm_ac_status {
1700 u8 disabled;
1701 u8 flow_required;
1702 u8 flow_created;
1703};
1704
1705struct mwifiex_ie_types_htcap {
1706 struct mwifiex_ie_types_header header;
1707 struct ieee80211_ht_cap ht_cap;
1708} __packed;
1709
a5f39056
YAP
1710struct mwifiex_ie_types_vhtcap {
1711 struct mwifiex_ie_types_header header;
1712 struct ieee80211_vht_cap vht_cap;
1713} __packed;
1714
5f6d5983
AP
1715struct mwifiex_ie_types_aid {
1716 struct mwifiex_ie_types_header header;
1717 __le16 aid;
1718} __packed;
1719
a5f39056
YAP
1720struct mwifiex_ie_types_oper_mode_ntf {
1721 struct mwifiex_ie_types_header header;
1722 u8 oper_mode;
1723} __packed;
1724
1725/* VHT Operations IE */
1726struct mwifiex_ie_types_vht_oper {
1727 struct mwifiex_ie_types_header header;
1728 u8 chan_width;
1729 u8 chan_center_freq_1;
1730 u8 chan_center_freq_2;
1731 /* Basic MCS set map, each 2 bits stands for a NSS */
4348d085 1732 __le16 basic_mcs_map;
a5f39056
YAP
1733} __packed;
1734
54428c57
AP
1735struct mwifiex_ie_types_wmmcap {
1736 struct mwifiex_ie_types_header header;
1737 struct mwifiex_types_wmm_info wmm_info;
1738} __packed;
1739
5e6e3a92
BZ
1740struct mwifiex_ie_types_htinfo {
1741 struct mwifiex_ie_types_header header;
074d46d1 1742 struct ieee80211_ht_operation ht_oper;
5e6e3a92
BZ
1743} __packed;
1744
1745struct mwifiex_ie_types_2040bssco {
1746 struct mwifiex_ie_types_header header;
1747 u8 bss_co_2040;
1748} __packed;
1749
1750struct mwifiex_ie_types_extcap {
1751 struct mwifiex_ie_types_header header;
68f95b09 1752 u8 ext_capab[0];
5e6e3a92
BZ
1753} __packed;
1754
c2c6c85f
CL
1755struct host_cmd_ds_mem_access {
1756 __le16 action;
1757 __le16 reserved;
1758 __le32 addr;
1759 __le32 value;
1760};
1761
1f4dfd8a
AP
1762struct mwifiex_ie_types_qos_info {
1763 struct mwifiex_ie_types_header header;
1764 u8 qos_info;
1765} __packed;
1766
5e6e3a92
BZ
1767struct host_cmd_ds_mac_reg_access {
1768 __le16 action;
1769 __le16 offset;
1770 __le32 value;
1771} __packed;
1772
1773struct host_cmd_ds_bbp_reg_access {
1774 __le16 action;
1775 __le16 offset;
1776 u8 value;
1777 u8 reserved[3];
1778} __packed;
1779
1780struct host_cmd_ds_rf_reg_access {
1781 __le16 action;
1782 __le16 offset;
1783 u8 value;
1784 u8 reserved[3];
1785} __packed;
1786
1787struct host_cmd_ds_pmic_reg_access {
1788 __le16 action;
1789 __le16 offset;
1790 u8 value;
1791 u8 reserved[3];
1792} __packed;
1793
1794struct host_cmd_ds_802_11_eeprom_access {
1795 __le16 action;
1796
1797 __le16 offset;
1798 __le16 byte_count;
1799 u8 value;
1800} __packed;
1801
e568634a
AP
1802struct mwifiex_assoc_event {
1803 u8 sta_addr[ETH_ALEN];
1804 __le16 type;
1805 __le16 len;
1806 __le16 frame_control;
1807 __le16 cap_info;
1808 __le16 listen_interval;
1809 u8 data[0];
1810} __packed;
1811
4db16a18
AP
1812struct host_cmd_ds_sys_config {
1813 __le16 action;
1814 u8 tlv[0];
1815};
f752dcd5 1816
83c78da9
YAP
1817struct host_cmd_11ac_vht_cfg {
1818 __le16 action;
1819 u8 band_config;
1820 u8 misc_config;
1821 __le32 cap_info;
1822 __le32 mcs_tx_set;
1823 __le32 mcs_rx_set;
1824} __packed;
1825
f752dcd5 1826struct host_cmd_tlv_akmp {
6b21a69f 1827 struct mwifiex_ie_types_header header;
f752dcd5
AP
1828 __le16 key_mgmt;
1829 __le16 key_mgmt_operation;
1830} __packed;
1831
1832struct host_cmd_tlv_pwk_cipher {
6b21a69f 1833 struct mwifiex_ie_types_header header;
f752dcd5
AP
1834 __le16 proto;
1835 u8 cipher;
1836 u8 reserved;
1837} __packed;
1838
1839struct host_cmd_tlv_gwk_cipher {
6b21a69f 1840 struct mwifiex_ie_types_header header;
f752dcd5
AP
1841 u8 cipher;
1842 u8 reserved;
1843} __packed;
1844
1845struct host_cmd_tlv_passphrase {
6b21a69f 1846 struct mwifiex_ie_types_header header;
f752dcd5
AP
1847 u8 passphrase[0];
1848} __packed;
1849
96893538 1850struct host_cmd_tlv_wep_key {
6b21a69f 1851 struct mwifiex_ie_types_header header;
96893538
AP
1852 u8 key_index;
1853 u8 is_default;
1854 u8 key[1];
1855};
1856
f752dcd5 1857struct host_cmd_tlv_auth_type {
6b21a69f 1858 struct mwifiex_ie_types_header header;
f752dcd5
AP
1859 u8 auth_type;
1860} __packed;
1861
1862struct host_cmd_tlv_encrypt_protocol {
6b21a69f 1863 struct mwifiex_ie_types_header header;
f752dcd5
AP
1864 __le16 proto;
1865} __packed;
1866
12190c5d 1867struct host_cmd_tlv_ssid {
6b21a69f 1868 struct mwifiex_ie_types_header header;
12190c5d
AP
1869 u8 ssid[0];
1870} __packed;
1871
a3c2c4f6 1872struct host_cmd_tlv_rates {
6b21a69f 1873 struct mwifiex_ie_types_header header;
a3c2c4f6
AP
1874 u8 rates[0];
1875} __packed;
1876
21f58d20
AK
1877struct mwifiex_ie_types_bssid_list {
1878 struct mwifiex_ie_types_header header;
1879 u8 bssid[ETH_ALEN];
1880} __packed;
1881
605b73af 1882struct host_cmd_tlv_bcast_ssid {
6b21a69f 1883 struct mwifiex_ie_types_header header;
605b73af
AP
1884 u8 bcast_ctl;
1885} __packed;
1886
12190c5d 1887struct host_cmd_tlv_beacon_period {
6b21a69f 1888 struct mwifiex_ie_types_header header;
12190c5d
AP
1889 __le16 period;
1890} __packed;
1891
1892struct host_cmd_tlv_dtim_period {
6b21a69f 1893 struct mwifiex_ie_types_header header;
12190c5d
AP
1894 u8 period;
1895} __packed;
4db16a18 1896
9b930eae 1897struct host_cmd_tlv_frag_threshold {
6b21a69f 1898 struct mwifiex_ie_types_header header;
9b930eae
AP
1899 __le16 frag_thr;
1900} __packed;
1901
1902struct host_cmd_tlv_rts_threshold {
6b21a69f 1903 struct mwifiex_ie_types_header header;
9b930eae
AP
1904 __le16 rts_thr;
1905} __packed;
1906
1907struct host_cmd_tlv_retry_limit {
6b21a69f 1908 struct mwifiex_ie_types_header header;
9b930eae
AP
1909 u8 limit;
1910} __packed;
1911
75edd2c6 1912struct host_cmd_tlv_mac_addr {
6b21a69f 1913 struct mwifiex_ie_types_header header;
75edd2c6
AP
1914 u8 mac_addr[ETH_ALEN];
1915} __packed;
1916
4db16a18 1917struct host_cmd_tlv_channel_band {
6b21a69f 1918 struct mwifiex_ie_types_header header;
4db16a18
AP
1919 u8 band_config;
1920 u8 channel;
1921} __packed;
1922
8b4509f6 1923struct host_cmd_tlv_ageout_timer {
6b21a69f 1924 struct mwifiex_ie_types_header header;
8b4509f6
KG
1925 __le32 sta_ao_timer;
1926} __packed;
1927
8a73dd63
AP
1928struct host_cmd_tlv_power_constraint {
1929 struct mwifiex_ie_types_header header;
1930 u8 constraint;
1931} __packed;
1932
d219b7eb
CC
1933struct mwifiex_ie_types_btcoex_scan_time {
1934 struct mwifiex_ie_types_header header;
1935 u8 coex_scan;
1936 u8 reserved;
1937 u16 min_scan_time;
1938 u16 max_scan_time;
1939} __packed;
1940
1941struct mwifiex_ie_types_btcoex_aggr_win_size {
1942 struct mwifiex_ie_types_header header;
1943 u8 coex_win_size;
1944 u8 tx_win_size;
1945 u8 rx_win_size;
1946 u8 reserved;
1947} __packed;
1948
46dbe247
AK
1949struct mwifiex_ie_types_robust_coex {
1950 struct mwifiex_ie_types_header header;
1951 __le32 mode;
1952} __packed;
1953
5e6e3a92
BZ
1954struct host_cmd_ds_version_ext {
1955 u8 version_str_sel;
1956 char version_str[128];
1957} __packed;
1958
3cec6870
SP
1959struct host_cmd_ds_mgmt_frame_reg {
1960 __le16 action;
1961 __le32 mask;
1962} __packed;
1963
e1a2b7a3
SP
1964struct host_cmd_ds_p2p_mode_cfg {
1965 __le16 action;
1966 __le16 mode;
1967} __packed;
1968
7feb4c48
SP
1969struct host_cmd_ds_remain_on_chan {
1970 __le16 action;
1971 u8 status;
1972 u8 reserved;
1973 u8 band_cfg;
1974 u8 channel;
1975 __le32 duration;
1976} __packed;
1977
5e6e3a92
BZ
1978struct host_cmd_ds_802_11_ibss_status {
1979 __le16 action;
1980 __le16 enable;
1981 u8 bssid[ETH_ALEN];
1982 __le16 beacon_interval;
1983 __le16 atim_window;
1984 __le16 use_g_rate_protect;
1985} __packed;
1986
7da060c1
AK
1987struct mwifiex_fw_mef_entry {
1988 u8 mode;
1989 u8 action;
1990 __le16 exprsize;
1991 u8 expr[0];
1992} __packed;
1993
1994struct host_cmd_ds_mef_cfg {
1995 __le32 criteria;
1996 __le16 num_entries;
1997 struct mwifiex_fw_mef_entry mef_entry[0];
1998} __packed;
1999
5e6e3a92
BZ
2000#define CONNECTION_TYPE_INFRA 0
2001#define CONNECTION_TYPE_ADHOC 1
9197ab9e 2002#define CONNECTION_TYPE_AP 2
5e6e3a92
BZ
2003
2004struct host_cmd_ds_set_bss_mode {
2005 u8 con_type;
2006} __packed;
2007
d930faee
AK
2008struct host_cmd_ds_pcie_details {
2009 /* TX buffer descriptor ring address */
2010 u32 txbd_addr_lo;
2011 u32 txbd_addr_hi;
2012 /* TX buffer descriptor ring count */
2013 u32 txbd_count;
2014
2015 /* RX buffer descriptor ring address */
2016 u32 rxbd_addr_lo;
2017 u32 rxbd_addr_hi;
2018 /* RX buffer descriptor ring count */
2019 u32 rxbd_count;
2020
2021 /* Event buffer descriptor ring address */
2022 u32 evtbd_addr_lo;
2023 u32 evtbd_addr_hi;
2024 /* Event buffer descriptor ring count */
2025 u32 evtbd_count;
2026
2027 /* Sleep cookie buffer physical address */
2028 u32 sleep_cookie_addr_lo;
2029 u32 sleep_cookie_addr_hi;
2030} __packed;
2031
fa444bf8
AK
2032struct mwifiex_ie_types_rssi_threshold {
2033 struct mwifiex_ie_types_header header;
2034 u8 abs_value;
2035 u8 evt_freq;
2036} __packed;
2037
3b57c1a7
AP
2038#define MWIFIEX_DFS_REC_HDR_LEN 8
2039#define MWIFIEX_DFS_REC_HDR_NUM 10
2040#define MWIFIEX_BIN_COUNTER_LEN 7
2041
2042struct mwifiex_radar_det_event {
2043 __le32 detect_count;
2044 u8 reg_domain; /*1=fcc, 2=etsi, 3=mic*/
2045 u8 det_type; /*0=none, 1=pw(chirp), 2=pri(radar)*/
2046 __le16 pw_chirp_type;
2047 u8 pw_chirp_idx;
2048 u8 pw_value;
2049 u8 pri_radar_type;
2050 u8 pri_bincnt;
2051 u8 bin_counter[MWIFIEX_BIN_COUNTER_LEN];
2052 u8 num_dfs_records;
2053 u8 dfs_record_hdr[MWIFIEX_DFS_REC_HDR_NUM][MWIFIEX_DFS_REC_HDR_LEN];
2054 __le32 passed;
2055} __packed;
2056
8d6b538a
AP
2057struct mwifiex_ie_types_multi_chan_info {
2058 struct mwifiex_ie_types_header header;
2059 __le16 status;
2060 u8 tlv_buffer[0];
2061} __packed;
2062
2b0f997d
ZL
2063struct mwifiex_ie_types_mc_group_info {
2064 struct mwifiex_ie_types_header header;
2065 u8 chan_group_id;
2066 u8 chan_buf_weight;
2067 u8 band_config;
2068 u8 chan_num;
2069 u32 chan_time;
2070 u32 reserved;
2071 union {
2072 u8 sdio_func_num;
2073 u8 usb_ep_num;
2074 } hid_num;
2075 u8 intf_num;
2076 u8 bss_type_numlist[0];
2077} __packed;
2078
0a694d68
AP
2079struct meas_rpt_map {
2080 u8 rssi:3;
2081 u8 unmeasured:1;
2082 u8 radar:1;
2083 u8 unidentified_sig:1;
2084 u8 ofdm_preamble:1;
2085 u8 bss:1;
2086} __packed;
2087
2088struct mwifiex_ie_types_chan_rpt_data {
2089 struct mwifiex_ie_types_header header;
2090 struct meas_rpt_map map;
2091} __packed;
2092
fa444bf8
AK
2093struct host_cmd_ds_802_11_subsc_evt {
2094 __le16 action;
2095 __le16 events;
2096} __packed;
2097
f7669877
XH
2098struct chan_switch_result {
2099 u8 cur_chan;
2100 u8 status;
2101 u8 reason;
2102} __packed;
2103
79ff4346
AP
2104struct mwifiex_tdls_generic_event {
2105 __le16 type;
2106 u8 peer_mac[ETH_ALEN];
2107 union {
f7669877
XH
2108 struct chan_switch_result switch_result;
2109 u8 cs_stop_reason;
79ff4346
AP
2110 __le16 reason_code;
2111 __le16 reserved;
2112 } u;
2113} __packed;
2114
ede98bfa
AP
2115struct mwifiex_ie {
2116 __le16 ie_index;
2117 __le16 mgmt_subtype_mask;
2118 __le16 ie_length;
2119 u8 ie_buffer[IEEE_MAX_IE_SIZE];
2120} __packed;
2121
2122#define MAX_MGMT_IE_INDEX 16
2123struct mwifiex_ie_list {
2124 __le16 type;
2125 __le16 len;
2126 struct mwifiex_ie ie_list[MAX_MGMT_IE_INDEX];
2127} __packed;
2128
562fc5b3
AK
2129struct coalesce_filt_field_param {
2130 u8 operation;
2131 u8 operand_len;
2132 __le16 offset;
2133 u8 operand_byte_stream[4];
2134};
2135
2136struct coalesce_receive_filt_rule {
2137 struct mwifiex_ie_types_header header;
2138 u8 num_of_fields;
2139 u8 pkt_type;
2140 __le16 max_coalescing_delay;
2141 struct coalesce_filt_field_param params[0];
2142} __packed;
2143
2144struct host_cmd_ds_coalesce_cfg {
2145 __le16 action;
2146 __le16 num_of_rules;
2147 struct coalesce_receive_filt_rule rule[0];
2148} __packed;
2149
d5b036c4
AP
2150struct host_cmd_ds_multi_chan_policy {
2151 __le16 action;
2152 __le16 policy;
2153} __packed;
2154
46dbe247
AK
2155struct host_cmd_ds_robust_coex {
2156 __le16 action;
2157 __le16 reserved;
2158} __packed;
2159
5e6e3a92
BZ
2160struct host_cmd_ds_command {
2161 __le16 command;
2162 __le16 size;
2163 __le16 seq_num;
2164 __le16 result;
2165 union {
2166 struct host_cmd_ds_get_hw_spec hw_spec;
2167 struct host_cmd_ds_mac_control mac_ctrl;
2168 struct host_cmd_ds_802_11_mac_address mac_addr;
2169 struct host_cmd_ds_mac_multicast_adr mc_addr;
2170 struct host_cmd_ds_802_11_get_log get_log;
2171 struct host_cmd_ds_802_11_rssi_info rssi_info;
2172 struct host_cmd_ds_802_11_rssi_info_rsp rssi_info_rsp;
2173 struct host_cmd_ds_802_11_snmp_mib smib;
5e6e3a92
BZ
2174 struct host_cmd_ds_tx_rate_query tx_rate;
2175 struct host_cmd_ds_tx_rate_cfg tx_rate_cfg;
2176 struct host_cmd_ds_txpwr_cfg txp_cfg;
caa8984f 2177 struct host_cmd_ds_rf_tx_pwr txp;
8a279d5b
AK
2178 struct host_cmd_ds_rf_ant_mimo ant_mimo;
2179 struct host_cmd_ds_rf_ant_siso ant_siso;
5e6e3a92
BZ
2180 struct host_cmd_ds_802_11_ps_mode_enh psmode_enh;
2181 struct host_cmd_ds_802_11_hs_cfg_enh opt_hs_cfg;
2182 struct host_cmd_ds_802_11_scan scan;
21f58d20 2183 struct host_cmd_ds_802_11_scan_ext ext_scan;
5e6e3a92 2184 struct host_cmd_ds_802_11_scan_rsp scan_resp;
0c9b7f22 2185 struct host_cmd_ds_802_11_bg_scan_config bg_scan_config;
5e6e3a92
BZ
2186 struct host_cmd_ds_802_11_bg_scan_query bg_scan_query;
2187 struct host_cmd_ds_802_11_bg_scan_query_rsp bg_scan_query_resp;
2188 struct host_cmd_ds_802_11_associate associate;
2189 struct host_cmd_ds_802_11_associate_rsp associate_rsp;
2190 struct host_cmd_ds_802_11_deauthenticate deauth;
2191 struct host_cmd_ds_802_11_ad_hoc_start adhoc_start;
d5556e87
AK
2192 struct host_cmd_ds_802_11_ad_hoc_start_result start_result;
2193 struct host_cmd_ds_802_11_ad_hoc_join_result join_result;
5e6e3a92
BZ
2194 struct host_cmd_ds_802_11_ad_hoc_join adhoc_join;
2195 struct host_cmd_ds_802_11d_domain_info domain_info;
2196 struct host_cmd_ds_802_11d_domain_info_rsp domain_info_resp;
2197 struct host_cmd_ds_11n_addba_req add_ba_req;
2198 struct host_cmd_ds_11n_addba_rsp add_ba_rsp;
2199 struct host_cmd_ds_11n_delba del_ba;
2200 struct host_cmd_ds_txbuf_cfg tx_buf;
2201 struct host_cmd_ds_amsdu_aggr_ctrl amsdu_aggr_ctrl;
2202 struct host_cmd_ds_11n_cfg htcfg;
2203 struct host_cmd_ds_wmm_get_status get_wmm_status;
2204 struct host_cmd_ds_802_11_key_material key_material;
e57f1734 2205 struct host_cmd_ds_802_11_key_material_v2 key_material_v2;
5e6e3a92 2206 struct host_cmd_ds_version_ext verext;
3cec6870 2207 struct host_cmd_ds_mgmt_frame_reg reg_mask;
7feb4c48 2208 struct host_cmd_ds_remain_on_chan roc_cfg;
e1a2b7a3 2209 struct host_cmd_ds_p2p_mode_cfg mode_cfg;
5e6e3a92 2210 struct host_cmd_ds_802_11_ibss_status ibss_coalescing;
7da060c1 2211 struct host_cmd_ds_mef_cfg mef_cfg;
c2c6c85f 2212 struct host_cmd_ds_mem_access mem;
5e6e3a92
BZ
2213 struct host_cmd_ds_mac_reg_access mac_reg;
2214 struct host_cmd_ds_bbp_reg_access bbp_reg;
2215 struct host_cmd_ds_rf_reg_access rf_reg;
2216 struct host_cmd_ds_pmic_reg_access pmic_reg;
2217 struct host_cmd_ds_set_bss_mode bss_mode;
d930faee 2218 struct host_cmd_ds_pcie_details pcie_host_spec;
5e6e3a92 2219 struct host_cmd_ds_802_11_eeprom_access eeprom;
fa444bf8 2220 struct host_cmd_ds_802_11_subsc_evt subsc_evt;
4db16a18 2221 struct host_cmd_ds_sys_config uap_sys_config;
0f9e9b8b 2222 struct host_cmd_ds_sta_deauth sta_deauth;
b21783e9 2223 struct host_cmd_ds_sta_list sta_list;
83c78da9 2224 struct host_cmd_11ac_vht_cfg vht_cfg;
562fc5b3 2225 struct host_cmd_ds_coalesce_cfg coalesce_cfg;
449b8bbf 2226 struct host_cmd_ds_tdls_config tdls_config;
429d90d2 2227 struct host_cmd_ds_tdls_oper tdls_oper;
85afb186 2228 struct host_cmd_ds_chan_rpt_req chan_rpt_req;
92263a84 2229 struct host_cmd_sdio_sp_rx_aggr_cfg sdio_rx_aggr_cfg;
d5b036c4 2230 struct host_cmd_ds_multi_chan_policy mc_policy;
46dbe247 2231 struct host_cmd_ds_robust_coex coex;
5e6e3a92
BZ
2232 } params;
2233} __packed;
2234
2235struct mwifiex_opt_sleep_confirm {
2236 __le16 command;
2237 __le16 size;
2238 __le16 seq_num;
2239 __le16 result;
2240 __le16 action;
2b06bdbe 2241 __le16 resp_ctrl;
5e6e3a92 2242} __packed;
5e6e3a92 2243#endif /* !_MWIFIEX_FW_H_ */
This page took 0.538702 seconds and 5 git commands to generate.