Linux Audio

Check our new training course

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