]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/net/wireless/ath/ath6kl/wmi.h
ath6kl: Add missing newline terminations
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / wireless / ath / ath6kl / wmi.h
CommitLineData
bdcd8170
KV
1/*
2 * Copyright (c) 2010-2011 Atheros Communications Inc.
1b2df407 3 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
bdcd8170
KV
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */
17
18/*
19 * This file contains the definitions of the WMI protocol specified in the
20 * Wireless Module Interface (WMI). It includes definitions of all the
21 * commands and events. Commands are messages from the host to the WM.
22 * Events and Replies are messages from the WM to the host.
23 */
24
25#ifndef WMI_H
26#define WMI_H
27
28#include <linux/ieee80211.h>
29
30#include "htc.h"
31
32#define HTC_PROTOCOL_VERSION 0x0002
33#define WMI_PROTOCOL_VERSION 0x0002
34#define WMI_CONTROL_MSG_MAX_LEN 256
35#define is_ethertype(type_or_len) ((type_or_len) >= 0x0600)
36
37#define IP_ETHERTYPE 0x0800
38
39#define WMI_IMPLICIT_PSTREAM 0xFF
40#define WMI_MAX_THINSTREAM 15
41
42#define SSID_IE_LEN_INDEX 13
43
44/* Host side link management data structures */
45#define SIG_QUALITY_THRESH_LVLS 6
46#define SIG_QUALITY_UPPER_THRESH_LVLS SIG_QUALITY_THRESH_LVLS
47#define SIG_QUALITY_LOWER_THRESH_LVLS SIG_QUALITY_THRESH_LVLS
48
49#define A_BAND_24GHZ 0
50#define A_BAND_5GHZ 1
51#define A_NUM_BANDS 2
52
53/* in ms */
54#define WMI_IMPLICIT_PSTREAM_INACTIVITY_INT 5000
55
56/*
57 * There are no signed versions of __le16 and __le32, so for a temporary
58 * solution come up with our own version. The idea is from fs/ntfs/types.h.
59 *
60 * Use a_ prefix so that it doesn't conflict if we get proper support to
61 * linux/types.h.
62 */
63typedef __s16 __bitwise a_sle16;
64typedef __s32 __bitwise a_sle32;
65
66static inline a_sle32 a_cpu_to_sle32(s32 val)
67{
68 return (__force a_sle32) cpu_to_le32(val);
69}
70
71static inline s32 a_sle32_to_cpu(a_sle32 val)
72{
73 return le32_to_cpu((__force __le32) val);
74}
75
76static inline a_sle16 a_cpu_to_sle16(s16 val)
77{
78 return (__force a_sle16) cpu_to_le16(val);
79}
80
81static inline s16 a_sle16_to_cpu(a_sle16 val)
82{
83 return le16_to_cpu((__force __le16) val);
84}
85
86struct sq_threshold_params {
87 s16 upper_threshold[SIG_QUALITY_UPPER_THRESH_LVLS];
88 s16 lower_threshold[SIG_QUALITY_LOWER_THRESH_LVLS];
89 u32 upper_threshold_valid_count;
90 u32 lower_threshold_valid_count;
91 u32 polling_interval;
92 u8 weight;
93 u8 last_rssi;
94 u8 last_rssi_poll_event;
95};
96
bdcd8170
KV
97struct wmi_data_sync_bufs {
98 u8 traffic_class;
99 struct sk_buff *skb;
100};
101
102/* WMM stream classes */
103#define WMM_NUM_AC 4
104#define WMM_AC_BE 0 /* best effort */
105#define WMM_AC_BK 1 /* background */
106#define WMM_AC_VI 2 /* video */
107#define WMM_AC_VO 3 /* voice */
108
f3740572
VN
109#define WMI_VOICE_USER_PRIORITY 0x7
110
bdcd8170 111struct wmi {
bdcd8170
KV
112 u16 stream_exist_for_ac[WMM_NUM_AC];
113 u8 fat_pipe_exist;
2865785e 114 struct ath6kl *parent_dev;
bdcd8170 115 u8 pwr_mode;
12eb9444
KV
116
117 /* protects fat_pipe_exist and stream_exist_for_ac */
bdcd8170
KV
118 spinlock_t lock;
119 enum htc_endpoint_id ep_id;
120 struct sq_threshold_params
121 sq_threshld[SIGNAL_QUALITY_METRICS_NUM_MAX];
bdcd8170 122 bool is_wmm_enabled;
bdcd8170
KV
123 u8 traffic_class;
124 bool is_probe_ssid;
a0df5db1
JM
125
126 u8 *last_mgmt_tx_frame;
127 size_t last_mgmt_tx_frame_len;
aa6cffc1 128 u8 saved_pwr_mode;
bdcd8170
KV
129};
130
131struct host_app_area {
cbf49a6f
KV
132 __le32 wmi_protocol_ver;
133} __packed;
bdcd8170
KV
134
135enum wmi_msg_type {
136 DATA_MSGTYPE = 0x0,
137 CNTL_MSGTYPE,
138 SYNC_MSGTYPE,
139 OPT_MSGTYPE,
140};
141
142/*
143 * Macros for operating on WMI_DATA_HDR (info) field
144 */
145
146#define WMI_DATA_HDR_MSG_TYPE_MASK 0x03
147#define WMI_DATA_HDR_MSG_TYPE_SHIFT 0
148#define WMI_DATA_HDR_UP_MASK 0x07
149#define WMI_DATA_HDR_UP_SHIFT 2
150
151/* In AP mode, the same bit (b5) is used to indicate Power save state in
152 * the Rx dir and More data bit state in the tx direction.
153 */
154#define WMI_DATA_HDR_PS_MASK 0x1
155#define WMI_DATA_HDR_PS_SHIFT 5
156
c1762a3f 157#define WMI_DATA_HDR_MORE 0x20
bdcd8170
KV
158
159enum wmi_data_hdr_data_type {
160 WMI_DATA_HDR_DATA_TYPE_802_3 = 0,
161 WMI_DATA_HDR_DATA_TYPE_802_11,
162
163 /* used to be used for the PAL */
164 WMI_DATA_HDR_DATA_TYPE_ACL,
165};
166
c1762a3f
TP
167/* Bitmap of data header flags */
168enum wmi_data_hdr_flags {
169 WMI_DATA_HDR_FLAGS_MORE = 0x1,
170 WMI_DATA_HDR_FLAGS_EOSP = 0x2,
171 WMI_DATA_HDR_FLAGS_UAPSD = 0x4,
172};
173
bdcd8170
KV
174#define WMI_DATA_HDR_DATA_TYPE_MASK 0x3
175#define WMI_DATA_HDR_DATA_TYPE_SHIFT 6
176
177/* Macros for operating on WMI_DATA_HDR (info2) field */
178#define WMI_DATA_HDR_SEQNO_MASK 0xFFF
179#define WMI_DATA_HDR_SEQNO_SHIFT 0
180
181#define WMI_DATA_HDR_AMSDU_MASK 0x1
182#define WMI_DATA_HDR_AMSDU_SHIFT 12
183
184#define WMI_DATA_HDR_META_MASK 0x7
185#define WMI_DATA_HDR_META_SHIFT 13
186
8bd5bca8
KV
187#define WMI_DATA_HDR_PAD_BEFORE_DATA_MASK 0xFF
188#define WMI_DATA_HDR_PAD_BEFORE_DATA_SHIFT 0x8
189
c1762a3f 190/* Macros for operating on WMI_DATA_HDR (info3) field */
6765d0aa
VT
191#define WMI_DATA_HDR_IF_IDX_MASK 0xF
192
c1762a3f
TP
193#define WMI_DATA_HDR_TRIG 0x10
194#define WMI_DATA_HDR_EOSP 0x10
195
bdcd8170
KV
196struct wmi_data_hdr {
197 s8 rssi;
198
199 /*
200 * usage of 'info' field(8-bit):
201 *
202 * b1:b0 - WMI_MSG_TYPE
203 * b4:b3:b2 - UP(tid)
204 * b5 - Used in AP mode.
205 * More-data in tx dir, PS in rx.
206 * b7:b6 - Dot3 header(0),
207 * Dot11 Header(1),
208 * ACL data(2)
209 */
210 u8 info;
211
212 /*
213 * usage of 'info2' field(16-bit):
214 *
215 * b11:b0 - seq_no
216 * b12 - A-MSDU?
217 * b15:b13 - META_DATA_VERSION 0 - 7
218 */
219 __le16 info2;
6765d0aa
VT
220
221 /*
222 * usage of info3, 16-bit:
223 * b3:b0 - Interface index
c1762a3f
TP
224 * b4 - uAPSD trigger in rx & EOSP in tx
225 * b15:b5 - Reserved
6765d0aa 226 */
bdcd8170
KV
227 __le16 info3;
228} __packed;
229
230static inline u8 wmi_data_hdr_get_up(struct wmi_data_hdr *dhdr)
231{
232 return (dhdr->info >> WMI_DATA_HDR_UP_SHIFT) & WMI_DATA_HDR_UP_MASK;
233}
234
235static inline void wmi_data_hdr_set_up(struct wmi_data_hdr *dhdr,
236 u8 usr_pri)
237{
238 dhdr->info &= ~(WMI_DATA_HDR_UP_MASK << WMI_DATA_HDR_UP_SHIFT);
239 dhdr->info |= usr_pri << WMI_DATA_HDR_UP_SHIFT;
240}
241
242static inline u8 wmi_data_hdr_get_dot11(struct wmi_data_hdr *dhdr)
243{
244 u8 data_type;
245
246 data_type = (dhdr->info >> WMI_DATA_HDR_DATA_TYPE_SHIFT) &
247 WMI_DATA_HDR_DATA_TYPE_MASK;
248 return (data_type == WMI_DATA_HDR_DATA_TYPE_802_11);
249}
250
251static inline u16 wmi_data_hdr_get_seqno(struct wmi_data_hdr *dhdr)
252{
253 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_SEQNO_SHIFT) &
254 WMI_DATA_HDR_SEQNO_MASK;
255}
256
257static inline u8 wmi_data_hdr_is_amsdu(struct wmi_data_hdr *dhdr)
258{
259 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_AMSDU_SHIFT) &
260 WMI_DATA_HDR_AMSDU_MASK;
261}
262
263static inline u8 wmi_data_hdr_get_meta(struct wmi_data_hdr *dhdr)
264{
265 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_META_SHIFT) &
266 WMI_DATA_HDR_META_MASK;
267}
268
6765d0aa
VT
269static inline u8 wmi_data_hdr_get_if_idx(struct wmi_data_hdr *dhdr)
270{
271 return le16_to_cpu(dhdr->info3) & WMI_DATA_HDR_IF_IDX_MASK;
272}
273
bdcd8170
KV
274/* Tx meta version definitions */
275#define WMI_MAX_TX_META_SZ 12
276#define WMI_META_VERSION_1 0x01
277#define WMI_META_VERSION_2 0x02
278
bc48ad31
RP
279/* Flag to signal to FW to calculate TCP checksum */
280#define WMI_META_V2_FLAG_CSUM_OFFLOAD 0x01
281
bdcd8170
KV
282struct wmi_tx_meta_v1 {
283 /* packet ID to identify the tx request */
284 u8 pkt_id;
285
286 /* rate policy to be used for the tx of this frame */
287 u8 rate_plcy_id;
288} __packed;
289
290struct wmi_tx_meta_v2 {
291 /*
292 * Offset from start of the WMI header for csum calculation to
293 * begin.
294 */
295 u8 csum_start;
296
297 /* offset from start of WMI header where final csum goes */
298 u8 csum_dest;
299
300 /* no of bytes over which csum is calculated */
301 u8 csum_flags;
302} __packed;
303
304struct wmi_rx_meta_v1 {
305 u8 status;
306
307 /* rate index mapped to rate at which this packet was received. */
308 u8 rix;
309
310 /* rssi of packet */
311 u8 rssi;
312
313 /* rf channel during packet reception */
314 u8 channel;
315
316 __le16 flags;
317} __packed;
318
319struct wmi_rx_meta_v2 {
320 __le16 csum;
321
322 /* bit 0 set -partial csum valid bit 1 set -test mode */
323 u8 csum_flags;
324} __packed;
325
334234b5
VT
326#define WMI_CMD_HDR_IF_ID_MASK 0xF
327
bdcd8170
KV
328/* Control Path */
329struct wmi_cmd_hdr {
330 __le16 cmd_id;
331
332 /* info1 - 16 bits
333 * b03:b00 - id
334 * b15:b04 - unused */
335 __le16 info1;
336
337 /* for alignment */
338 __le16 reserved;
339} __packed;
340
6765d0aa
VT
341static inline u8 wmi_cmd_hdr_get_if_idx(struct wmi_cmd_hdr *chdr)
342{
343 return le16_to_cpu(chdr->info1) & WMI_CMD_HDR_IF_ID_MASK;
344}
345
bdcd8170
KV
346/* List of WMI commands */
347enum wmi_cmd_id {
348 WMI_CONNECT_CMDID = 0x0001,
349 WMI_RECONNECT_CMDID,
350 WMI_DISCONNECT_CMDID,
351 WMI_SYNCHRONIZE_CMDID,
352 WMI_CREATE_PSTREAM_CMDID,
353 WMI_DELETE_PSTREAM_CMDID,
3ca9d1fc
AT
354 /* WMI_START_SCAN_CMDID is to be deprecated. Use
355 * WMI_BEGIN_SCAN_CMDID instead. The new cmd supports P2P mgmt
356 * operations using station interface.
357 */
bdcd8170
KV
358 WMI_START_SCAN_CMDID,
359 WMI_SET_SCAN_PARAMS_CMDID,
360 WMI_SET_BSS_FILTER_CMDID,
361 WMI_SET_PROBED_SSID_CMDID, /* 10 */
362 WMI_SET_LISTEN_INT_CMDID,
363 WMI_SET_BMISS_TIME_CMDID,
364 WMI_SET_DISC_TIMEOUT_CMDID,
365 WMI_GET_CHANNEL_LIST_CMDID,
366 WMI_SET_BEACON_INT_CMDID,
367 WMI_GET_STATISTICS_CMDID,
368 WMI_SET_CHANNEL_PARAMS_CMDID,
369 WMI_SET_POWER_MODE_CMDID,
370 WMI_SET_IBSS_PM_CAPS_CMDID,
371 WMI_SET_POWER_PARAMS_CMDID, /* 20 */
372 WMI_SET_POWERSAVE_TIMERS_POLICY_CMDID,
373 WMI_ADD_CIPHER_KEY_CMDID,
374 WMI_DELETE_CIPHER_KEY_CMDID,
375 WMI_ADD_KRK_CMDID,
376 WMI_DELETE_KRK_CMDID,
377 WMI_SET_PMKID_CMDID,
378 WMI_SET_TX_PWR_CMDID,
379 WMI_GET_TX_PWR_CMDID,
380 WMI_SET_ASSOC_INFO_CMDID,
381 WMI_ADD_BAD_AP_CMDID, /* 30 */
382 WMI_DELETE_BAD_AP_CMDID,
383 WMI_SET_TKIP_COUNTERMEASURES_CMDID,
384 WMI_RSSI_THRESHOLD_PARAMS_CMDID,
385 WMI_TARGET_ERROR_REPORT_BITMASK_CMDID,
386 WMI_SET_ACCESS_PARAMS_CMDID,
387 WMI_SET_RETRY_LIMITS_CMDID,
388 WMI_SET_OPT_MODE_CMDID,
389 WMI_OPT_TX_FRAME_CMDID,
390 WMI_SET_VOICE_PKT_SIZE_CMDID,
391 WMI_SET_MAX_SP_LEN_CMDID, /* 40 */
392 WMI_SET_ROAM_CTRL_CMDID,
393 WMI_GET_ROAM_TBL_CMDID,
394 WMI_GET_ROAM_DATA_CMDID,
395 WMI_ENABLE_RM_CMDID,
396 WMI_SET_MAX_OFFHOME_DURATION_CMDID,
397 WMI_EXTENSION_CMDID, /* Non-wireless extensions */
398 WMI_SNR_THRESHOLD_PARAMS_CMDID,
399 WMI_LQ_THRESHOLD_PARAMS_CMDID,
400 WMI_SET_LPREAMBLE_CMDID,
401 WMI_SET_RTS_CMDID, /* 50 */
402 WMI_CLR_RSSI_SNR_CMDID,
403 WMI_SET_FIXRATES_CMDID,
404 WMI_GET_FIXRATES_CMDID,
405 WMI_SET_AUTH_MODE_CMDID,
406 WMI_SET_REASSOC_MODE_CMDID,
407 WMI_SET_WMM_CMDID,
408 WMI_SET_WMM_TXOP_CMDID,
409 WMI_TEST_CMDID,
410
411 /* COEX AR6002 only */
412 WMI_SET_BT_STATUS_CMDID,
413 WMI_SET_BT_PARAMS_CMDID, /* 60 */
414
415 WMI_SET_KEEPALIVE_CMDID,
416 WMI_GET_KEEPALIVE_CMDID,
417 WMI_SET_APPIE_CMDID,
418 WMI_GET_APPIE_CMDID,
419 WMI_SET_WSC_STATUS_CMDID,
420
421 /* Wake on Wireless */
422 WMI_SET_HOST_SLEEP_MODE_CMDID,
423 WMI_SET_WOW_MODE_CMDID,
424 WMI_GET_WOW_LIST_CMDID,
425 WMI_ADD_WOW_PATTERN_CMDID,
426 WMI_DEL_WOW_PATTERN_CMDID, /* 70 */
427
428 WMI_SET_FRAMERATES_CMDID,
429 WMI_SET_AP_PS_CMDID,
430 WMI_SET_QOS_SUPP_CMDID,
d97c121b 431 WMI_SET_IE_CMDID,
bdcd8170
KV
432
433 /* WMI_THIN_RESERVED_... mark the start and end
434 * values for WMI_THIN_RESERVED command IDs. These
435 * command IDs can be found in wmi_thin.h */
436 WMI_THIN_RESERVED_START = 0x8000,
437 WMI_THIN_RESERVED_END = 0x8fff,
438
439 /* Developer commands starts at 0xF000 */
440 WMI_SET_BITRATE_CMDID = 0xF000,
441 WMI_GET_BITRATE_CMDID,
442 WMI_SET_WHALPARAM_CMDID,
443 WMI_SET_MAC_ADDRESS_CMDID,
444 WMI_SET_AKMP_PARAMS_CMDID,
445 WMI_SET_PMKID_LIST_CMDID,
446 WMI_GET_PMKID_LIST_CMDID,
447 WMI_ABORT_SCAN_CMDID,
448 WMI_SET_TARGET_EVENT_REPORT_CMDID,
449
450 /* Unused */
451 WMI_UNUSED1,
452 WMI_UNUSED2,
453
454 /* AP mode commands */
455 WMI_AP_HIDDEN_SSID_CMDID,
456 WMI_AP_SET_NUM_STA_CMDID,
457 WMI_AP_ACL_POLICY_CMDID,
458 WMI_AP_ACL_MAC_LIST_CMDID,
459 WMI_AP_CONFIG_COMMIT_CMDID,
460 WMI_AP_SET_MLME_CMDID,
461 WMI_AP_SET_PVB_CMDID,
462 WMI_AP_CONN_INACT_CMDID,
463 WMI_AP_PROT_SCAN_TIME_CMDID,
464 WMI_AP_SET_COUNTRY_CMDID,
465 WMI_AP_SET_DTIM_CMDID,
466 WMI_AP_MODE_STAT_CMDID,
467
468 WMI_SET_IP_CMDID,
469 WMI_SET_PARAMS_CMDID,
470 WMI_SET_MCAST_FILTER_CMDID,
471 WMI_DEL_MCAST_FILTER_CMDID,
472
473 WMI_ALLOW_AGGR_CMDID,
474 WMI_ADDBA_REQ_CMDID,
475 WMI_DELBA_REQ_CMDID,
476 WMI_SET_HT_CAP_CMDID,
477 WMI_SET_HT_OP_CMDID,
478 WMI_SET_TX_SELECT_RATES_CMDID,
479 WMI_SET_TX_SGI_PARAM_CMDID,
480 WMI_SET_RATE_POLICY_CMDID,
481
482 WMI_HCI_CMD_CMDID,
483 WMI_RX_FRAME_FORMAT_CMDID,
484 WMI_SET_THIN_MODE_CMDID,
485 WMI_SET_BT_WLAN_CONN_PRECEDENCE_CMDID,
486
487 WMI_AP_SET_11BG_RATESET_CMDID,
488 WMI_SET_PMK_CMDID,
489 WMI_MCAST_FILTER_CMDID,
490
491 /* COEX CMDID AR6003 */
492 WMI_SET_BTCOEX_FE_ANT_CMDID,
493 WMI_SET_BTCOEX_COLOCATED_BT_DEV_CMDID,
494 WMI_SET_BTCOEX_SCO_CONFIG_CMDID,
495 WMI_SET_BTCOEX_A2DP_CONFIG_CMDID,
496 WMI_SET_BTCOEX_ACLCOEX_CONFIG_CMDID,
497 WMI_SET_BTCOEX_BTINQUIRY_PAGE_CONFIG_CMDID,
498 WMI_SET_BTCOEX_DEBUG_CMDID,
499 WMI_SET_BTCOEX_BT_OPERATING_STATUS_CMDID,
500 WMI_GET_BTCOEX_STATS_CMDID,
501 WMI_GET_BTCOEX_CONFIG_CMDID,
502
503 WMI_SET_DFS_ENABLE_CMDID, /* F034 */
504 WMI_SET_DFS_MINRSSITHRESH_CMDID,
505 WMI_SET_DFS_MAXPULSEDUR_CMDID,
506 WMI_DFS_RADAR_DETECTED_CMDID,
507
508 /* P2P commands */
509 WMI_P2P_SET_CONFIG_CMDID, /* F038 */
510 WMI_WPS_SET_CONFIG_CMDID,
511 WMI_SET_REQ_DEV_ATTR_CMDID,
512 WMI_P2P_FIND_CMDID,
513 WMI_P2P_STOP_FIND_CMDID,
514 WMI_P2P_GO_NEG_START_CMDID,
515 WMI_P2P_LISTEN_CMDID,
516
517 WMI_CONFIG_TX_MAC_RULES_CMDID, /* F040 */
518 WMI_SET_PROMISCUOUS_MODE_CMDID,
519 WMI_RX_FRAME_FILTER_CMDID,
520 WMI_SET_CHANNEL_CMDID,
521
522 /* WAC commands */
523 WMI_ENABLE_WAC_CMDID,
524 WMI_WAC_SCAN_REPLY_CMDID,
525 WMI_WAC_CTRL_REQ_CMDID,
526 WMI_SET_DIV_PARAMS_CMDID,
527
528 WMI_GET_PMK_CMDID,
529 WMI_SET_PASSPHRASE_CMDID,
530 WMI_SEND_ASSOC_RES_CMDID,
531 WMI_SET_ASSOC_REQ_RELAY_CMDID,
bdcd8170
KV
532
533 /* ACS command, consists of sub-commands */
534 WMI_ACS_CTRL_CMDID,
6465ddcf
JM
535 WMI_SET_EXCESS_TX_RETRY_THRES_CMDID,
536 WMI_SET_TBD_TIME_CMDID, /*added for wmiconfig command for TBD */
537
538 /* Pktlog cmds */
539 WMI_PKTLOG_ENABLE_CMDID,
540 WMI_PKTLOG_DISABLE_CMDID,
541
542 /* More P2P Cmds */
543 WMI_P2P_GO_NEG_REQ_RSP_CMDID,
544 WMI_P2P_GRP_INIT_CMDID,
545 WMI_P2P_GRP_FORMATION_DONE_CMDID,
546 WMI_P2P_INVITE_CMDID,
547 WMI_P2P_INVITE_REQ_RSP_CMDID,
548 WMI_P2P_PROV_DISC_REQ_CMDID,
549 WMI_P2P_SET_CMDID,
bdcd8170 550
6465ddcf
JM
551 WMI_GET_RFKILL_MODE_CMDID,
552 WMI_SET_RFKILL_MODE_CMDID,
553 WMI_AP_SET_APSD_CMDID,
554 WMI_AP_APSD_BUFFERED_TRAFFIC_CMDID,
555
556 WMI_P2P_SDPD_TX_CMDID, /* F05C */
557 WMI_P2P_STOP_SDPD_CMDID,
558 WMI_P2P_CANCEL_CMDID,
bdcd8170
KV
559 /* Ultra low power store / recall commands */
560 WMI_STORERECALL_CONFIGURE_CMDID,
561 WMI_STORERECALL_RECALL_CMDID,
562 WMI_STORERECALL_HOST_READY_CMDID,
563 WMI_FORCE_TARGET_ASSERT_CMDID,
6465ddcf
JM
564
565 WMI_SET_PROBED_SSID_EX_CMDID,
566 WMI_SET_NETWORK_LIST_OFFLOAD_CMDID,
567 WMI_SET_ARP_NS_OFFLOAD_CMDID,
568 WMI_ADD_WOW_EXT_PATTERN_CMDID,
569 WMI_GTK_OFFLOAD_OP_CMDID,
570 WMI_REMAIN_ON_CHNL_CMDID,
571 WMI_CANCEL_REMAIN_ON_CHNL_CMDID,
3ca9d1fc
AT
572 /* WMI_SEND_ACTION_CMDID is to be deprecated. Use
573 * WMI_SEND_MGMT_CMDID instead. The new cmd supports P2P mgmt
574 * operations using station interface.
575 */
6465ddcf
JM
576 WMI_SEND_ACTION_CMDID,
577 WMI_PROBE_REQ_REPORT_CMDID,
578 WMI_DISABLE_11B_RATES_CMDID,
579 WMI_SEND_PROBE_RESPONSE_CMDID,
580 WMI_GET_P2P_INFO_CMDID,
581 WMI_AP_JOIN_BSS_CMDID,
3ca9d1fc
AT
582
583 WMI_SMPS_ENABLE_CMDID,
584 WMI_SMPS_CONFIG_CMDID,
585 WMI_SET_RATECTRL_PARM_CMDID,
586 /* LPL specific commands*/
587 WMI_LPL_FORCE_ENABLE_CMDID,
588 WMI_LPL_SET_POLICY_CMDID,
589 WMI_LPL_GET_POLICY_CMDID,
590 WMI_LPL_GET_HWSTATE_CMDID,
591 WMI_LPL_SET_PARAMS_CMDID,
592 WMI_LPL_GET_PARAMS_CMDID,
593
594 WMI_SET_BUNDLE_PARAM_CMDID,
595
596 /*GreenTx specific commands*/
597
598 WMI_GREENTX_PARAMS_CMDID,
599
600 WMI_RTT_MEASREQ_CMDID,
601 WMI_RTT_CAPREQ_CMDID,
602 WMI_RTT_STATUSREQ_CMDID,
603
604 /* WPS Commands */
605 WMI_WPS_START_CMDID,
606 WMI_GET_WPS_STATUS_CMDID,
607
608 /* More P2P commands */
609 WMI_SET_NOA_CMDID,
610 WMI_GET_NOA_CMDID,
611 WMI_SET_OPPPS_CMDID,
612 WMI_GET_OPPPS_CMDID,
613 WMI_ADD_PORT_CMDID,
614 WMI_DEL_PORT_CMDID,
615
616 /* 802.11w cmd */
617 WMI_SET_RSN_CAP_CMDID,
618 WMI_GET_RSN_CAP_CMDID,
619 WMI_SET_IGTK_CMDID,
620
621 WMI_RX_FILTER_COALESCE_FILTER_OP_CMDID,
622 WMI_RX_FILTER_SET_FRAME_TEST_LIST_CMDID,
623
624 WMI_SEND_MGMT_CMDID,
625 WMI_BEGIN_SCAN_CMDID,
626
c422d52d
TP
627 WMI_SET_BLACK_LIST,
628 WMI_SET_MCASTRATE,
629
630 WMI_STA_BMISS_ENHANCE_CMDID,
bdcd8170
KV
631};
632
6a7c9bad
JM
633enum wmi_mgmt_frame_type {
634 WMI_FRAME_BEACON = 0,
635 WMI_FRAME_PROBE_REQ,
636 WMI_FRAME_PROBE_RESP,
637 WMI_FRAME_ASSOC_REQ,
638 WMI_FRAME_ASSOC_RESP,
639 WMI_NUM_MGMT_FRAME
640};
641
d97c121b
VT
642enum wmi_ie_field_type {
643 WMI_RSN_IE_CAPB = 0x1,
644 WMI_IE_FULL = 0xFF, /* indicats full IE */
645};
646
bdcd8170
KV
647/* WMI_CONNECT_CMDID */
648enum network_type {
649 INFRA_NETWORK = 0x01,
650 ADHOC_NETWORK = 0x02,
651 ADHOC_CREATOR = 0x04,
652 AP_NETWORK = 0x10,
653};
654
3ca9d1fc
AT
655enum network_subtype {
656 SUBTYPE_NONE,
657 SUBTYPE_BT,
658 SUBTYPE_P2PDEV,
659 SUBTYPE_P2PCLIENT,
660 SUBTYPE_P2PGO,
661};
662
bdcd8170
KV
663enum dot11_auth_mode {
664 OPEN_AUTH = 0x01,
665 SHARED_AUTH = 0x02,
666
667 /* different from IEEE_AUTH_MODE definitions */
668 LEAP_AUTH = 0x04,
669};
670
bdcd8170
KV
671enum auth_mode {
672 NONE_AUTH = 0x01,
673 WPA_AUTH = 0x02,
674 WPA2_AUTH = 0x04,
675 WPA_PSK_AUTH = 0x08,
676 WPA2_PSK_AUTH = 0x10,
677 WPA_AUTH_CCKM = 0x20,
678 WPA2_AUTH_CCKM = 0x40,
679};
680
bdcd8170
KV
681#define WMI_MAX_KEY_INDEX 3
682
683#define WMI_MAX_KEY_LEN 32
684
685/*
686 * NB: these values are ordered carefully; there are lots of
687 * of implications in any reordering. In particular beware
688 * that 4 is not used to avoid conflicting with IEEE80211_F_PRIVACY.
689 */
690#define ATH6KL_CIPHER_WEP 0
691#define ATH6KL_CIPHER_TKIP 1
692#define ATH6KL_CIPHER_AES_OCB 2
693#define ATH6KL_CIPHER_AES_CCM 3
694#define ATH6KL_CIPHER_CKIP 5
695#define ATH6KL_CIPHER_CCKM_KRK 6
696#define ATH6KL_CIPHER_NONE 7 /* pseudo value */
697
698/*
699 * 802.11 rate set.
700 */
701#define ATH6KL_RATE_MAXSIZE 15 /* max rates we'll handle */
702
703#define ATH_OUI_TYPE 0x01
704#define WPA_OUI_TYPE 0x01
705#define WMM_PARAM_OUI_SUBTYPE 0x01
706#define WMM_OUI_TYPE 0x02
707#define WSC_OUT_TYPE 0x04
708
709enum wmi_connect_ctrl_flags_bits {
710 CONNECT_ASSOC_POLICY_USER = 0x0001,
711 CONNECT_SEND_REASSOC = 0x0002,
712 CONNECT_IGNORE_WPAx_GROUP_CIPHER = 0x0004,
713 CONNECT_PROFILE_MATCH_DONE = 0x0008,
714 CONNECT_IGNORE_AAC_BEACON = 0x0010,
715 CONNECT_CSA_FOLLOW_BSS = 0x0020,
716 CONNECT_DO_WPA_OFFLOAD = 0x0040,
717 CONNECT_DO_NOT_DEAUTH = 0x0080,
63541212 718 CONNECT_WPS_FLAG = 0x0100,
bdcd8170
KV
719};
720
721struct wmi_connect_cmd {
722 u8 nw_type;
723 u8 dot11_auth_mode;
724 u8 auth_mode;
725 u8 prwise_crypto_type;
726 u8 prwise_crypto_len;
727 u8 grp_crypto_type;
728 u8 grp_crypto_len;
729 u8 ssid_len;
730 u8 ssid[IEEE80211_MAX_SSID_LEN];
731 __le16 ch;
732 u8 bssid[ETH_ALEN];
733 __le32 ctrl_flags;
3ca9d1fc 734 u8 nw_subtype;
bdcd8170
KV
735} __packed;
736
737/* WMI_RECONNECT_CMDID */
738struct wmi_reconnect_cmd {
739 /* channel hint */
740 __le16 channel;
741
742 /* mandatory if set */
743 u8 bssid[ETH_ALEN];
744} __packed;
745
746/* WMI_ADD_CIPHER_KEY_CMDID */
747enum key_usage {
748 PAIRWISE_USAGE = 0x00,
749 GROUP_USAGE = 0x01,
750
751 /* default Tx Key - static WEP only */
752 TX_USAGE = 0x02,
753};
754
755/*
756 * Bit Flag
757 * Bit 0 - Initialise TSC - default is Initialize
758 */
759#define KEY_OP_INIT_TSC 0x01
760#define KEY_OP_INIT_RSC 0x02
761
762/* default initialise the TSC & RSC */
763#define KEY_OP_INIT_VAL 0x03
764#define KEY_OP_VALID_MASK 0x03
765
766struct wmi_add_cipher_key_cmd {
767 u8 key_index;
768 u8 key_type;
769
770 /* enum key_usage */
771 u8 key_usage;
772
773 u8 key_len;
774
775 /* key replay sequence counter */
776 u8 key_rsc[8];
777
778 u8 key[WLAN_MAX_KEY_LEN];
779
780 /* additional key control info */
781 u8 key_op_ctrl;
782
783 u8 key_mac_addr[ETH_ALEN];
784} __packed;
785
786/* WMI_DELETE_CIPHER_KEY_CMDID */
787struct wmi_delete_cipher_key_cmd {
788 u8 key_index;
789} __packed;
790
791#define WMI_KRK_LEN 16
792
793/* WMI_ADD_KRK_CMDID */
794struct wmi_add_krk_cmd {
795 u8 krk[WMI_KRK_LEN];
796} __packed;
797
798/* WMI_SETPMKID_CMDID */
799
800#define WMI_PMKID_LEN 16
801
802enum pmkid_enable_flg {
803 PMKID_DISABLE = 0,
804 PMKID_ENABLE = 1,
805};
806
807struct wmi_setpmkid_cmd {
808 u8 bssid[ETH_ALEN];
809
810 /* enum pmkid_enable_flg */
811 u8 enable;
812
813 u8 pmkid[WMI_PMKID_LEN];
814} __packed;
815
816/* WMI_START_SCAN_CMD */
817enum wmi_scan_type {
818 WMI_LONG_SCAN = 0,
819 WMI_SHORT_SCAN = 1,
820};
821
3ca9d1fc
AT
822struct wmi_supp_rates {
823 u8 nrates;
824 u8 rates[ATH6KL_RATE_MAXSIZE];
825};
826
827struct wmi_begin_scan_cmd {
828 __le32 force_fg_scan;
829
830 /* for legacy cisco AP compatibility */
831 __le32 is_legacy;
832
833 /* max duration in the home channel(msec) */
834 __le32 home_dwell_time;
835
836 /* time interval between scans (msec) */
837 __le32 force_scan_intvl;
838
839 /* no CCK rates */
840 __le32 no_cck;
841
842 /* enum wmi_scan_type */
843 u8 scan_type;
844
845 /* Supported rates to advertise in the probe request frames */
846 struct wmi_supp_rates supp_rates[IEEE80211_NUM_BANDS];
847
848 /* how many channels follow */
849 u8 num_ch;
850
851 /* channels in Mhz */
852 __le16 ch_list[1];
853} __packed;
854
855/* wmi_start_scan_cmd is to be deprecated. Use
856 * wmi_begin_scan_cmd instead. The new structure supports P2P mgmt
857 * operations using station interface.
858 */
bdcd8170
KV
859struct wmi_start_scan_cmd {
860 __le32 force_fg_scan;
861
862 /* for legacy cisco AP compatibility */
863 __le32 is_legacy;
864
865 /* max duration in the home channel(msec) */
866 __le32 home_dwell_time;
867
868 /* time interval between scans (msec) */
869 __le32 force_scan_intvl;
870
871 /* enum wmi_scan_type */
872 u8 scan_type;
873
874 /* how many channels follow */
875 u8 num_ch;
876
877 /* channels in Mhz */
878 __le16 ch_list[1];
879} __packed;
880
bdcd8170
KV
881/*
882 * Warning: scan control flag value of 0xFF is used to disable
883 * all flags in WMI_SCAN_PARAMS_CMD. Do not add any more
884 * flags here
885 */
886enum wmi_scan_ctrl_flags_bits {
887
888 /* set if can scan in the connect cmd */
889 CONNECT_SCAN_CTRL_FLAGS = 0x01,
890
891 /* set if scan for the SSID it is already connected to */
892 SCAN_CONNECTED_CTRL_FLAGS = 0x02,
893
894 /* set if enable active scan */
895 ACTIVE_SCAN_CTRL_FLAGS = 0x04,
896
897 /* set if enable roam scan when bmiss and lowrssi */
898 ROAM_SCAN_CTRL_FLAGS = 0x08,
899
900 /* set if follows customer BSSINFO reporting rule */
901 REPORT_BSSINFO_CTRL_FLAGS = 0x10,
902
903 /* if disabled, target doesn't scan after a disconnect event */
904 ENABLE_AUTO_CTRL_FLAGS = 0x20,
905
906 /*
907 * Scan complete event with canceled status will be generated when
908 * a scan is prempted before it gets completed.
909 */
910 ENABLE_SCAN_ABORT_EVENT = 0x40
911};
912
bdcd8170
KV
913struct wmi_scan_params_cmd {
914 /* sec */
915 __le16 fg_start_period;
916
917 /* sec */
918 __le16 fg_end_period;
919
920 /* sec */
921 __le16 bg_period;
922
923 /* msec */
924 __le16 maxact_chdwell_time;
925
926 /* msec */
927 __le16 pas_chdwell_time;
928
929 /* how many shorts scan for one long */
930 u8 short_scan_ratio;
931
932 u8 scan_ctrl_flags;
933
934 /* msec */
935 __le16 minact_chdwell_time;
936
937 /* max active scans per ssid */
938 __le16 maxact_scan_per_ssid;
939
940 /* msecs */
941 __le32 max_dfsch_act_time;
942} __packed;
943
944/* WMI_SET_BSS_FILTER_CMDID */
945enum wmi_bss_filter {
946 /* no beacons forwarded */
947 NONE_BSS_FILTER = 0x0,
948
949 /* all beacons forwarded */
950 ALL_BSS_FILTER,
951
952 /* only beacons matching profile */
953 PROFILE_FILTER,
954
955 /* all but beacons matching profile */
956 ALL_BUT_PROFILE_FILTER,
957
958 /* only beacons matching current BSS */
959 CURRENT_BSS_FILTER,
960
961 /* all but beacons matching BSS */
962 ALL_BUT_BSS_FILTER,
963
964 /* beacons matching probed ssid */
965 PROBED_SSID_FILTER,
966
dd45b759
NS
967 /* beacons matching matched ssid */
968 MATCHED_SSID_FILTER,
969
bdcd8170
KV
970 /* marker only */
971 LAST_BSS_FILTER,
972};
973
974struct wmi_bss_filter_cmd {
975 /* see, enum wmi_bss_filter */
976 u8 bss_filter;
977
978 /* for alignment */
979 u8 reserved1;
980
981 /* for alignment */
982 __le16 reserved2;
983
984 __le32 ie_mask;
985} __packed;
986
987/* WMI_SET_PROBED_SSID_CMDID */
8ab5415d 988#define MAX_PROBED_SSIDS 16
bdcd8170
KV
989
990enum wmi_ssid_flag {
991 /* disables entry */
992 DISABLE_SSID_FLAG = 0,
993
994 /* probes specified ssid */
995 SPECIFIC_SSID_FLAG = 0x01,
996
997 /* probes for any ssid */
998 ANY_SSID_FLAG = 0x02,
dd45b759
NS
999
1000 /* match for ssid */
1001 MATCH_SSID_FLAG = 0x08,
bdcd8170
KV
1002};
1003
1004struct wmi_probed_ssid_cmd {
8ab5415d 1005 /* 0 to MAX_PROBED_SSIDS - 1 */
bdcd8170
KV
1006 u8 entry_index;
1007
1008 /* see, enum wmi_ssid_flg */
1009 u8 flag;
1010
1011 u8 ssid_len;
1012 u8 ssid[IEEE80211_MAX_SSID_LEN];
1013} __packed;
1014
1015/*
1016 * WMI_SET_LISTEN_INT_CMDID
1017 * The Listen interval is between 15 and 3000 TUs
1018 */
1019struct wmi_listen_int_cmd {
1020 __le16 listen_intvl;
1021 __le16 num_beacons;
1022} __packed;
1023
ce0dc0cf
RM
1024/* WMI_SET_BMISS_TIME_CMDID */
1025struct wmi_bmiss_time_cmd {
1026 __le16 bmiss_time;
1027 __le16 num_beacons;
1028};
1029
c422d52d
TP
1030/* WMI_STA_ENHANCE_BMISS_CMDID */
1031struct wmi_sta_bmiss_enhance_cmd {
1032 u8 enable;
1033} __packed;
1034
bdcd8170
KV
1035/* WMI_SET_POWER_MODE_CMDID */
1036enum wmi_power_mode {
1037 REC_POWER = 0x01,
1038 MAX_PERF_POWER,
1039};
1040
1041struct wmi_power_mode_cmd {
1042 /* see, enum wmi_power_mode */
1043 u8 pwr_mode;
1044} __packed;
1045
1046/*
1047 * Policy to determnine whether power save failure event should be sent to
1048 * host during scanning
1049 */
1050enum power_save_fail_event_policy {
1051 SEND_POWER_SAVE_FAIL_EVENT_ALWAYS = 1,
05aab177 1052 IGNORE_PS_FAIL_DURING_SCAN = 2,
bdcd8170
KV
1053};
1054
1055struct wmi_power_params_cmd {
1056 /* msec */
1057 __le16 idle_period;
1058
1059 __le16 pspoll_number;
1060 __le16 dtim_policy;
1061 __le16 tx_wakeup_policy;
1062 __le16 num_tx_to_wakeup;
1063 __le16 ps_fail_event_policy;
1064} __packed;
1065
06e360ac
BS
1066/*
1067 * Ratemask for below modes should be passed
1068 * to WMI_SET_TX_SELECT_RATES_CMDID.
1069 * AR6003 has 32 bit mask for each modes.
1070 * First 12 bits for legacy rates, 13 to 20
1071 * bits for HT 20 rates and 21 to 28 bits for
1072 * HT 40 rates
1073 */
1074enum wmi_mode_phy {
1075 WMI_RATES_MODE_11A = 0,
1076 WMI_RATES_MODE_11G,
1077 WMI_RATES_MODE_11B,
1078 WMI_RATES_MODE_11GONLY,
1079 WMI_RATES_MODE_11A_HT20,
1080 WMI_RATES_MODE_11G_HT20,
1081 WMI_RATES_MODE_11A_HT40,
1082 WMI_RATES_MODE_11G_HT40,
1083 WMI_RATES_MODE_MAX
1084};
1085
1086/* WMI_SET_TX_SELECT_RATES_CMDID */
1087struct wmi_set_tx_select_rates32_cmd {
1088 __le32 ratemask[WMI_RATES_MODE_MAX];
1089} __packed;
1090
1091/* WMI_SET_TX_SELECT_RATES_CMDID */
1092struct wmi_set_tx_select_rates64_cmd {
1093 __le64 ratemask[WMI_RATES_MODE_MAX];
1094} __packed;
1095
bdcd8170
KV
1096/* WMI_SET_DISC_TIMEOUT_CMDID */
1097struct wmi_disc_timeout_cmd {
1098 /* seconds */
1099 u8 discon_timeout;
1100} __packed;
1101
1102enum dir_type {
1103 UPLINK_TRAFFIC = 0,
1104 DNLINK_TRAFFIC = 1,
1105 BIDIR_TRAFFIC = 2,
1106};
1107
1108enum voiceps_cap_type {
1109 DISABLE_FOR_THIS_AC = 0,
1110 ENABLE_FOR_THIS_AC = 1,
1111 ENABLE_FOR_ALL_AC = 2,
1112};
1113
1114enum traffic_type {
1115 TRAFFIC_TYPE_APERIODIC = 0,
1116 TRAFFIC_TYPE_PERIODIC = 1,
1117};
1118
1119/* WMI_SYNCHRONIZE_CMDID */
1120struct wmi_sync_cmd {
1121 u8 data_sync_map;
1122} __packed;
1123
1124/* WMI_CREATE_PSTREAM_CMDID */
1125struct wmi_create_pstream_cmd {
1126 /* msec */
1127 __le32 min_service_int;
1128
1129 /* msec */
1130 __le32 max_service_int;
1131
1132 /* msec */
1133 __le32 inactivity_int;
1134
1135 /* msec */
1136 __le32 suspension_int;
1137
1138 __le32 service_start_time;
1139
1140 /* in bps */
1141 __le32 min_data_rate;
1142
1143 /* in bps */
1144 __le32 mean_data_rate;
1145
1146 /* in bps */
1147 __le32 peak_data_rate;
1148
1149 __le32 max_burst_size;
1150 __le32 delay_bound;
1151
1152 /* in bps */
1153 __le32 min_phy_rate;
1154
1155 __le32 sba;
1156 __le32 medium_time;
1157
1158 /* in octects */
1159 __le16 nominal_msdu;
1160
1161 /* in octects */
1162 __le16 max_msdu;
1163
1164 u8 traffic_class;
1165
1166 /* see, enum dir_type */
1167 u8 traffic_direc;
1168
1169 u8 rx_queue_num;
1170
1171 /* see, enum traffic_type */
1172 u8 traffic_type;
1173
1174 /* see, enum voiceps_cap_type */
1175 u8 voice_psc_cap;
1176 u8 tsid;
1177
1178 /* 802.1D user priority */
1179 u8 user_pri;
1180
1181 /* nominal phy rate */
1182 u8 nominal_phy;
1183} __packed;
1184
1185/* WMI_DELETE_PSTREAM_CMDID */
1186struct wmi_delete_pstream_cmd {
1187 u8 tx_queue_num;
1188 u8 rx_queue_num;
1189 u8 traffic_direc;
1190 u8 traffic_class;
1191 u8 tsid;
1192} __packed;
1193
1194/* WMI_SET_CHANNEL_PARAMS_CMDID */
1195enum wmi_phy_mode {
1196 WMI_11A_MODE = 0x1,
1197 WMI_11G_MODE = 0x2,
1198 WMI_11AG_MODE = 0x3,
1199 WMI_11B_MODE = 0x4,
1200 WMI_11GONLY_MODE = 0x5,
c4f7863e 1201 WMI_11G_HT20 = 0x6,
bdcd8170
KV
1202};
1203
1204#define WMI_MAX_CHANNELS 32
1205
1206/*
1207 * WMI_RSSI_THRESHOLD_PARAMS_CMDID
1208 * Setting the polltime to 0 would disable polling. Threshold values are
1209 * in the ascending order, and should agree to:
1210 * (lowThreshold_lowerVal < lowThreshold_upperVal < highThreshold_lowerVal
1211 * < highThreshold_upperVal)
1212 */
1213
1214struct wmi_rssi_threshold_params_cmd {
1215 /* polling time as a factor of LI */
1216 __le32 poll_time;
1217
1218 /* lowest of upper */
1219 a_sle16 thresh_above1_val;
1220
1221 a_sle16 thresh_above2_val;
1222 a_sle16 thresh_above3_val;
1223 a_sle16 thresh_above4_val;
1224 a_sle16 thresh_above5_val;
1225
1226 /* highest of upper */
1227 a_sle16 thresh_above6_val;
1228
1229 /* lowest of bellow */
1230 a_sle16 thresh_below1_val;
1231
1232 a_sle16 thresh_below2_val;
1233 a_sle16 thresh_below3_val;
1234 a_sle16 thresh_below4_val;
1235 a_sle16 thresh_below5_val;
1236
1237 /* highest of bellow */
1238 a_sle16 thresh_below6_val;
1239
1240 /* "alpha" */
1241 u8 weight;
1242
1243 u8 reserved[3];
1244} __packed;
1245
1246/*
1247 * WMI_SNR_THRESHOLD_PARAMS_CMDID
1248 * Setting the polltime to 0 would disable polling.
1249 */
1250
1251struct wmi_snr_threshold_params_cmd {
1252 /* polling time as a factor of LI */
1253 __le32 poll_time;
1254
1255 /* "alpha" */
1256 u8 weight;
1257
1258 /* lowest of uppper */
1259 u8 thresh_above1_val;
1260
1261 u8 thresh_above2_val;
1262 u8 thresh_above3_val;
1263
1264 /* highest of upper */
1265 u8 thresh_above4_val;
1266
1267 /* lowest of bellow */
1268 u8 thresh_below1_val;
1269
1270 u8 thresh_below2_val;
1271 u8 thresh_below3_val;
1272
1273 /* highest of bellow */
1274 u8 thresh_below4_val;
1275
1276 u8 reserved[3];
1277} __packed;
1278
1279enum wmi_preamble_policy {
1280 WMI_IGNORE_BARKER_IN_ERP = 0,
05aab177 1281 WMI_FOLLOW_BARKER_IN_ERP,
bdcd8170
KV
1282};
1283
1284struct wmi_set_lpreamble_cmd {
1285 u8 status;
1286 u8 preamble_policy;
1287} __packed;
1288
1289struct wmi_set_rts_cmd {
1290 __le16 threshold;
1291} __packed;
1292
1293/* WMI_SET_TX_PWR_CMDID */
1294struct wmi_set_tx_pwr_cmd {
1295 /* in dbM units */
1296 u8 dbM;
1297} __packed;
1298
1299struct wmi_tx_pwr_reply {
1300 /* in dbM units */
1301 u8 dbM;
1302} __packed;
1303
1304struct wmi_report_sleep_state_event {
1305 __le32 sleep_state;
1306};
1307
1308enum wmi_report_sleep_status {
1309 WMI_REPORT_SLEEP_STATUS_IS_DEEP_SLEEP = 0,
1310 WMI_REPORT_SLEEP_STATUS_IS_AWAKE
1311};
1312enum target_event_report_config {
1313 /* default */
1314 DISCONN_EVT_IN_RECONN = 0,
1315
1316 NO_DISCONN_EVT_IN_RECONN
1317};
1318
3f3c4ee7
VT
1319struct wmi_mcast_filter_cmd {
1320 u8 mcast_all_enable;
1321} __packed;
1322
f914edd3
VT
1323#define ATH6KL_MCAST_FILTER_MAC_ADDR_SIZE 6
1324struct wmi_mcast_filter_add_del_cmd {
1325 u8 mcast_mac[ATH6KL_MCAST_FILTER_MAC_ADDR_SIZE];
1326} __packed;
1327
df90b369
VT
1328struct wmi_set_htcap_cmd {
1329 u8 band;
1330 u8 ht_enable;
1331 u8 ht40_supported;
1332 u8 ht20_sgi;
1333 u8 ht40_sgi;
1334 u8 intolerant_40mhz;
1335 u8 max_ampdu_len_exp;
1336} __packed;
1337
bdcd8170
KV
1338/* Command Replies */
1339
1340/* WMI_GET_CHANNEL_LIST_CMDID reply */
1341struct wmi_channel_list_reply {
1342 u8 reserved;
1343
1344 /* number of channels in reply */
1345 u8 num_ch;
1346
1347 /* channel in Mhz */
1348 __le16 ch_list[1];
1349} __packed;
1350
1351/* List of Events (target to host) */
1352enum wmi_event_id {
1353 WMI_READY_EVENTID = 0x1001,
1354 WMI_CONNECT_EVENTID,
1355 WMI_DISCONNECT_EVENTID,
1356 WMI_BSSINFO_EVENTID,
1357 WMI_CMDERROR_EVENTID,
1358 WMI_REGDOMAIN_EVENTID,
1359 WMI_PSTREAM_TIMEOUT_EVENTID,
1360 WMI_NEIGHBOR_REPORT_EVENTID,
1361 WMI_TKIP_MICERR_EVENTID,
1362 WMI_SCAN_COMPLETE_EVENTID, /* 0x100a */
1363 WMI_REPORT_STATISTICS_EVENTID,
1364 WMI_RSSI_THRESHOLD_EVENTID,
1365 WMI_ERROR_REPORT_EVENTID,
1366 WMI_OPT_RX_FRAME_EVENTID,
1367 WMI_REPORT_ROAM_TBL_EVENTID,
1368 WMI_EXTENSION_EVENTID,
1369 WMI_CAC_EVENTID,
1370 WMI_SNR_THRESHOLD_EVENTID,
1371 WMI_LQ_THRESHOLD_EVENTID,
1372 WMI_TX_RETRY_ERR_EVENTID, /* 0x1014 */
1373 WMI_REPORT_ROAM_DATA_EVENTID,
1374 WMI_TEST_EVENTID,
1375 WMI_APLIST_EVENTID,
1376 WMI_GET_WOW_LIST_EVENTID,
1377 WMI_GET_PMKID_LIST_EVENTID,
1378 WMI_CHANNEL_CHANGE_EVENTID,
1379 WMI_PEER_NODE_EVENTID,
1380 WMI_PSPOLL_EVENTID,
1381 WMI_DTIMEXPIRY_EVENTID,
1382 WMI_WLAN_VERSION_EVENTID,
1383 WMI_SET_PARAMS_REPLY_EVENTID,
1384 WMI_ADDBA_REQ_EVENTID, /*0x1020 */
1385 WMI_ADDBA_RESP_EVENTID,
1386 WMI_DELBA_REQ_EVENTID,
1387 WMI_TX_COMPLETE_EVENTID,
1388 WMI_HCI_EVENT_EVENTID,
1389 WMI_ACL_DATA_EVENTID,
1390 WMI_REPORT_SLEEP_STATE_EVENTID,
1391 WMI_REPORT_BTCOEX_STATS_EVENTID,
1392 WMI_REPORT_BTCOEX_CONFIG_EVENTID,
1393 WMI_GET_PMK_EVENTID,
1394
1395 /* DFS Events */
1396 WMI_DFS_HOST_ATTACH_EVENTID,
1397 WMI_DFS_HOST_INIT_EVENTID,
1398 WMI_DFS_RESET_DELAYLINES_EVENTID,
1399 WMI_DFS_RESET_RADARQ_EVENTID,
1400 WMI_DFS_RESET_AR_EVENTID,
1401 WMI_DFS_RESET_ARQ_EVENTID,
1402 WMI_DFS_SET_DUR_MULTIPLIER_EVENTID,
1403 WMI_DFS_SET_BANGRADAR_EVENTID,
1404 WMI_DFS_SET_DEBUGLEVEL_EVENTID,
1405 WMI_DFS_PHYERR_EVENTID,
1406
1407 /* CCX Evants */
1408 WMI_CCX_RM_STATUS_EVENTID,
1409
1410 /* P2P Events */
1411 WMI_P2P_GO_NEG_RESULT_EVENTID,
1412
1413 WMI_WAC_SCAN_DONE_EVENTID,
1414 WMI_WAC_REPORT_BSS_EVENTID,
1415 WMI_WAC_START_WPS_EVENTID,
1416 WMI_WAC_CTRL_REQ_REPLY_EVENTID,
1417
6465ddcf
JM
1418 WMI_REPORT_WMM_PARAMS_EVENTID,
1419 WMI_WAC_REJECT_WPS_EVENTID,
1420
1421 /* More P2P Events */
1422 WMI_P2P_GO_NEG_REQ_EVENTID,
1423 WMI_P2P_INVITE_REQ_EVENTID,
1424 WMI_P2P_INVITE_RCVD_RESULT_EVENTID,
1425 WMI_P2P_INVITE_SENT_RESULT_EVENTID,
1426 WMI_P2P_PROV_DISC_RESP_EVENTID,
1427 WMI_P2P_PROV_DISC_REQ_EVENTID,
1428
bdcd8170
KV
1429 /* RFKILL Events */
1430 WMI_RFKILL_STATE_CHANGE_EVENTID,
1431 WMI_RFKILL_GET_MODE_CMD_EVENTID,
bdcd8170 1432
6465ddcf
JM
1433 WMI_P2P_START_SDPD_EVENTID,
1434 WMI_P2P_SDPD_RX_EVENTID,
1435
081c7a84
RM
1436 WMI_SET_HOST_SLEEP_MODE_CMD_PROCESSED_EVENTID = 0x1047,
1437
6465ddcf
JM
1438 WMI_THIN_RESERVED_START_EVENTID = 0x8000,
1439 /* Events in this range are reserved for thinmode */
bdcd8170
KV
1440 WMI_THIN_RESERVED_END_EVENTID = 0x8fff,
1441
1442 WMI_SET_CHANNEL_EVENTID,
1443 WMI_ASSOC_REQ_EVENTID,
1444
1445 /* Generic ACS event */
1446 WMI_ACS_EVENTID,
6465ddcf
JM
1447 WMI_STORERECALL_STORE_EVENTID,
1448 WMI_WOW_EXT_WAKE_EVENTID,
1449 WMI_GTK_OFFLOAD_STATUS_EVENTID,
1450 WMI_NETWORK_LIST_OFFLOAD_EVENTID,
1451 WMI_REMAIN_ON_CHNL_EVENTID,
1452 WMI_CANCEL_REMAIN_ON_CHNL_EVENTID,
1453 WMI_TX_STATUS_EVENTID,
1454 WMI_RX_PROBE_REQ_EVENTID,
1455 WMI_P2P_CAPABILITIES_EVENTID,
1456 WMI_RX_ACTION_EVENTID,
1457 WMI_P2P_INFO_EVENTID,
bdcd8170
KV
1458};
1459
1460struct wmi_ready_event_2 {
1461 __le32 sw_version;
1462 __le32 abi_version;
1463 u8 mac_addr[ETH_ALEN];
1464 u8 phy_cap;
1465} __packed;
1466
d92917e4
TP
1467/* WMI_PHY_CAPABILITY */
1468enum wmi_phy_cap {
1469 WMI_11A_CAP = 0x01,
1470 WMI_11G_CAP = 0x02,
1471 WMI_11AG_CAP = 0x03,
1472 WMI_11AN_CAP = 0x04,
1473 WMI_11GN_CAP = 0x05,
1474 WMI_11AGN_CAP = 0x06,
1475};
1476
bdcd8170
KV
1477/* Connect Event */
1478struct wmi_connect_event {
572e27c0
JM
1479 union {
1480 struct {
1481 __le16 ch;
1482 u8 bssid[ETH_ALEN];
1483 __le16 listen_intvl;
1484 __le16 beacon_intvl;
1485 __le32 nw_type;
1486 } sta;
1487 struct {
1488 u8 phymode;
1489 u8 aid;
1490 u8 mac_addr[ETH_ALEN];
1491 u8 auth;
1492 u8 keymgmt;
1493 __le16 cipher;
1494 u8 apsd_info;
1495 u8 unused[3];
1496 } ap_sta;
1497 struct {
1498 __le16 ch;
1499 u8 bssid[ETH_ALEN];
1500 u8 unused[8];
1501 } ap_bss;
1502 } u;
bdcd8170
KV
1503 u8 beacon_ie_len;
1504 u8 assoc_req_len;
1505 u8 assoc_resp_len;
1506 u8 assoc_info[1];
1507} __packed;
1508
1509/* Disconnect Event */
1510enum wmi_disconnect_reason {
1511 NO_NETWORK_AVAIL = 0x01,
1512
1513 /* bmiss */
1514 LOST_LINK = 0x02,
1515
1516 DISCONNECT_CMD = 0x03,
1517 BSS_DISCONNECTED = 0x04,
1518 AUTH_FAILED = 0x05,
1519 ASSOC_FAILED = 0x06,
1520 NO_RESOURCES_AVAIL = 0x07,
1521 CSERV_DISCONNECT = 0x08,
1522 INVALID_PROFILE = 0x0a,
1523 DOT11H_CHANNEL_SWITCH = 0x0b,
1524 PROFILE_MISMATCH = 0x0c,
1525 CONNECTION_EVICTED = 0x0d,
1526 IBSS_MERGE = 0xe,
1527};
1528
c4f7863e
TP
1529/* AP mode disconnect proto_reasons */
1530enum ap_disconnect_reason {
1531 WMI_AP_REASON_STA_LEFT = 101,
1532 WMI_AP_REASON_FROM_HOST = 102,
1533 WMI_AP_REASON_COMM_TIMEOUT = 103,
1534 WMI_AP_REASON_MAX_STA = 104,
1535 WMI_AP_REASON_ACL = 105,
1536 WMI_AP_REASON_STA_ROAM = 106,
1537 WMI_AP_REASON_DFS_CHANNEL = 107,
1538};
1539
06033760
VN
1540#define ATH6KL_COUNTRY_RD_SHIFT 16
1541
1542struct ath6kl_wmi_regdomain {
1543 __le32 reg_code;
1544};
1545
bdcd8170
KV
1546struct wmi_disconnect_event {
1547 /* reason code, see 802.11 spec. */
1548 __le16 proto_reason_status;
1549
1550 /* set if known */
1551 u8 bssid[ETH_ALEN];
1552
1553 /* see WMI_DISCONNECT_REASON */
1554 u8 disconn_reason;
1555
1556 u8 assoc_resp_len;
1557 u8 assoc_info[1];
1558} __packed;
1559
1560/*
1561 * BSS Info Event.
1562 * Mechanism used to inform host of the presence and characteristic of
1563 * wireless networks present. Consists of bss info header followed by
1564 * the beacon or probe-response frame body. The 802.11 header is no included.
1565 */
1566enum wmi_bi_ftype {
1567 BEACON_FTYPE = 0x1,
1568 PROBERESP_FTYPE,
1569 ACTION_MGMT_FTYPE,
1570 PROBEREQ_FTYPE,
1571};
1572
e5090444
VN
1573#define DEF_LRSSI_SCAN_PERIOD 5
1574#define DEF_LRSSI_ROAM_THRESHOLD 20
1575#define DEF_LRSSI_ROAM_FLOOR 60
1576#define DEF_SCAN_FOR_ROAM_INTVL 2
1577
1578enum wmi_roam_ctrl {
1579 WMI_FORCE_ROAM = 1,
1580 WMI_SET_ROAM_MODE,
1581 WMI_SET_HOST_BIAS,
1582 WMI_SET_LRSSI_SCAN_PARAMS,
1583};
1584
1261875f
JM
1585enum wmi_roam_mode {
1586 WMI_DEFAULT_ROAM_MODE = 1, /* RSSI based roam */
1587 WMI_HOST_BIAS_ROAM_MODE = 2, /* Host bias based roam */
1588 WMI_LOCK_BSS_MODE = 3, /* Lock to the current BSS */
1589};
1590
e5090444
VN
1591struct bss_bias {
1592 u8 bssid[ETH_ALEN];
1261875f 1593 s8 bias;
e5090444
VN
1594} __packed;
1595
1596struct bss_bias_info {
1597 u8 num_bss;
1261875f 1598 struct bss_bias bss_bias[0];
e5090444
VN
1599} __packed;
1600
1601struct low_rssi_scan_params {
1602 __le16 lrssi_scan_period;
1603 a_sle16 lrssi_scan_threshold;
1604 a_sle16 lrssi_roam_threshold;
1605 u8 roam_rssi_floor;
1606 u8 reserved[1];
1607} __packed;
1608
1609struct roam_ctrl_cmd {
1610 union {
1261875f
JM
1611 u8 bssid[ETH_ALEN]; /* WMI_FORCE_ROAM */
1612 u8 roam_mode; /* WMI_SET_ROAM_MODE */
1613 struct bss_bias_info bss; /* WMI_SET_HOST_BIAS */
1614 struct low_rssi_scan_params params; /* WMI_SET_LRSSI_SCAN_PARAMS
1615 */
e5090444
VN
1616 } __packed info;
1617 u8 roam_ctrl;
1618} __packed;
1619
82e14f56 1620/* BSS INFO HDR version 2.0 */
bdcd8170 1621struct wmi_bss_info_hdr2 {
82e14f56 1622 __le16 ch; /* frequency in MHz */
bdcd8170
KV
1623
1624 /* see, enum wmi_bi_ftype */
1625 u8 frame_type;
1626
82e14f56 1627 u8 snr; /* note: rssi = snr - 95 dBm */
bdcd8170
KV
1628 u8 bssid[ETH_ALEN];
1629 __le16 ie_mask;
1630} __packed;
1631
1632/* Command Error Event */
1633enum wmi_error_code {
1634 INVALID_PARAM = 0x01,
1635 ILLEGAL_STATE = 0x02,
1636 INTERNAL_ERROR = 0x03,
1637};
1638
1639struct wmi_cmd_error_event {
1640 __le16 cmd_id;
1641 u8 err_code;
1642} __packed;
1643
1644struct wmi_pstream_timeout_event {
1645 u8 tx_queue_num;
1646 u8 rx_queue_num;
1647 u8 traffic_direc;
1648 u8 traffic_class;
1649} __packed;
1650
1651/*
1652 * The WMI_NEIGHBOR_REPORT Event is generated by the target to inform
1653 * the host of BSS's it has found that matches the current profile.
1654 * It can be used by the host to cache PMKs and/to initiate pre-authentication
1655 * if the BSS supports it. The first bssid is always the current associated
1656 * BSS.
1657 * The bssid and bssFlags information repeats according to the number
1658 * or APs reported.
1659 */
1660enum wmi_bss_flags {
1661 WMI_DEFAULT_BSS_FLAGS = 0x00,
1662 WMI_PREAUTH_CAPABLE_BSS = 0x01,
1663 WMI_PMKID_VALID_BSS = 0x02,
1664};
1665
86512136
JM
1666struct wmi_neighbor_info {
1667 u8 bssid[ETH_ALEN];
1668 u8 bss_flags; /* enum wmi_bss_flags */
1669} __packed;
1670
1671struct wmi_neighbor_report_event {
1672 u8 num_neighbors;
1673 struct wmi_neighbor_info neighbor[0];
1674} __packed;
1675
bdcd8170
KV
1676/* TKIP MIC Error Event */
1677struct wmi_tkip_micerr_event {
1678 u8 key_id;
1679 u8 is_mcast;
1680} __packed;
1681
1c17d313
KV
1682enum wmi_scan_status {
1683 WMI_SCAN_STATUS_SUCCESS = 0,
1684};
1685
bdcd8170
KV
1686/* WMI_SCAN_COMPLETE_EVENTID */
1687struct wmi_scan_complete_event {
1688 a_sle32 status;
1689} __packed;
1690
1691#define MAX_OPT_DATA_LEN 1400
1692
1693/*
1694 * Special frame receive Event.
1695 * Mechanism used to inform host of the receiption of the special frames.
1696 * Consists of special frame info header followed by special frame body.
1697 * The 802.11 header is not included.
1698 */
1699struct wmi_opt_rx_info_hdr {
1700 __le16 ch;
1701 u8 frame_type;
1702 s8 snr;
1703 u8 src_addr[ETH_ALEN];
1704 u8 bssid[ETH_ALEN];
1705} __packed;
1706
1707/* Reporting statistic */
1708struct tx_stats {
1709 __le32 pkt;
1710 __le32 byte;
1711 __le32 ucast_pkt;
1712 __le32 ucast_byte;
1713 __le32 mcast_pkt;
1714 __le32 mcast_byte;
1715 __le32 bcast_pkt;
1716 __le32 bcast_byte;
1717 __le32 rts_success_cnt;
1718 __le32 pkt_per_ac[4];
1719 __le32 err_per_ac[4];
1720
1721 __le32 err;
1722 __le32 fail_cnt;
1723 __le32 retry_cnt;
1724 __le32 mult_retry_cnt;
1725 __le32 rts_fail_cnt;
1726 a_sle32 ucast_rate;
1727} __packed;
1728
1729struct rx_stats {
1730 __le32 pkt;
1731 __le32 byte;
1732 __le32 ucast_pkt;
1733 __le32 ucast_byte;
1734 __le32 mcast_pkt;
1735 __le32 mcast_byte;
1736 __le32 bcast_pkt;
1737 __le32 bcast_byte;
1738 __le32 frgment_pkt;
1739
1740 __le32 err;
1741 __le32 crc_err;
1742 __le32 key_cache_miss;
1743 __le32 decrypt_err;
1744 __le32 dupl_frame;
1745 a_sle32 ucast_rate;
1746} __packed;
1747
1748struct tkip_ccmp_stats {
1749 __le32 tkip_local_mic_fail;
1750 __le32 tkip_cnter_measures_invoked;
1751 __le32 tkip_replays;
1752 __le32 tkip_fmt_err;
1753 __le32 ccmp_fmt_err;
1754 __le32 ccmp_replays;
1755} __packed;
1756
1757struct pm_stats {
1758 __le32 pwr_save_failure_cnt;
1759 __le16 stop_tx_failure_cnt;
1760 __le16 atim_tx_failure_cnt;
1761 __le16 atim_rx_failure_cnt;
1762 __le16 bcn_rx_failure_cnt;
1763} __packed;
1764
1765struct cserv_stats {
1766 __le32 cs_bmiss_cnt;
1767 __le32 cs_low_rssi_cnt;
1768 __le16 cs_connect_cnt;
1769 __le16 cs_discon_cnt;
1770 a_sle16 cs_ave_beacon_rssi;
1771 __le16 cs_roam_count;
1772 a_sle16 cs_rssi;
1773 u8 cs_snr;
1774 u8 cs_ave_beacon_snr;
1775 u8 cs_last_roam_msec;
1776} __packed;
1777
1778struct wlan_net_stats {
1779 struct tx_stats tx;
1780 struct rx_stats rx;
1781 struct tkip_ccmp_stats tkip_ccmp_stats;
1782} __packed;
1783
1784struct arp_stats {
1785 __le32 arp_received;
1786 __le32 arp_matched;
1787 __le32 arp_replied;
1788} __packed;
1789
1790struct wlan_wow_stats {
1791 __le32 wow_pkt_dropped;
1792 __le16 wow_evt_discarded;
1793 u8 wow_host_pkt_wakeups;
1794 u8 wow_host_evt_wakeups;
1795} __packed;
1796
1797struct wmi_target_stats {
1798 __le32 lq_val;
1799 a_sle32 noise_floor_calib;
1800 struct pm_stats pm_stats;
1801 struct wlan_net_stats stats;
1802 struct wlan_wow_stats wow_stats;
1803 struct arp_stats arp_stats;
1804 struct cserv_stats cserv_stats;
1805} __packed;
1806
1807/*
1808 * WMI_RSSI_THRESHOLD_EVENTID.
1809 * Indicate the RSSI events to host. Events are indicated when we breach a
1810 * thresold value.
1811 */
1812enum wmi_rssi_threshold_val {
1813 WMI_RSSI_THRESHOLD1_ABOVE = 0,
1814 WMI_RSSI_THRESHOLD2_ABOVE,
1815 WMI_RSSI_THRESHOLD3_ABOVE,
1816 WMI_RSSI_THRESHOLD4_ABOVE,
1817 WMI_RSSI_THRESHOLD5_ABOVE,
1818 WMI_RSSI_THRESHOLD6_ABOVE,
1819 WMI_RSSI_THRESHOLD1_BELOW,
1820 WMI_RSSI_THRESHOLD2_BELOW,
1821 WMI_RSSI_THRESHOLD3_BELOW,
1822 WMI_RSSI_THRESHOLD4_BELOW,
1823 WMI_RSSI_THRESHOLD5_BELOW,
1824 WMI_RSSI_THRESHOLD6_BELOW
1825};
1826
1827struct wmi_rssi_threshold_event {
1828 a_sle16 rssi;
1829 u8 range;
1830} __packed;
1831
1832enum wmi_snr_threshold_val {
1833 WMI_SNR_THRESHOLD1_ABOVE = 1,
1834 WMI_SNR_THRESHOLD1_BELOW,
1835 WMI_SNR_THRESHOLD2_ABOVE,
1836 WMI_SNR_THRESHOLD2_BELOW,
1837 WMI_SNR_THRESHOLD3_ABOVE,
1838 WMI_SNR_THRESHOLD3_BELOW,
1839 WMI_SNR_THRESHOLD4_ABOVE,
1840 WMI_SNR_THRESHOLD4_BELOW
1841};
1842
1843struct wmi_snr_threshold_event {
1844 /* see, enum wmi_snr_threshold_val */
1845 u8 range;
1846
1847 u8 snr;
1848} __packed;
1849
1850/* WMI_REPORT_ROAM_TBL_EVENTID */
1851#define MAX_ROAM_TBL_CAND 5
1852
1853struct wmi_bss_roam_info {
1854 a_sle32 roam_util;
1855 u8 bssid[ETH_ALEN];
1856 s8 rssi;
1857 s8 rssidt;
1858 s8 last_rssi;
1859 s8 util;
1860 s8 bias;
1861
1862 /* for alignment */
1863 u8 reserved;
1864} __packed;
1865
4b28a80d
JM
1866struct wmi_target_roam_tbl {
1867 __le16 roam_mode;
1868 __le16 num_entries;
1869 struct wmi_bss_roam_info info[];
1870} __packed;
1871
bdcd8170
KV
1872/* WMI_CAC_EVENTID */
1873enum cac_indication {
1874 CAC_INDICATION_ADMISSION = 0x00,
1875 CAC_INDICATION_ADMISSION_RESP = 0x01,
1876 CAC_INDICATION_DELETE = 0x02,
1877 CAC_INDICATION_NO_RESP = 0x03,
1878};
1879
1880#define WMM_TSPEC_IE_LEN 63
1881
1882struct wmi_cac_event {
1883 u8 ac;
1884 u8 cac_indication;
1885 u8 status_code;
1886 u8 tspec_suggestion[WMM_TSPEC_IE_LEN];
1887} __packed;
1888
1889/* WMI_APLIST_EVENTID */
1890
1891enum aplist_ver {
1892 APLIST_VER1 = 1,
1893};
1894
1895struct wmi_ap_info_v1 {
1896 u8 bssid[ETH_ALEN];
1897 __le16 channel;
1898} __packed;
1899
1900union wmi_ap_info {
1901 struct wmi_ap_info_v1 ap_info_v1;
1902} __packed;
1903
1904struct wmi_aplist_event {
1905 u8 ap_list_ver;
1906 u8 num_ap;
1907 union wmi_ap_info ap_list[1];
1908} __packed;
1909
1910/* Developer Commands */
1911
1912/*
1913 * WMI_SET_BITRATE_CMDID
1914 *
1915 * Get bit rate cmd uses same definition as set bit rate cmd
1916 */
1917enum wmi_bit_rate {
1918 RATE_AUTO = -1,
1919 RATE_1Mb = 0,
1920 RATE_2Mb = 1,
1921 RATE_5_5Mb = 2,
1922 RATE_11Mb = 3,
1923 RATE_6Mb = 4,
1924 RATE_9Mb = 5,
1925 RATE_12Mb = 6,
1926 RATE_18Mb = 7,
1927 RATE_24Mb = 8,
1928 RATE_36Mb = 9,
1929 RATE_48Mb = 10,
1930 RATE_54Mb = 11,
1931 RATE_MCS_0_20 = 12,
1932 RATE_MCS_1_20 = 13,
1933 RATE_MCS_2_20 = 14,
1934 RATE_MCS_3_20 = 15,
1935 RATE_MCS_4_20 = 16,
1936 RATE_MCS_5_20 = 17,
1937 RATE_MCS_6_20 = 18,
1938 RATE_MCS_7_20 = 19,
1939 RATE_MCS_0_40 = 20,
1940 RATE_MCS_1_40 = 21,
1941 RATE_MCS_2_40 = 22,
1942 RATE_MCS_3_40 = 23,
1943 RATE_MCS_4_40 = 24,
1944 RATE_MCS_5_40 = 25,
1945 RATE_MCS_6_40 = 26,
1946 RATE_MCS_7_40 = 27,
1947};
1948
1949struct wmi_bit_rate_reply {
1950 /* see, enum wmi_bit_rate */
1951 s8 rate_index;
1952} __packed;
1953
1954/*
1955 * WMI_SET_FIXRATES_CMDID
1956 *
1957 * Get fix rates cmd uses same definition as set fix rates cmd
1958 */
1959struct wmi_fix_rates_reply {
1960 /* see wmi_bit_rate */
1961 __le32 fix_rate_mask;
1962} __packed;
1963
1964enum roam_data_type {
1965 /* get the roam time data */
1966 ROAM_DATA_TIME = 1,
1967};
1968
1969struct wmi_target_roam_time {
1970 __le32 disassoc_time;
1971 __le32 no_txrx_time;
1972 __le32 assoc_time;
1973 __le32 allow_txrx_time;
1974 u8 disassoc_bssid[ETH_ALEN];
1975 s8 disassoc_bss_rssi;
1976 u8 assoc_bssid[ETH_ALEN];
1977 s8 assoc_bss_rssi;
1978} __packed;
1979
1980enum wmi_txop_cfg {
1981 WMI_TXOP_DISABLED = 0,
1982 WMI_TXOP_ENABLED
1983};
1984
1985struct wmi_set_wmm_txop_cmd {
1986 u8 txop_enable;
1987} __packed;
1988
1989struct wmi_set_keepalive_cmd {
1990 u8 keep_alive_intvl;
1991} __packed;
1992
1993struct wmi_get_keepalive_cmd {
1994 __le32 configured;
1995 u8 keep_alive_intvl;
1996} __packed;
1997
6a7c9bad
JM
1998struct wmi_set_appie_cmd {
1999 u8 mgmt_frm_type; /* enum wmi_mgmt_frame_type */
2000 u8 ie_len;
2001 u8 ie_info[0];
2002} __packed;
2003
d97c121b
VT
2004struct wmi_set_ie_cmd {
2005 u8 ie_id;
2006 u8 ie_field; /* enum wmi_ie_field_type */
2007 u8 ie_len;
2008 u8 reserved;
2009 u8 ie_info[0];
2010} __packed;
2011
bdcd8170
KV
2012/* Notify the WSC registration status to the target */
2013#define WSC_REG_ACTIVE 1
2014#define WSC_REG_INACTIVE 0
2015
bdcd8170
KV
2016#define WOW_MAX_FILTERS_PER_LIST 4
2017#define WOW_PATTERN_SIZE 64
2018#define WOW_MASK_SIZE 64
2019
2020#define MAC_MAX_FILTERS_PER_LIST 4
2021
2022struct wow_filter {
2023 u8 wow_valid_filter;
2024 u8 wow_filter_id;
2025 u8 wow_filter_size;
2026 u8 wow_filter_offset;
2027 u8 wow_filter_mask[WOW_MASK_SIZE];
2028 u8 wow_filter_pattern[WOW_PATTERN_SIZE];
2029} __packed;
2030
2031#define MAX_IP_ADDRS 2
2032
2033struct wmi_set_ip_cmd {
2034 /* IP in network byte order */
ca1d16a0 2035 __be32 ips[MAX_IP_ADDRS];
bdcd8170
KV
2036} __packed;
2037
45cf110b 2038enum ath6kl_wow_filters {
75ae3bc4 2039 WOW_FILTER_SSID = BIT(1),
45cf110b
RM
2040 WOW_FILTER_OPTION_MAGIC_PACKET = BIT(2),
2041 WOW_FILTER_OPTION_EAP_REQ = BIT(3),
2042 WOW_FILTER_OPTION_PATTERNS = BIT(4),
2043 WOW_FILTER_OPTION_OFFLOAD_ARP = BIT(5),
2044 WOW_FILTER_OPTION_OFFLOAD_NS = BIT(6),
2045 WOW_FILTER_OPTION_OFFLOAD_GTK = BIT(7),
2046 WOW_FILTER_OPTION_8021X_4WAYHS = BIT(8),
2047 WOW_FILTER_OPTION_NLO_DISCVRY = BIT(9),
2048 WOW_FILTER_OPTION_NWK_DISASSOC = BIT(10),
2049 WOW_FILTER_OPTION_GTK_ERROR = BIT(11),
2050 WOW_FILTER_OPTION_TEST_MODE = BIT(15),
2051};
2052
2053enum ath6kl_host_mode {
2054 ATH6KL_HOST_MODE_AWAKE,
2055 ATH6KL_HOST_MODE_ASLEEP,
2056};
2057
2058struct wmi_set_host_sleep_mode_cmd {
2059 __le32 awake;
2060 __le32 asleep;
2061} __packed;
2062
2063enum ath6kl_wow_mode {
2064 ATH6KL_WOW_MODE_DISABLE,
2065 ATH6KL_WOW_MODE_ENABLE,
2066};
2067
2068struct wmi_set_wow_mode_cmd {
2069 __le32 enable_wow;
2070 __le32 filter;
2071 __le16 host_req_delay;
2072} __packed;
2073
5c9b4fa1
RM
2074struct wmi_add_wow_pattern_cmd {
2075 u8 filter_list_id;
2076 u8 filter_size;
2077 u8 filter_offset;
2078 u8 filter[0];
2079} __packed;
2080
2081struct wmi_del_wow_pattern_cmd {
2082 __le16 filter_list_id;
2083 __le16 filter_id;
2084} __packed;
2085
bdcd8170
KV
2086/* WMI_SET_AKMP_PARAMS_CMD */
2087
2088struct wmi_pmkid {
2089 u8 pmkid[WMI_PMKID_LEN];
2090} __packed;
2091
2092/* WMI_GET_PMKID_LIST_CMD Reply */
2093struct wmi_pmkid_list_reply {
2094 __le32 num_pmkid;
2095 u8 bssid_list[ETH_ALEN][1];
2096 struct wmi_pmkid pmkid_list[1];
2097} __packed;
2098
2099/* WMI_ADDBA_REQ_EVENTID */
2100struct wmi_addba_req_event {
2101 u8 tid;
2102 u8 win_sz;
2103 __le16 st_seq_no;
2104
2105 /* f/w response for ADDBA Req; OK (0) or failure (!=0) */
2106 u8 status;
2107} __packed;
2108
2109/* WMI_ADDBA_RESP_EVENTID */
2110struct wmi_addba_resp_event {
2111 u8 tid;
2112
2113 /* OK (0), failure (!=0) */
2114 u8 status;
2115
2116 /* three values: not supported(0), 3839, 8k */
2117 __le16 amsdu_sz;
2118} __packed;
2119
2120/* WMI_DELBA_EVENTID
2121 * f/w received a DELBA for peer and processed it.
2122 * Host is notified of this
2123 */
2124struct wmi_delba_event {
2125 u8 tid;
2126 u8 is_peer_initiator;
2127 __le16 reason_code;
2128} __packed;
2129
2130#define PEER_NODE_JOIN_EVENT 0x00
2131#define PEER_NODE_LEAVE_EVENT 0x01
2132#define PEER_FIRST_NODE_JOIN_EVENT 0x10
2133#define PEER_LAST_NODE_LEAVE_EVENT 0x11
2134
2135struct wmi_peer_node_event {
2136 u8 event_code;
2137 u8 peer_mac_addr[ETH_ALEN];
2138} __packed;
2139
2140/* Transmit complete event data structure(s) */
2141
2142/* version 1 of tx complete msg */
2143struct tx_complete_msg_v1 {
2144#define TX_COMPLETE_STATUS_SUCCESS 0
2145#define TX_COMPLETE_STATUS_RETRIES 1
2146#define TX_COMPLETE_STATUS_NOLINK 2
2147#define TX_COMPLETE_STATUS_TIMEOUT 3
2148#define TX_COMPLETE_STATUS_OTHER 4
2149
2150 u8 status;
2151
2152 /* packet ID to identify parent packet */
2153 u8 pkt_id;
2154
2155 /* rate index on successful transmission */
2156 u8 rate_idx;
2157
2158 /* number of ACK failures in tx attempt */
2159 u8 ack_failures;
2160} __packed;
2161
2162struct wmi_tx_complete_event {
2163 /* no of tx comp msgs following this struct */
2164 u8 num_msg;
2165
2166 /* length in bytes for each individual msg following this struct */
2167 u8 msg_len;
2168
2169 /* version of tx complete msg data following this struct */
2170 u8 msg_type;
2171
2172 /* individual messages follow this header */
2173 u8 reserved;
2174} __packed;
2175
2176/*
2177 * ------- AP Mode definitions --------------
2178 */
2179
2180/*
2181 * !!! Warning !!!
2182 * -Changing the following values needs compilation of both driver and firmware
2183 */
5081c80c 2184#define AP_MAX_NUM_STA 10
bdcd8170
KV
2185
2186/* Spl. AID used to set DTIM flag in the beacons */
2187#define MCAST_AID 0xFF
2188
2189#define DEF_AP_COUNTRY_CODE "US "
2190
2191/* Used with WMI_AP_SET_NUM_STA_CMDID */
2192
23875136
JM
2193/*
2194 * Used with WMI_AP_SET_MLME_CMDID
2195 */
2196
2197/* MLME Commands */
2198#define WMI_AP_MLME_ASSOC 1 /* associate station */
2199#define WMI_AP_DISASSOC 2 /* disassociate station */
2200#define WMI_AP_DEAUTH 3 /* deauthenticate station */
2201#define WMI_AP_MLME_AUTHORIZE 4 /* authorize station */
2202#define WMI_AP_MLME_UNAUTHORIZE 5 /* unauthorize station */
2203
2204struct wmi_ap_set_mlme_cmd {
2205 u8 mac[ETH_ALEN];
2206 __le16 reason; /* 802.11 reason code */
2207 u8 cmd; /* operation to perform (WMI_AP_*) */
2208} __packed;
2209
bdcd8170
KV
2210struct wmi_ap_set_pvb_cmd {
2211 __le32 flag;
d6e51e6a 2212 __le16 rsvd;
bdcd8170
KV
2213 __le16 aid;
2214} __packed;
2215
2216struct wmi_rx_frame_format_cmd {
2217 /* version of meta data for rx packets <0 = default> (0-7 = valid) */
2218 u8 meta_ver;
2219
2220 /*
2221 * 1 == leave .11 header intact,
2222 * 0 == replace .11 header with .3 <default>
2223 */
2224 u8 dot11_hdr;
2225
2226 /*
2227 * 1 == defragmentation is performed by host,
2228 * 0 == performed by target <default>
2229 */
2230 u8 defrag_on_host;
2231
2232 /* for alignment */
2233 u8 reserved[1];
2234} __packed;
2235
67cd22e4
TP
2236struct wmi_ap_hidden_ssid_cmd {
2237 u8 hidden_ssid;
2238} __packed;
2239
03bdeb0d
VT
2240struct wmi_set_inact_period_cmd {
2241 __le32 inact_period;
2242 u8 num_null_func;
2243} __packed;
2244
bdcd8170 2245/* AP mode events */
c1762a3f
TP
2246struct wmi_ap_set_apsd_cmd {
2247 u8 enable;
2248} __packed;
2249
2250enum wmi_ap_apsd_buffered_traffic_flags {
2251 WMI_AP_APSD_NO_DELIVERY_FRAMES = 0x1,
2252};
2253
2254struct wmi_ap_apsd_buffered_traffic_cmd {
2255 __le16 aid;
2256 __le16 bitmap;
2257 __le32 flags;
2258} __packed;
bdcd8170
KV
2259
2260/* WMI_PS_POLL_EVENT */
2261struct wmi_pspoll_event {
2262 __le16 aid;
2263} __packed;
2264
2265struct wmi_per_sta_stat {
2266 __le32 tx_bytes;
2267 __le32 tx_pkts;
2268 __le32 tx_error;
2269 __le32 tx_discard;
2270 __le32 rx_bytes;
2271 __le32 rx_pkts;
2272 __le32 rx_error;
2273 __le32 rx_discard;
2274 __le32 aid;
2275} __packed;
2276
2277struct wmi_ap_mode_stat {
2278 __le32 action;
2279 struct wmi_per_sta_stat sta[AP_MAX_NUM_STA + 1];
2280} __packed;
2281
2282/* End of AP mode definitions */
2283
6465ddcf
JM
2284struct wmi_remain_on_chnl_cmd {
2285 __le32 freq;
2286 __le32 duration;
2287} __packed;
2288
3ca9d1fc
AT
2289/* wmi_send_action_cmd is to be deprecated. Use
2290 * wmi_send_mgmt_cmd instead. The new structure supports P2P mgmt
2291 * operations using station interface.
2292 */
6465ddcf
JM
2293struct wmi_send_action_cmd {
2294 __le32 id;
2295 __le32 freq;
2296 __le32 wait;
2297 __le16 len;
2298 u8 data[0];
2299} __packed;
2300
3ca9d1fc
AT
2301struct wmi_send_mgmt_cmd {
2302 __le32 id;
2303 __le32 freq;
2304 __le32 wait;
2305 __le32 no_cck;
2306 __le16 len;
2307 u8 data[0];
2308} __packed;
2309
6465ddcf
JM
2310struct wmi_tx_status_event {
2311 __le32 id;
2312 u8 ack_status;
2313} __packed;
2314
2315struct wmi_probe_req_report_cmd {
2316 u8 enable;
2317} __packed;
2318
2319struct wmi_disable_11b_rates_cmd {
2320 u8 disable;
2321} __packed;
2322
2323struct wmi_set_appie_extended_cmd {
2324 u8 role_id;
2325 u8 mgmt_frm_type;
2326 u8 ie_len;
2327 u8 ie_info[0];
2328} __packed;
2329
2330struct wmi_remain_on_chnl_event {
2331 __le32 freq;
2332 __le32 duration;
2333} __packed;
2334
2335struct wmi_cancel_remain_on_chnl_event {
2336 __le32 freq;
2337 __le32 duration;
2338 u8 status;
2339} __packed;
2340
2341struct wmi_rx_action_event {
2342 __le32 freq;
2343 __le16 len;
2344 u8 data[0];
2345} __packed;
2346
2347struct wmi_p2p_capabilities_event {
2348 __le16 len;
2349 u8 data[0];
2350} __packed;
2351
2352struct wmi_p2p_rx_probe_req_event {
2353 __le32 freq;
2354 __le16 len;
2355 u8 data[0];
2356} __packed;
2357
2358#define P2P_FLAG_CAPABILITIES_REQ (0x00000001)
2359#define P2P_FLAG_MACADDR_REQ (0x00000002)
2360#define P2P_FLAG_HMODEL_REQ (0x00000002)
2361
2362struct wmi_get_p2p_info {
2363 __le32 info_req_flags;
2364} __packed;
2365
2366struct wmi_p2p_info_event {
2367 __le32 info_req_flags;
2368 __le16 len;
2369 u8 data[0];
2370} __packed;
2371
2372struct wmi_p2p_capabilities {
2373 u8 go_power_save;
2374} __packed;
2375
2376struct wmi_p2p_macaddr {
2377 u8 mac_addr[ETH_ALEN];
2378} __packed;
2379
2380struct wmi_p2p_hmodel {
2381 u8 p2p_model;
2382} __packed;
2383
2384struct wmi_p2p_probe_response_cmd {
2385 __le32 freq;
2386 u8 destination_addr[ETH_ALEN];
2387 __le16 len;
2388 u8 data[0];
2389} __packed;
2390
bdcd8170
KV
2391/* Extended WMI (WMIX)
2392 *
2393 * Extended WMIX commands are encapsulated in a WMI message with
2394 * cmd=WMI_EXTENSION_CMD.
2395 *
2396 * Extended WMI commands are those that are needed during wireless
2397 * operation, but which are not really wireless commands. This allows,
2398 * for instance, platform-specific commands. Extended WMI commands are
2399 * embedded in a WMI command message with WMI_COMMAND_ID=WMI_EXTENSION_CMDID.
2400 * Extended WMI events are similarly embedded in a WMI event message with
2401 * WMI_EVENT_ID=WMI_EXTENSION_EVENTID.
2402 */
2403struct wmix_cmd_hdr {
2404 __le32 cmd_id;
2405} __packed;
2406
2407enum wmix_command_id {
2408 WMIX_DSETOPEN_REPLY_CMDID = 0x2001,
2409 WMIX_DSETDATA_REPLY_CMDID,
2410 WMIX_GPIO_OUTPUT_SET_CMDID,
2411 WMIX_GPIO_INPUT_GET_CMDID,
2412 WMIX_GPIO_REGISTER_SET_CMDID,
2413 WMIX_GPIO_REGISTER_GET_CMDID,
2414 WMIX_GPIO_INTR_ACK_CMDID,
2415 WMIX_HB_CHALLENGE_RESP_CMDID,
2416 WMIX_DBGLOG_CFG_MODULE_CMDID,
2417 WMIX_PROF_CFG_CMDID, /* 0x200a */
2418 WMIX_PROF_ADDR_SET_CMDID,
2419 WMIX_PROF_START_CMDID,
2420 WMIX_PROF_STOP_CMDID,
2421 WMIX_PROF_COUNT_GET_CMDID,
2422};
2423
2424enum wmix_event_id {
2425 WMIX_DSETOPENREQ_EVENTID = 0x3001,
2426 WMIX_DSETCLOSE_EVENTID,
2427 WMIX_DSETDATAREQ_EVENTID,
2428 WMIX_GPIO_INTR_EVENTID,
2429 WMIX_GPIO_DATA_EVENTID,
2430 WMIX_GPIO_ACK_EVENTID,
2431 WMIX_HB_CHALLENGE_RESP_EVENTID,
2432 WMIX_DBGLOG_EVENTID,
2433 WMIX_PROF_COUNT_EVENTID,
2434};
2435
2436/*
2437 * ------Error Detection support-------
2438 */
2439
2440/*
2441 * WMIX_HB_CHALLENGE_RESP_CMDID
2442 * Heartbeat Challenge Response command
2443 */
2444struct wmix_hb_challenge_resp_cmd {
2445 __le32 cookie;
2446 __le32 source;
2447} __packed;
2448
939f1cce
KV
2449struct ath6kl_wmix_dbglog_cfg_module_cmd {
2450 __le32 valid;
2451 __le32 config;
2452} __packed;
2453
bdcd8170
KV
2454/* End of Extended WMI (WMIX) */
2455
2456enum wmi_sync_flag {
2457 NO_SYNC_WMIFLAG = 0,
2458
2459 /* transmit all queued data before cmd */
2460 SYNC_BEFORE_WMIFLAG,
2461
2462 /* any new data waits until cmd execs */
2463 SYNC_AFTER_WMIFLAG,
2464
2465 SYNC_BOTH_WMIFLAG,
2466
2467 /* end marker */
2468 END_WMIFLAG
2469};
2470
2471enum htc_endpoint_id ath6kl_wmi_get_control_ep(struct wmi *wmi);
2472void ath6kl_wmi_set_control_ep(struct wmi *wmi, enum htc_endpoint_id ep_id);
2473int ath6kl_wmi_dix_2_dot3(struct wmi *wmi, struct sk_buff *skb);
2474int ath6kl_wmi_data_hdr_add(struct wmi *wmi, struct sk_buff *skb,
c1762a3f 2475 u8 msg_type, u32 flags,
bdcd8170 2476 enum wmi_data_hdr_data_type data_type,
6765d0aa 2477 u8 meta_ver, void *tx_meta_info, u8 if_idx);
bdcd8170
KV
2478
2479int ath6kl_wmi_dot11_hdr_remove(struct wmi *wmi, struct sk_buff *skb);
2480int ath6kl_wmi_dot3_2_dix(struct sk_buff *skb);
240d2799
VT
2481int ath6kl_wmi_implicit_create_pstream(struct wmi *wmi, u8 if_idx,
2482 struct sk_buff *skb, u32 layer2_priority,
2483 bool wmm_enabled, u8 *ac);
bdcd8170
KV
2484
2485int ath6kl_wmi_control_rx(struct wmi *wmi, struct sk_buff *skb);
bdcd8170 2486
334234b5 2487int ath6kl_wmi_cmd_send(struct wmi *wmi, u8 if_idx, struct sk_buff *skb,
bdcd8170
KV
2488 enum wmi_cmd_id cmd_id, enum wmi_sync_flag sync_flag);
2489
334234b5
VT
2490int ath6kl_wmi_connect_cmd(struct wmi *wmi, u8 if_idx,
2491 enum network_type nw_type,
bdcd8170
KV
2492 enum dot11_auth_mode dot11_auth_mode,
2493 enum auth_mode auth_mode,
2494 enum crypto_type pairwise_crypto,
2495 u8 pairwise_crypto_len,
2496 enum crypto_type group_crypto,
2497 u8 group_crypto_len, int ssid_len, u8 *ssid,
3ca9d1fc
AT
2498 u8 *bssid, u16 channel, u32 ctrl_flags,
2499 u8 nw_subtype);
bdcd8170 2500
334234b5
VT
2501int ath6kl_wmi_reconnect_cmd(struct wmi *wmi, u8 if_idx, u8 *bssid,
2502 u16 channel);
2503int ath6kl_wmi_disconnect_cmd(struct wmi *wmi, u8 if_idx);
2504int ath6kl_wmi_startscan_cmd(struct wmi *wmi, u8 if_idx,
2505 enum wmi_scan_type scan_type,
bdcd8170
KV
2506 u32 force_fgscan, u32 is_legacy,
2507 u32 home_dwell_time, u32 force_scan_interval,
2508 s8 num_chan, u16 *ch_list);
3ca9d1fc
AT
2509
2510int ath6kl_wmi_beginscan_cmd(struct wmi *wmi, u8 if_idx,
2511 enum wmi_scan_type scan_type,
2512 u32 force_fgscan, u32 is_legacy,
2513 u32 home_dwell_time, u32 force_scan_interval,
2514 s8 num_chan, u16 *ch_list, u32 no_cck,
2515 u32 *rates);
2516
334234b5 2517int ath6kl_wmi_scanparams_cmd(struct wmi *wmi, u8 if_idx, u16 fg_start_sec,
bdcd8170
KV
2518 u16 fg_end_sec, u16 bg_sec,
2519 u16 minact_chdw_msec, u16 maxact_chdw_msec,
2520 u16 pas_chdw_msec, u8 short_scan_ratio,
2521 u8 scan_ctrl_flag, u32 max_dfsch_act_time,
2522 u16 maxact_scan_per_ssid);
240d2799
VT
2523int ath6kl_wmi_bssfilter_cmd(struct wmi *wmi, u8 if_idx, u8 filter,
2524 u32 ie_mask);
334234b5 2525int ath6kl_wmi_probedssid_cmd(struct wmi *wmi, u8 if_idx, u8 index, u8 flag,
bdcd8170 2526 u8 ssid_len, u8 *ssid);
334234b5
VT
2527int ath6kl_wmi_listeninterval_cmd(struct wmi *wmi, u8 if_idx,
2528 u16 listen_interval,
bdcd8170 2529 u16 listen_beacons);
ce0dc0cf
RM
2530int ath6kl_wmi_bmisstime_cmd(struct wmi *wmi, u8 if_idx,
2531 u16 bmiss_time, u16 num_beacons);
334234b5 2532int ath6kl_wmi_powermode_cmd(struct wmi *wmi, u8 if_idx, u8 pwr_mode);
0ce59445 2533int ath6kl_wmi_pmparams_cmd(struct wmi *wmi, u8 if_idx, u16 idle_period,
bdcd8170
KV
2534 u16 ps_poll_num, u16 dtim_policy,
2535 u16 tx_wakup_policy, u16 num_tx_to_wakeup,
2536 u16 ps_fail_event_policy);
240d2799 2537int ath6kl_wmi_create_pstream_cmd(struct wmi *wmi, u8 if_idx,
bdcd8170 2538 struct wmi_create_pstream_cmd *pstream);
240d2799
VT
2539int ath6kl_wmi_delete_pstream_cmd(struct wmi *wmi, u8 if_idx, u8 traffic_class,
2540 u8 tsid);
0ce59445 2541int ath6kl_wmi_disctimeout_cmd(struct wmi *wmi, u8 if_idx, u8 timeout);
bdcd8170
KV
2542
2543int ath6kl_wmi_set_rts_cmd(struct wmi *wmi, u16 threshold);
0ce59445 2544int ath6kl_wmi_set_lpreamble_cmd(struct wmi *wmi, u8 if_idx, u8 status,
bdcd8170
KV
2545 u8 preamble_policy);
2546
2547int ath6kl_wmi_get_challenge_resp_cmd(struct wmi *wmi, u32 cookie, u32 source);
939f1cce 2548int ath6kl_wmi_config_debug_module_cmd(struct wmi *wmi, u32 valid, u32 config);
bdcd8170 2549
334234b5
VT
2550int ath6kl_wmi_get_stats_cmd(struct wmi *wmi, u8 if_idx);
2551int ath6kl_wmi_addkey_cmd(struct wmi *wmi, u8 if_idx, u8 key_index,
bdcd8170
KV
2552 enum crypto_type key_type,
2553 u8 key_usage, u8 key_len,
f4bb9a6f
JM
2554 u8 *key_rsc, unsigned int key_rsc_len,
2555 u8 *key_material,
bdcd8170
KV
2556 u8 key_op_ctrl, u8 *mac_addr,
2557 enum wmi_sync_flag sync_flag);
240d2799 2558int ath6kl_wmi_add_krk_cmd(struct wmi *wmi, u8 if_idx, u8 *krk);
334234b5
VT
2559int ath6kl_wmi_deletekey_cmd(struct wmi *wmi, u8 if_idx, u8 key_index);
2560int ath6kl_wmi_setpmkid_cmd(struct wmi *wmi, u8 if_idx, const u8 *bssid,
bdcd8170 2561 const u8 *pmkid, bool set);
990bd915
VT
2562int ath6kl_wmi_set_tx_pwr_cmd(struct wmi *wmi, u8 if_idx, u8 dbM);
2563int ath6kl_wmi_get_tx_pwr_cmd(struct wmi *wmi, u8 if_idx);
4b28a80d 2564int ath6kl_wmi_get_roam_tbl_cmd(struct wmi *wmi);
bdcd8170 2565
0ce59445
VT
2566int ath6kl_wmi_set_wmm_txop(struct wmi *wmi, u8 if_idx, enum wmi_txop_cfg cfg);
2567int ath6kl_wmi_set_keepalive_cmd(struct wmi *wmi, u8 if_idx,
2568 u8 keep_alive_intvl);
df90b369
VT
2569int ath6kl_wmi_set_htcap_cmd(struct wmi *wmi, u8 if_idx,
2570 enum ieee80211_band band,
2571 struct ath6kl_htcap *htcap);
003353b0 2572int ath6kl_wmi_test_cmd(struct wmi *wmi, void *buf, size_t len);
bdcd8170
KV
2573
2574s32 ath6kl_wmi_get_rate(s8 rate_index);
2575
ca1d16a0
RM
2576int ath6kl_wmi_set_ip_cmd(struct wmi *wmi, u8 if_idx,
2577 __be32 ips0, __be32 ips1);
45cf110b
RM
2578int ath6kl_wmi_set_host_sleep_mode_cmd(struct wmi *wmi, u8 if_idx,
2579 enum ath6kl_host_mode host_mode);
06e360ac
BS
2580int ath6kl_wmi_set_bitrate_mask(struct wmi *wmi, u8 if_idx,
2581 const struct cfg80211_bitrate_mask *mask);
45cf110b
RM
2582int ath6kl_wmi_set_wow_mode_cmd(struct wmi *wmi, u8 if_idx,
2583 enum ath6kl_wow_mode wow_mode,
2584 u32 filter, u16 host_req_delay);
5c9b4fa1
RM
2585int ath6kl_wmi_add_wow_pattern_cmd(struct wmi *wmi, u8 if_idx,
2586 u8 list_id, u8 filter_size,
d91e8eee
RM
2587 u8 filter_offset, const u8 *filter,
2588 const u8 *mask);
5c9b4fa1
RM
2589int ath6kl_wmi_del_wow_pattern_cmd(struct wmi *wmi, u8 if_idx,
2590 u16 list_id, u16 filter_id);
e5090444 2591int ath6kl_wmi_set_roam_lrssi_cmd(struct wmi *wmi, u8 lrssi);
1261875f
JM
2592int ath6kl_wmi_force_roam_cmd(struct wmi *wmi, const u8 *bssid);
2593int ath6kl_wmi_set_roam_mode_cmd(struct wmi *wmi, enum wmi_roam_mode mode);
3f3c4ee7 2594int ath6kl_wmi_mcast_filter_cmd(struct wmi *wmi, u8 if_idx, bool mc_all_on);
f914edd3
VT
2595int ath6kl_wmi_add_del_mcast_filter_cmd(struct wmi *wmi, u8 if_idx,
2596 u8 *filter, bool add_filter);
c422d52d
TP
2597int ath6kl_wmi_sta_bmiss_enhance_cmd(struct wmi *wmi, u8 if_idx, bool enable);
2598
c1762a3f
TP
2599/* AP mode uAPSD */
2600int ath6kl_wmi_ap_set_apsd(struct wmi *wmi, u8 if_idx, u8 enable);
2601
2602int ath6kl_wmi_set_apsd_bfrd_traf(struct wmi *wmi,
2603 u8 if_idx, u16 aid,
2604 u16 bitmap, u32 flags);
2605
2606u8 ath6kl_wmi_get_traffic_class(u8 user_priority);
bdcd8170 2607
c1762a3f 2608u8 ath6kl_wmi_determine_user_priority(u8 *pkt, u32 layer2_pri);
bdcd8170 2609/* AP mode */
67cd22e4 2610int ath6kl_wmi_ap_hidden_ssid(struct wmi *wmi, u8 if_idx, bool enable);
334234b5
VT
2611int ath6kl_wmi_ap_profile_commit(struct wmi *wmip, u8 if_idx,
2612 struct wmi_connect_cmd *p);
6a7c9bad 2613
334234b5
VT
2614int ath6kl_wmi_ap_set_mlme(struct wmi *wmip, u8 if_idx, u8 cmd,
2615 const u8 *mac, u16 reason);
23875136 2616
334234b5 2617int ath6kl_wmi_set_pvb_cmd(struct wmi *wmi, u8 if_idx, u16 aid, bool flag);
bdcd8170 2618
0ce59445
VT
2619int ath6kl_wmi_set_rx_frame_format_cmd(struct wmi *wmi, u8 if_idx,
2620 u8 rx_meta_version,
bdcd8170
KV
2621 bool rx_dot11_hdr, bool defrag_on_host);
2622
334234b5
VT
2623int ath6kl_wmi_set_appie_cmd(struct wmi *wmi, u8 if_idx, u8 mgmt_frm_type,
2624 const u8 *ie, u8 ie_len);
6a7c9bad 2625
d97c121b
VT
2626int ath6kl_wmi_set_ie_cmd(struct wmi *wmi, u8 if_idx, u8 ie_id, u8 ie_field,
2627 const u8 *ie_info, u8 ie_len);
2628
6465ddcf
JM
2629/* P2P */
2630int ath6kl_wmi_disable_11b_rates_cmd(struct wmi *wmi, bool disable);
2631
334234b5
VT
2632int ath6kl_wmi_remain_on_chnl_cmd(struct wmi *wmi, u8 if_idx, u32 freq,
2633 u32 dur);
6465ddcf 2634
3ca9d1fc
AT
2635int ath6kl_wmi_send_mgmt_cmd(struct wmi *wmi, u8 if_idx, u32 id, u32 freq,
2636 u32 wait, const u8 *data, u16 data_len,
2637 u32 no_cck);
2638
334234b5
VT
2639int ath6kl_wmi_send_probe_response_cmd(struct wmi *wmi, u8 if_idx, u32 freq,
2640 const u8 *dst, const u8 *data,
2641 u16 data_len);
6465ddcf 2642
0ce59445 2643int ath6kl_wmi_probe_report_req_cmd(struct wmi *wmi, u8 if_idx, bool enable);
6465ddcf 2644
0ce59445 2645int ath6kl_wmi_info_req_cmd(struct wmi *wmi, u8 if_idx, u32 info_req_flags);
6465ddcf 2646
334234b5 2647int ath6kl_wmi_cancel_remain_on_chnl_cmd(struct wmi *wmi, u8 if_idx);
6465ddcf 2648
334234b5
VT
2649int ath6kl_wmi_set_appie_cmd(struct wmi *wmi, u8 if_idx, u8 mgmt_frm_type,
2650 const u8 *ie, u8 ie_len);
b84da8c7 2651
03bdeb0d
VT
2652int ath6kl_wmi_set_inact_period(struct wmi *wmi, u8 if_idx, int inact_timeout);
2653
10509f90
KV
2654void ath6kl_wmi_sscan_timer(unsigned long ptr);
2655
6765d0aa 2656struct ath6kl_vif *ath6kl_get_vif_by_index(struct ath6kl *ar, u8 if_idx);
2865785e 2657void *ath6kl_wmi_init(struct ath6kl *devt);
bdcd8170 2658void ath6kl_wmi_shutdown(struct wmi *wmi);
c89c591d 2659void ath6kl_wmi_reset(struct wmi *wmi);
bdcd8170
KV
2660
2661#endif /* WMI_H */