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