Linux Audio

Check our new training course

Linux kernel drivers training

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