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