xref: /openbmc/linux/drivers/net/wireless/ti/wlcore/cmd.h (revision c819e2cf)
1 /*
2  * This file is part of wl1271
3  *
4  * Copyright (C) 1998-2009 Texas Instruments. All rights reserved.
5  * Copyright (C) 2009 Nokia Corporation
6  *
7  * Contact: Luciano Coelho <luciano.coelho@nokia.com>
8  *
9  * This program is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU General Public License
11  * version 2 as published by the Free Software Foundation.
12  *
13  * This program is distributed in the hope that it will be useful, but
14  * WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21  * 02110-1301 USA
22  *
23  */
24 
25 #ifndef __CMD_H__
26 #define __CMD_H__
27 
28 #include "wlcore.h"
29 
30 struct acx_header;
31 
32 int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len,
33 		    size_t res_len);
34 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type,
35 			   u8 *role_id);
36 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id);
37 int wl12xx_cmd_role_start_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif);
38 int wl12xx_cmd_role_stop_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif);
39 int wl12xx_cmd_role_start_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif);
40 int wl12xx_cmd_role_stop_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif);
41 int wl12xx_cmd_role_start_ibss(struct wl1271 *wl, struct wl12xx_vif *wlvif);
42 int wl12xx_start_dev(struct wl1271 *wl, struct wl12xx_vif *wlvif,
43 		     enum ieee80211_band band, int channel);
44 int wl12xx_stop_dev(struct wl1271 *wl, struct wl12xx_vif *wlvif);
45 int wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer);
46 int wl1271_cmd_interrogate(struct wl1271 *wl, u16 id, void *buf,
47 			   size_t cmd_len, size_t res_len);
48 int wl1271_cmd_configure(struct wl1271 *wl, u16 id, void *buf, size_t len);
49 int wlcore_cmd_configure_failsafe(struct wl1271 *wl, u16 id, void *buf,
50 				  size_t len, unsigned long valid_rets);
51 int wl1271_cmd_data_path(struct wl1271 *wl, bool enable);
52 int wl1271_cmd_ps_mode(struct wl1271 *wl, struct wl12xx_vif *wlvif,
53 		       u8 ps_mode, u16 auto_ps_timeout);
54 int wl1271_cmd_read_memory(struct wl1271 *wl, u32 addr, void *answer,
55 			   size_t len);
56 int wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id,
57 			    u16 template_id, void *buf, size_t buf_len,
58 			    int index, u32 rates);
59 int wl12xx_cmd_build_null_data(struct wl1271 *wl, struct wl12xx_vif *wlvif);
60 int wl1271_cmd_build_ps_poll(struct wl1271 *wl, struct wl12xx_vif *wlvif,
61 			     u16 aid);
62 int wl12xx_cmd_build_probe_req(struct wl1271 *wl, struct wl12xx_vif *wlvif,
63 			       u8 role_id, u8 band,
64 			       const u8 *ssid, size_t ssid_len,
65 			       const u8 *ie, size_t ie_len, const u8 *common_ie,
66 			       size_t common_ie_len, bool sched_scan);
67 struct sk_buff *wl1271_cmd_build_ap_probe_req(struct wl1271 *wl,
68 					      struct wl12xx_vif *wlvif,
69 					      struct sk_buff *skb);
70 int wl1271_cmd_build_arp_rsp(struct wl1271 *wl, struct wl12xx_vif *wlvif);
71 int wl1271_build_qos_null_data(struct wl1271 *wl, struct ieee80211_vif *vif);
72 int wl12xx_cmd_build_klv_null_data(struct wl1271 *wl,
73 				   struct wl12xx_vif *wlvif);
74 int wl12xx_cmd_set_default_wep_key(struct wl1271 *wl, u8 id, u8 hlid);
75 int wl1271_cmd_set_sta_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
76 			   u16 action, u8 id, u8 key_type,
77 			   u8 key_size, const u8 *key, const u8 *addr,
78 			   u32 tx_seq_32, u16 tx_seq_16);
79 int wl1271_cmd_set_ap_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
80 			  u16 action, u8 id, u8 key_type,
81 			  u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
82 			  u16 tx_seq_16);
83 int wl12xx_cmd_set_peer_state(struct wl1271 *wl, struct wl12xx_vif *wlvif,
84 			      u8 hlid);
85 int wl12xx_roc(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 role_id,
86 	       enum ieee80211_band band, u8 channel);
87 int wl12xx_croc(struct wl1271 *wl, u8 role_id);
88 int wl12xx_cmd_add_peer(struct wl1271 *wl, struct wl12xx_vif *wlvif,
89 			struct ieee80211_sta *sta, u8 hlid);
90 int wl12xx_cmd_remove_peer(struct wl1271 *wl, struct wl12xx_vif *wlvif,
91 			   u8 hlid);
92 void wlcore_set_pending_regdomain_ch(struct wl1271 *wl, u16 channel,
93 				     enum ieee80211_band band);
94 int wlcore_cmd_regdomain_config_locked(struct wl1271 *wl);
95 int wl12xx_cmd_config_fwlog(struct wl1271 *wl);
96 int wl12xx_cmd_start_fwlog(struct wl1271 *wl);
97 int wl12xx_cmd_stop_fwlog(struct wl1271 *wl);
98 int wl12xx_cmd_channel_switch(struct wl1271 *wl,
99 			      struct wl12xx_vif *wlvif,
100 			      struct ieee80211_channel_switch *ch_switch);
101 int wl12xx_cmd_stop_channel_switch(struct wl1271 *wl,
102 				   struct wl12xx_vif *wlvif);
103 int wl12xx_allocate_link(struct wl1271 *wl, struct wl12xx_vif *wlvif,
104 			 u8 *hlid);
105 void wl12xx_free_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid);
106 int wlcore_cmd_wait_for_event_or_timeout(struct wl1271 *wl,
107 					 u32 mask, bool *timeout);
108 
109 enum wl1271_commands {
110 	CMD_INTERROGATE	= 1, /* use this to read information elements */
111 	CMD_CONFIGURE	= 2, /* use this to write information elements */
112 	CMD_ENABLE_RX	= 3,
113 	CMD_ENABLE_TX	= 4,
114 	CMD_DISABLE_RX	= 5,
115 	CMD_DISABLE_TX	= 6,
116 	CMD_SCAN	= 7,
117 	CMD_STOP_SCAN	= 8,
118 	CMD_SET_KEYS	= 9,
119 	CMD_READ_MEMORY	= 10,
120 	CMD_WRITE_MEMORY	= 11,
121 	CMD_SET_TEMPLATE	= 12,
122 	CMD_TEST		= 13,
123 	CMD_NOISE_HIST		= 14,
124 	CMD_QUIET_ELEMENT_SET_STATE = 15,
125 	CMD_SET_BCN_MODE	= 16,
126 
127 	CMD_MEASUREMENT		= 17,
128 	CMD_STOP_MEASUREMENT	= 18,
129 	CMD_SET_PS_MODE		= 19,
130 	CMD_CHANNEL_SWITCH	= 20,
131 	CMD_STOP_CHANNEL_SWICTH = 21,
132 	CMD_AP_DISCOVERY	= 22,
133 	CMD_STOP_AP_DISCOVERY	= 23,
134 	CMD_HEALTH_CHECK	= 24,
135 	CMD_DEBUG		= 25,
136 	CMD_TRIGGER_SCAN_TO	= 26,
137 	CMD_CONNECTION_SCAN_CFG	= 27,
138 	CMD_CONNECTION_SCAN_SSID_CFG	= 28,
139 	CMD_START_PERIODIC_SCAN	= 29,
140 	CMD_STOP_PERIODIC_SCAN	= 30,
141 	CMD_SET_PEER_STATE	= 31,
142 	CMD_REMAIN_ON_CHANNEL	= 32,
143 	CMD_CANCEL_REMAIN_ON_CHANNEL	= 33,
144 	CMD_CONFIG_FWLOGGER		= 34,
145 	CMD_START_FWLOGGER			= 35,
146 	CMD_STOP_FWLOGGER			= 36,
147 
148 	/* Access point commands */
149 	CMD_ADD_PEER		= 37,
150 	CMD_REMOVE_PEER		= 38,
151 
152 	/* Role API */
153 	CMD_ROLE_ENABLE		= 39,
154 	CMD_ROLE_DISABLE	= 40,
155 	CMD_ROLE_START		= 41,
156 	CMD_ROLE_STOP		= 42,
157 
158 	/* DFS */
159 	CMD_START_RADAR_DETECTION	= 43,
160 	CMD_STOP_RADAR_DETECTION	= 44,
161 
162 	/* WIFI Direct */
163 	CMD_WFD_START_DISCOVERY	= 45,
164 	CMD_WFD_STOP_DISCOVERY	= 46,
165 	CMD_WFD_ATTRIBUTE_CONFIG	= 47,
166 	CMD_GENERIC_CFG			= 48,
167 	CMD_NOP				= 49,
168 
169 	/* start of 18xx specific commands */
170 	CMD_DFS_CHANNEL_CONFIG		= 60,
171 	CMD_SMART_CONFIG_START		= 61,
172 	CMD_SMART_CONFIG_STOP		= 62,
173 	CMD_SMART_CONFIG_SET_GROUP_KEY	= 63,
174 
175 	MAX_COMMAND_ID = 0xFFFF,
176 };
177 
178 #define MAX_CMD_PARAMS 572
179 
180 enum cmd_templ {
181 	CMD_TEMPL_NULL_DATA = 0,
182 	CMD_TEMPL_BEACON,
183 	CMD_TEMPL_CFG_PROBE_REQ_2_4,
184 	CMD_TEMPL_CFG_PROBE_REQ_5,
185 	CMD_TEMPL_PROBE_RESPONSE,
186 	CMD_TEMPL_QOS_NULL_DATA,
187 	CMD_TEMPL_PS_POLL,
188 	CMD_TEMPL_KLV,
189 	CMD_TEMPL_DISCONNECT,
190 	CMD_TEMPL_APP_PROBE_REQ_2_4_LEGACY,
191 	CMD_TEMPL_APP_PROBE_REQ_5_LEGACY,
192 	CMD_TEMPL_BAR,           /* for firmware internal use only */
193 	CMD_TEMPL_CTS,           /*
194 				  * For CTS-to-self (FastCTS) mechanism
195 				  * for BT/WLAN coexistence (SoftGemini). */
196 	CMD_TEMPL_AP_BEACON,
197 	CMD_TEMPL_AP_PROBE_RESPONSE,
198 	CMD_TEMPL_ARP_RSP,
199 	CMD_TEMPL_DEAUTH_AP,
200 	CMD_TEMPL_TEMPORARY,
201 	CMD_TEMPL_LINK_MEASUREMENT_REPORT,
202 	CMD_TEMPL_PROBE_REQ_2_4_PERIODIC,
203 	CMD_TEMPL_PROBE_REQ_5_PERIODIC,
204 
205 	CMD_TEMPL_MAX = 0xff
206 };
207 
208 /* unit ms */
209 #define WL1271_COMMAND_TIMEOUT     2000
210 #define WL1271_CMD_TEMPL_DFLT_SIZE 252
211 #define WL1271_CMD_TEMPL_MAX_SIZE  512
212 #define WL1271_EVENT_TIMEOUT       5000
213 
214 struct wl1271_cmd_header {
215 	__le16 id;
216 	__le16 status;
217 	/* payload */
218 	u8 data[0];
219 } __packed;
220 
221 #define WL1271_CMD_MAX_PARAMS 572
222 
223 struct wl1271_command {
224 	struct wl1271_cmd_header header;
225 	u8  parameters[WL1271_CMD_MAX_PARAMS];
226 } __packed;
227 
228 enum {
229 	CMD_MAILBOX_IDLE		=  0,
230 	CMD_STATUS_SUCCESS		=  1,
231 	CMD_STATUS_UNKNOWN_CMD		=  2,
232 	CMD_STATUS_UNKNOWN_IE		=  3,
233 	CMD_STATUS_REJECT_MEAS_SG_ACTIVE	= 11,
234 	CMD_STATUS_RX_BUSY		= 13,
235 	CMD_STATUS_INVALID_PARAM		= 14,
236 	CMD_STATUS_TEMPLATE_TOO_LARGE		= 15,
237 	CMD_STATUS_OUT_OF_MEMORY		= 16,
238 	CMD_STATUS_STA_TABLE_FULL		= 17,
239 	CMD_STATUS_RADIO_ERROR		= 18,
240 	CMD_STATUS_WRONG_NESTING		= 19,
241 	CMD_STATUS_TIMEOUT		= 21, /* Driver internal use.*/
242 	CMD_STATUS_FW_RESET		= 22, /* Driver internal use.*/
243 	CMD_STATUS_TEMPLATE_OOM		= 23,
244 	CMD_STATUS_NO_RX_BA_SESSION	= 24,
245 
246 	MAX_COMMAND_STATUS
247 };
248 
249 #define CMDMBOX_HEADER_LEN 4
250 #define CMDMBOX_INFO_ELEM_HEADER_LEN 4
251 
252 enum {
253 	BSS_TYPE_IBSS = 0,
254 	BSS_TYPE_STA_BSS = 2,
255 	BSS_TYPE_AP_BSS = 3,
256 	MAX_BSS_TYPE = 0xFF
257 };
258 
259 #define WL1271_JOIN_CMD_CTRL_TX_FLUSH     0x80 /* Firmware flushes all Tx */
260 #define WL1271_JOIN_CMD_TX_SESSION_OFFSET 1
261 #define WL1271_JOIN_CMD_BSS_TYPE_5GHZ 0x10
262 
263 struct wl12xx_cmd_role_enable {
264 	struct wl1271_cmd_header header;
265 
266 	u8 role_id;
267 	u8 role_type;
268 	u8 mac_address[ETH_ALEN];
269 } __packed;
270 
271 struct wl12xx_cmd_role_disable {
272 	struct wl1271_cmd_header header;
273 
274 	u8 role_id;
275 	u8 padding[3];
276 } __packed;
277 
278 enum wlcore_band {
279 	WLCORE_BAND_2_4GHZ		= 0,
280 	WLCORE_BAND_5GHZ		= 1,
281 	WLCORE_BAND_JAPAN_4_9_GHZ	= 2,
282 	WLCORE_BAND_DEFAULT		= WLCORE_BAND_2_4GHZ,
283 	WLCORE_BAND_INVALID		= 0x7E,
284 	WLCORE_BAND_MAX_RADIO		= 0x7F,
285 };
286 
287 enum wlcore_channel_type {
288 	WLCORE_CHAN_NO_HT,
289 	WLCORE_CHAN_HT20,
290 	WLCORE_CHAN_HT40MINUS,
291 	WLCORE_CHAN_HT40PLUS
292 };
293 
294 struct wl12xx_cmd_role_start {
295 	struct wl1271_cmd_header header;
296 
297 	u8 role_id;
298 	u8 band;
299 	u8 channel;
300 
301 	/* enum wlcore_channel_type */
302 	u8 channel_type;
303 
304 	union {
305 		struct {
306 			u8 hlid;
307 			u8 session;
308 			u8 padding_1[54];
309 		} __packed device;
310 		/* sta & p2p_cli use the same struct */
311 		struct {
312 			u8 bssid[ETH_ALEN];
313 			u8 hlid; /* data hlid */
314 			u8 session;
315 			__le32 remote_rates; /* remote supported rates */
316 
317 			/*
318 			 * The target uses this field to determine the rate at
319 			 * which to transmit control frame responses (such as
320 			 * ACK or CTS frames).
321 			 */
322 			__le32 basic_rate_set;
323 			__le32 local_rates; /* local supported rates */
324 
325 			u8 ssid_type;
326 			u8 ssid_len;
327 			u8 ssid[IEEE80211_MAX_SSID_LEN];
328 
329 			__le16 beacon_interval; /* in TBTTs */
330 		} __packed sta;
331 		struct {
332 			u8 bssid[ETH_ALEN];
333 			u8 hlid; /* data hlid */
334 			u8 dtim_interval;
335 			__le32 remote_rates; /* remote supported rates */
336 
337 			__le32 basic_rate_set;
338 			__le32 local_rates; /* local supported rates */
339 
340 			u8 ssid_type;
341 			u8 ssid_len;
342 			u8 ssid[IEEE80211_MAX_SSID_LEN];
343 
344 			__le16 beacon_interval; /* in TBTTs */
345 
346 			u8 padding_1[4];
347 		} __packed ibss;
348 		/* ap & p2p_go use the same struct */
349 		struct {
350 			__le16 aging_period; /* in secs */
351 			u8 beacon_expiry; /* in ms */
352 			u8 bss_index;
353 			/* The host link id for the AP's global queue */
354 			u8 global_hlid;
355 			/* The host link id for the AP's broadcast queue */
356 			u8 broadcast_hlid;
357 
358 			__le16 beacon_interval; /* in TBTTs */
359 
360 			__le32 basic_rate_set;
361 			__le32 local_rates; /* local supported rates */
362 
363 			u8 dtim_interval;
364 
365 			u8 ssid_type;
366 			u8 ssid_len;
367 			u8 ssid[IEEE80211_MAX_SSID_LEN];
368 
369 			u8 reset_tsf;
370 
371 			/*
372 			 * ap supports wmm (note that there is additional
373 			 * per-sta wmm configuration)
374 			 */
375 			u8 wmm;
376 
377 			u8 bcast_session_id;
378 			u8 global_session_id;
379 			u8 padding_1[1];
380 		} __packed ap;
381 	};
382 } __packed;
383 
384 struct wl12xx_cmd_role_stop {
385 	struct wl1271_cmd_header header;
386 
387 	u8 role_id;
388 	u8 disc_type; /* only STA and P2P_CLI */
389 	__le16 reason; /* only STA and P2P_CLI */
390 } __packed;
391 
392 struct cmd_enabledisable_path {
393 	struct wl1271_cmd_header header;
394 
395 	u8 channel;
396 	u8 padding[3];
397 } __packed;
398 
399 #define WL1271_RATE_AUTOMATIC  0
400 
401 struct wl1271_cmd_template_set {
402 	struct wl1271_cmd_header header;
403 
404 	u8 role_id;
405 	u8 template_type;
406 	__le16 len;
407 	u8 index;  /* relevant only for KLV_TEMPLATE type */
408 	u8 padding[3];
409 
410 	__le32 enabled_rates;
411 	u8 short_retry_limit;
412 	u8 long_retry_limit;
413 	u8 aflags;
414 	u8 reserved;
415 
416 	u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE];
417 } __packed;
418 
419 #define TIM_ELE_ID    5
420 #define PARTIAL_VBM_MAX    251
421 
422 struct wl1271_tim {
423 	u8 identity;
424 	u8 length;
425 	u8 dtim_count;
426 	u8 dtim_period;
427 	u8 bitmap_ctrl;
428 	u8 pvb_field[PARTIAL_VBM_MAX]; /* Partial Virtual Bitmap */
429 } __packed;
430 
431 enum wl1271_cmd_ps_mode {
432 	STATION_AUTO_PS_MODE,   /* Dynamic Power Save */
433 	STATION_ACTIVE_MODE,
434 	STATION_POWER_SAVE_MODE
435 };
436 
437 struct wl1271_cmd_ps_params {
438 	struct wl1271_cmd_header header;
439 
440 	u8 role_id;
441 	u8 ps_mode; /* STATION_* */
442 	u16 auto_ps_timeout;
443 } __packed;
444 
445 /* HW encryption keys */
446 #define NUM_ACCESS_CATEGORIES_COPY 4
447 
448 enum wl1271_cmd_key_action {
449 	KEY_ADD_OR_REPLACE = 1,
450 	KEY_REMOVE         = 2,
451 	KEY_SET_ID         = 3,
452 	MAX_KEY_ACTION     = 0xffff,
453 };
454 
455 enum wl1271_cmd_lid_key_type {
456 	UNICAST_LID_TYPE     = 0,
457 	BROADCAST_LID_TYPE   = 1,
458 	WEP_DEFAULT_LID_TYPE = 2
459 };
460 
461 enum wl1271_cmd_key_type {
462 	KEY_NONE = 0,
463 	KEY_WEP  = 1,
464 	KEY_TKIP = 2,
465 	KEY_AES  = 3,
466 	KEY_GEM  = 4,
467 };
468 
469 struct wl1271_cmd_set_keys {
470 	struct wl1271_cmd_header header;
471 
472 	/*
473 	 * Indicates whether the HLID is a unicast key set
474 	 * or broadcast key set. A special value 0xFF is
475 	 * used to indicate that the HLID is on WEP-default
476 	 * (multi-hlids). of type wl1271_cmd_lid_key_type.
477 	 */
478 	u8 hlid;
479 
480 	/*
481 	 * In WEP-default network (hlid == 0xFF) used to
482 	 * indicate which network STA/IBSS/AP role should be
483 	 * changed
484 	 */
485 	u8 lid_key_type;
486 
487 	/*
488 	 * Key ID - For TKIP and AES key types, this field
489 	 * indicates the value that should be inserted into
490 	 * the KeyID field of frames transmitted using this
491 	 * key entry. For broadcast keys the index use as a
492 	 * marker for TX/RX key.
493 	 * For WEP default network (HLID=0xFF), this field
494 	 * indicates the ID of the key to add or remove.
495 	 */
496 	u8 key_id;
497 	u8 reserved_1;
498 
499 	/* key_action_e */
500 	__le16 key_action;
501 
502 	/* key size in bytes */
503 	u8 key_size;
504 
505 	/* key_type_e */
506 	u8 key_type;
507 
508 	/* This field holds the security key data to add to the STA table */
509 	u8 key[MAX_KEY_SIZE];
510 	__le16 ac_seq_num16[NUM_ACCESS_CATEGORIES_COPY];
511 	__le32 ac_seq_num32[NUM_ACCESS_CATEGORIES_COPY];
512 } __packed;
513 
514 struct wl1271_cmd_test_header {
515 	u8 id;
516 	u8 padding[3];
517 } __packed;
518 
519 enum wl1271_channel_tune_bands {
520 	WL1271_CHANNEL_TUNE_BAND_2_4,
521 	WL1271_CHANNEL_TUNE_BAND_5,
522 	WL1271_CHANNEL_TUNE_BAND_4_9
523 };
524 
525 #define WL1271_PD_REFERENCE_POINT_BAND_B_G  0
526 
527 /*
528  * There are three types of disconnections:
529  *
530  * DISCONNECT_IMMEDIATE: the fw doesn't send any frames
531  * DISCONNECT_DEAUTH:    the fw generates a DEAUTH request with the reason
532  *                       we have passed
533  * DISCONNECT_DISASSOC:  the fw generates a DESASSOC request with the reason
534  *                       we have passed
535  */
536 enum wl1271_disconnect_type {
537 	DISCONNECT_IMMEDIATE,
538 	DISCONNECT_DEAUTH,
539 	DISCONNECT_DISASSOC
540 };
541 
542 #define WL1271_CMD_STA_STATE_CONNECTED  1
543 
544 struct wl12xx_cmd_set_peer_state {
545 	struct wl1271_cmd_header header;
546 
547 	u8 hlid;
548 	u8 state;
549 
550 	/*
551 	 * wmm is relevant for sta role only.
552 	 * ap role configures the per-sta wmm params in
553 	 * the add_peer command.
554 	 */
555 	u8 wmm;
556 	u8 padding[1];
557 } __packed;
558 
559 struct wl12xx_cmd_roc {
560 	struct wl1271_cmd_header header;
561 
562 	u8 role_id;
563 	u8 channel;
564 	u8 band;
565 	u8 padding;
566 };
567 
568 struct wl12xx_cmd_croc {
569 	struct wl1271_cmd_header header;
570 
571 	u8 role_id;
572 	u8 padding[3];
573 };
574 
575 enum wl12xx_ssid_type {
576 	WL12XX_SSID_TYPE_PUBLIC = 0,
577 	WL12XX_SSID_TYPE_HIDDEN = 1,
578 	WL12XX_SSID_TYPE_ANY = 2,
579 };
580 
581 enum wl1271_psd_type {
582 	WL1271_PSD_LEGACY = 0,
583 	WL1271_PSD_UPSD_TRIGGER = 1,
584 	WL1271_PSD_LEGACY_PSPOLL = 2,
585 	WL1271_PSD_SAPSD = 3
586 };
587 
588 struct wl12xx_cmd_add_peer {
589 	struct wl1271_cmd_header header;
590 
591 	u8 addr[ETH_ALEN];
592 	u8 hlid;
593 	u8 aid;
594 	u8 psd_type[NUM_ACCESS_CATEGORIES_COPY];
595 	__le32 supported_rates;
596 	u8 bss_index;
597 	u8 sp_len;
598 	u8 wmm;
599 	u8 session_id;
600 	u8 role_id;
601 	u8 padding[3];
602 } __packed;
603 
604 struct wl12xx_cmd_remove_peer {
605 	struct wl1271_cmd_header header;
606 
607 	u8 hlid;
608 	u8 reason_opcode;
609 	u8 send_deauth_flag;
610 	u8 role_id;
611 } __packed;
612 
613 /*
614  * Continuous mode - packets are transferred to the host periodically
615  * via the data path.
616  * On demand - Log messages are stored in a cyclic buffer in the
617  * firmware, and only transferred to the host when explicitly requested
618  */
619 enum wl12xx_fwlogger_log_mode {
620 	WL12XX_FWLOG_CONTINUOUS,
621 	WL12XX_FWLOG_ON_DEMAND
622 };
623 
624 /* Include/exclude timestamps from the log messages */
625 enum wl12xx_fwlogger_timestamp {
626 	WL12XX_FWLOG_TIMESTAMP_DISABLED,
627 	WL12XX_FWLOG_TIMESTAMP_ENABLED
628 };
629 
630 /*
631  * Logs can be routed to the debug pinouts (where available), to the host bus
632  * (SDIO/SPI), or dropped
633  */
634 enum wl12xx_fwlogger_output {
635 	WL12XX_FWLOG_OUTPUT_NONE,
636 	WL12XX_FWLOG_OUTPUT_DBG_PINS,
637 	WL12XX_FWLOG_OUTPUT_HOST,
638 };
639 
640 struct wl12xx_cmd_regdomain_dfs_config {
641 	struct wl1271_cmd_header header;
642 
643 	__le32 ch_bit_map1;
644 	__le32 ch_bit_map2;
645 } __packed;
646 
647 struct wl12xx_cmd_config_fwlog {
648 	struct wl1271_cmd_header header;
649 
650 	/* See enum wl12xx_fwlogger_log_mode */
651 	u8 logger_mode;
652 
653 	/* Minimum log level threshold */
654 	u8 log_severity;
655 
656 	/* Include/exclude timestamps from the log messages */
657 	u8 timestamp;
658 
659 	/* See enum wl1271_fwlogger_output */
660 	u8 output;
661 
662 	/* Regulates the frequency of log messages */
663 	u8 threshold;
664 
665 	u8 padding[3];
666 } __packed;
667 
668 struct wl12xx_cmd_start_fwlog {
669 	struct wl1271_cmd_header header;
670 } __packed;
671 
672 struct wl12xx_cmd_stop_fwlog {
673 	struct wl1271_cmd_header header;
674 } __packed;
675 
676 struct wl12xx_cmd_stop_channel_switch {
677 	struct wl1271_cmd_header header;
678 
679 	u8 role_id;
680 	u8 padding[3];
681 } __packed;
682 
683 /* Used to check radio status after calibration */
684 #define MAX_TLV_LENGTH		500
685 #define TEST_CMD_P2G_CAL	2	/* TX BiP */
686 
687 struct wl1271_cmd_cal_p2g {
688 	struct wl1271_cmd_header header;
689 
690 	struct wl1271_cmd_test_header test;
691 
692 	__le32 ver;
693 	__le16 len;
694 	u8 buf[MAX_TLV_LENGTH];
695 	u8 type;
696 	u8 padding;
697 
698 	__le16 radio_status;
699 
700 	u8 sub_band_mask;
701 	u8 padding2;
702 } __packed;
703 
704 #endif /* __WL1271_CMD_H__ */
705