blob: 80b02ed0e3f287e453ee91f9b0892fafa8099668 [file] [log] [blame]
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001/*
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
Shahar Levi00d20102010-11-08 11:20:10 +000025#ifndef __CMD_H__
26#define __CMD_H__
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030027
Shahar Levi00d20102010-11-08 11:20:10 +000028#include "wl12xx.h"
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030029
30struct acx_header;
31
Juuso Oikarinenfa867e72009-11-02 20:22:13 +020032int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len,
33 size_t res_len);
Luciano Coelho98b5dd52009-11-23 23:22:17 +020034int wl1271_cmd_general_parms(struct wl1271 *wl);
Shahar Levi49d750ca2011-03-06 16:32:09 +020035int wl128x_cmd_general_parms(struct wl1271 *wl);
Luciano Coelho98b5dd52009-11-23 23:22:17 +020036int wl1271_cmd_radio_parms(struct wl1271 *wl);
Shahar Levi49d750ca2011-03-06 16:32:09 +020037int wl128x_cmd_radio_parms(struct wl1271 *wl);
Juuso Oikarinen644a4862010-10-05 13:11:56 +020038int wl1271_cmd_ext_radio_parms(struct wl1271 *wl);
Eliad Pellerc690ec82011-08-14 13:17:07 +030039int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 role_type, u8 *role_id);
40int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id);
41int wl12xx_cmd_role_start_dev(struct wl1271 *wl);
42int wl12xx_cmd_role_stop_dev(struct wl1271 *wl);
43int wl12xx_cmd_role_start_sta(struct wl1271 *wl);
44int wl12xx_cmd_role_stop_sta(struct wl1271 *wl);
45int wl12xx_cmd_role_start_ap(struct wl1271 *wl);
46int wl12xx_cmd_role_stop_ap(struct wl1271 *wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030047int 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, size_t len);
49int wl1271_cmd_configure(struct wl1271 *wl, u16 id, void *buf, size_t len);
Luciano Coelho94210892009-12-11 15:40:55 +020050int wl1271_cmd_data_path(struct wl1271 *wl, bool enable);
Eliad Pellerc8bde242011-02-02 09:59:35 +020051int wl1271_cmd_ps_mode(struct wl1271 *wl, u8 ps_mode);
Juuso Oikarinen65cddbf2010-08-24 06:28:03 +030052int wl1271_cmd_read_memory(struct wl1271 *wl, u32 addr, void *answer,
53 size_t len);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030054int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id,
Juuso Oikarinen606c1482010-04-01 11:38:21 +030055 void *buf, size_t buf_len, int index, u32 rates);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030056int wl1271_cmd_build_null_data(struct wl1271 *wl);
57int wl1271_cmd_build_ps_poll(struct wl1271 *wl, u16 aid);
Kalle Valo818e3062010-03-18 12:26:35 +020058int wl1271_cmd_build_probe_req(struct wl1271 *wl,
59 const u8 *ssid, size_t ssid_len,
60 const u8 *ie, size_t ie_len, u8 band);
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +020061struct sk_buff *wl1271_cmd_build_ap_probe_req(struct wl1271 *wl,
62 struct sk_buff *skb);
Eliad Pellerc5312772010-12-09 11:31:27 +020063int wl1271_cmd_build_arp_rsp(struct wl1271 *wl, __be32 ip_addr);
Kalle Valo023e0822010-03-18 12:26:36 +020064int wl1271_build_qos_null_data(struct wl1271 *wl);
Juuso Oikarinenbfb24c92010-03-26 12:53:31 +020065int wl1271_cmd_build_klv_null_data(struct wl1271 *wl);
Eliad Pellerc690ec82011-08-14 13:17:07 +030066int wl12xx_cmd_set_default_wep_key(struct wl1271 *wl, u8 id, u8 hlid);
Arik Nemtsov98bdaab2010-10-16 18:08:58 +020067int wl1271_cmd_set_sta_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
68 u8 key_size, const u8 *key, const u8 *addr,
69 u32 tx_seq_32, u16 tx_seq_16);
70int wl1271_cmd_set_ap_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
71 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
72 u16 tx_seq_16);
Eliad Pellerc690ec82011-08-14 13:17:07 +030073int wl12xx_cmd_set_peer_state(struct wl1271 *wl);
74int wl12xx_cmd_add_peer(struct wl1271 *wl, struct ieee80211_sta *sta, u8 hlid);
75int wl12xx_cmd_remove_peer(struct wl1271 *wl, u8 hlid);
Ido Yariv95dac04f2011-06-06 14:57:06 +030076int wl12xx_cmd_config_fwlog(struct wl1271 *wl);
77int wl12xx_cmd_start_fwlog(struct wl1271 *wl);
78int wl12xx_cmd_stop_fwlog(struct wl1271 *wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030079
80enum wl1271_commands {
81 CMD_INTERROGATE = 1, /*use this to read information elements*/
82 CMD_CONFIGURE = 2, /*use this to write information elements*/
83 CMD_ENABLE_RX = 3,
84 CMD_ENABLE_TX = 4,
85 CMD_DISABLE_RX = 5,
86 CMD_DISABLE_TX = 6,
87 CMD_SCAN = 8,
88 CMD_STOP_SCAN = 9,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030089 CMD_SET_KEYS = 12,
90 CMD_READ_MEMORY = 13,
91 CMD_WRITE_MEMORY = 14,
92 CMD_SET_TEMPLATE = 19,
93 CMD_TEST = 23,
94 CMD_NOISE_HIST = 28,
Eliad Pellerc690ec82011-08-14 13:17:07 +030095 CMD_QUIET_ELEMENT_SET_STATE = 29,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030096 CMD_SET_BCN_MODE = 33,
97 CMD_MEASUREMENT = 34,
98 CMD_STOP_MEASUREMENT = 35,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030099 CMD_SET_PS_MODE = 37,
100 CMD_CHANNEL_SWITCH = 38,
101 CMD_STOP_CHANNEL_SWICTH = 39,
102 CMD_AP_DISCOVERY = 40,
103 CMD_STOP_AP_DISCOVERY = 41,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300104 CMD_HEALTH_CHECK = 45,
105 CMD_DEBUG = 46,
106 CMD_TRIGGER_SCAN_TO = 47,
107 CMD_CONNECTION_SCAN_CFG = 48,
108 CMD_CONNECTION_SCAN_SSID_CFG = 49,
109 CMD_START_PERIODIC_SCAN = 50,
110 CMD_STOP_PERIODIC_SCAN = 51,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300111 CMD_SET_PEER_STATE = 52,
112 CMD_REMAIN_ON_CHANNEL = 53,
113 CMD_CANCEL_REMAIN_ON_CHANNEL = 54,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300114
Eliad Pellerc690ec82011-08-14 13:17:07 +0300115 CMD_CONFIG_FWLOGGER = 55,
116 CMD_START_FWLOGGER = 56,
117 CMD_STOP_FWLOGGER = 57,
118
119 /* AP commands */
120 CMD_ADD_PEER = 62,
121 CMD_REMOVE_PEER = 63,
122
123 /* Role API */
124 CMD_ROLE_ENABLE = 70,
125 CMD_ROLE_DISABLE = 71,
126 CMD_ROLE_START = 72,
127 CMD_ROLE_STOP = 73,
128
129 /* WIFI Direct */
130 CMD_WFD_START_DISCOVERY = 80,
131 CMD_WFD_STOP_DISCOVERY = 81,
132 CMD_WFD_ATTRIBUTE_CONFIG = 82,
133
134 CMD_NOP = 100,
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200135
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300136 NUM_COMMANDS,
137 MAX_COMMAND_ID = 0xFFFF,
138};
139
140#define MAX_CMD_PARAMS 572
141
Juuso Oikarinenbfb24c92010-03-26 12:53:31 +0200142enum {
143 CMD_TEMPL_KLV_IDX_NULL_DATA = 0,
144 CMD_TEMPL_KLV_IDX_MAX = 4
145};
146
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300147enum cmd_templ {
148 CMD_TEMPL_NULL_DATA = 0,
149 CMD_TEMPL_BEACON,
150 CMD_TEMPL_CFG_PROBE_REQ_2_4,
151 CMD_TEMPL_CFG_PROBE_REQ_5,
152 CMD_TEMPL_PROBE_RESPONSE,
153 CMD_TEMPL_QOS_NULL_DATA,
154 CMD_TEMPL_PS_POLL,
155 CMD_TEMPL_KLV,
156 CMD_TEMPL_DISCONNECT,
157 CMD_TEMPL_PROBE_REQ_2_4, /* for firmware internal use only */
158 CMD_TEMPL_PROBE_REQ_5, /* for firmware internal use only */
159 CMD_TEMPL_BAR, /* for firmware internal use only */
160 CMD_TEMPL_CTS, /*
161 * For CTS-to-self (FastCTS) mechanism
162 * for BT/WLAN coexistence (SoftGemini). */
Eliad Pellerc690ec82011-08-14 13:17:07 +0300163 CMD_TEMPL_AP_BEACON,
Arik Nemtsove0fe3712010-10-16 18:19:53 +0200164 CMD_TEMPL_AP_PROBE_RESPONSE,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300165 CMD_TEMPL_ARP_RSP,
Arik Nemtsove0fe3712010-10-16 18:19:53 +0200166 CMD_TEMPL_DEAUTH_AP,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300167 CMD_TEMPL_TEMPORARY,
168 CMD_TEMPL_LINK_MEASUREMENT_REPORT,
Arik Nemtsove0fe3712010-10-16 18:19:53 +0200169
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300170 CMD_TEMPL_MAX = 0xff
171};
172
173/* unit ms */
174#define WL1271_COMMAND_TIMEOUT 2000
Eliad Peller154037d2011-08-14 13:17:12 +0300175#define WL1271_CMD_TEMPL_DFLT_SIZE 252
176#define WL1271_CMD_TEMPL_MAX_SIZE 548
Teemu Paasikivi0cbb1032010-05-07 11:39:01 +0300177#define WL1271_EVENT_TIMEOUT 750
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300178
179struct wl1271_cmd_header {
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300180 __le16 id;
181 __le16 status;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300182 /* payload */
183 u8 data[0];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000184} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300185
186#define WL1271_CMD_MAX_PARAMS 572
187
188struct wl1271_command {
189 struct wl1271_cmd_header header;
190 u8 parameters[WL1271_CMD_MAX_PARAMS];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000191} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300192
193enum {
194 CMD_MAILBOX_IDLE = 0,
195 CMD_STATUS_SUCCESS = 1,
196 CMD_STATUS_UNKNOWN_CMD = 2,
197 CMD_STATUS_UNKNOWN_IE = 3,
198 CMD_STATUS_REJECT_MEAS_SG_ACTIVE = 11,
199 CMD_STATUS_RX_BUSY = 13,
200 CMD_STATUS_INVALID_PARAM = 14,
201 CMD_STATUS_TEMPLATE_TOO_LARGE = 15,
202 CMD_STATUS_OUT_OF_MEMORY = 16,
203 CMD_STATUS_STA_TABLE_FULL = 17,
204 CMD_STATUS_RADIO_ERROR = 18,
205 CMD_STATUS_WRONG_NESTING = 19,
206 CMD_STATUS_TIMEOUT = 21, /* Driver internal use.*/
207 CMD_STATUS_FW_RESET = 22, /* Driver internal use.*/
Eliad Pellerc690ec82011-08-14 13:17:07 +0300208 CMD_STATUS_TEMPLATE_OOM = 23,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300209 MAX_COMMAND_STATUS = 0xff
210};
211
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300212#define CMDMBOX_HEADER_LEN 4
213#define CMDMBOX_INFO_ELEM_HEADER_LEN 4
214
215enum {
216 BSS_TYPE_IBSS = 0,
217 BSS_TYPE_STA_BSS = 2,
218 BSS_TYPE_AP_BSS = 3,
219 MAX_BSS_TYPE = 0xFF
220};
221
222#define WL1271_JOIN_CMD_CTRL_TX_FLUSH 0x80 /* Firmware flushes all Tx */
223#define WL1271_JOIN_CMD_TX_SESSION_OFFSET 1
Teemu Paasikivia4102642009-10-13 12:47:51 +0300224#define WL1271_JOIN_CMD_BSS_TYPE_5GHZ 0x10
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300225
Eliad Pellerc690ec82011-08-14 13:17:07 +0300226struct wl12xx_cmd_role_enable {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300227 struct wl1271_cmd_header header;
228
Eliad Pellerc690ec82011-08-14 13:17:07 +0300229 u8 role_id;
230 u8 role_type;
231 u8 mac_address[ETH_ALEN];
232} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300233
Eliad Pellerc690ec82011-08-14 13:17:07 +0300234struct wl12xx_cmd_role_disable {
235 struct wl1271_cmd_header header;
236
237 u8 role_id;
238 u8 padding[3];
239} __packed;
240
241enum wl12xx_band {
242 WL12XX_BAND_2_4GHZ = 0,
243 WL12XX_BAND_5GHZ = 1,
244 WL12XX_BAND_JAPAN_4_9_GHZ = 2,
245 WL12XX_BAND_DEFAULT = WL12XX_BAND_2_4GHZ,
246 WL12XX_BAND_INVALID = 0x7E,
247 WL12XX_BAND_MAX_RADIO = 0x7F,
248};
249
250struct wl12xx_cmd_role_start {
251 struct wl1271_cmd_header header;
252
253 u8 role_id;
254 u8 band;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300255 u8 channel;
Eliad Pellerc690ec82011-08-14 13:17:07 +0300256 u8 padding;
257
258 union {
259 struct {
260 u8 hlid;
261 u8 session;
262 u8 padding_1[54];
263 } __packed device;
264 /* sta & p2p_cli use the same struct */
265 struct {
266 u8 bssid[ETH_ALEN];
267 u8 hlid; /* data hlid */
268 u8 session;
269 __le32 remote_rates; /* remote supported rates */
270
271 /*
272 * The target uses this field to determine the rate at
273 * which to transmit control frame responses (such as
274 * ACK or CTS frames).
275 */
276 __le32 basic_rate_set;
277 __le32 local_rates; /* local supported rates */
278
279 u8 ssid_type;
280 u8 ssid_len;
281 u8 ssid[IEEE80211_MAX_SSID_LEN];
282
283 __le16 beacon_interval; /* in TBTTs */
284 } __packed sta;
285 struct {
286 u8 bssid[ETH_ALEN];
287 u8 hlid; /* data hlid */
288 u8 dtim_interval;
289 __le32 remote_rates; /* remote supported rates */
290
291 __le32 basic_rate_set;
292 __le32 local_rates; /* local supported rates */
293
294 u8 ssid_type;
295 u8 ssid_len;
296 u8 ssid[IEEE80211_MAX_SSID_LEN];
297
298 __le16 beacon_interval; /* in TBTTs */
299
300 u8 padding_1[4];
301 } __packed ibss;
302 /* ap & p2p_go use the same struct */
303 struct {
304 __le16 aging_period; /* in secs */
305 u8 beacon_expiry; /* in ms */
306 u8 bss_index;
307 /* The host link id for the AP's global queue */
308 u8 global_hlid;
309 /* The host link id for the AP's broadcast queue */
310 u8 broadcast_hlid;
311
312 __le16 beacon_interval; /* in TBTTs */
313
314 __le32 basic_rate_set;
315 __le32 local_rates; /* local supported rates */
316
317 u8 dtim_interval;
318
319 u8 ssid_type;
320 u8 ssid_len;
321 u8 ssid[IEEE80211_MAX_SSID_LEN];
322
323 u8 padding_1[5];
324 } __packed ap;
325 };
326} __packed;
327
328struct wl12xx_cmd_role_stop {
329 struct wl1271_cmd_header header;
330
331 u8 role_id;
332 u8 disc_type; /* only STA and P2P_CLI */
333 __le16 reason; /* only STA and P2P_CLI */
Eric Dumazetba2d3582010-06-02 18:10:09 +0000334} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300335
336struct cmd_enabledisable_path {
337 struct wl1271_cmd_header header;
338
339 u8 channel;
340 u8 padding[3];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000341} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300342
Juuso Oikarinen606c1482010-04-01 11:38:21 +0300343#define WL1271_RATE_AUTOMATIC 0
344
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300345struct wl1271_cmd_template_set {
346 struct wl1271_cmd_header header;
347
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300348 __le16 len;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300349 u8 template_type;
350 u8 index; /* relevant only for KLV_TEMPLATE type */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300351 __le32 enabled_rates;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300352 u8 short_retry_limit;
353 u8 long_retry_limit;
354 u8 aflags;
355 u8 reserved;
356 u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000357} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300358
359#define TIM_ELE_ID 5
360#define PARTIAL_VBM_MAX 251
361
362struct wl1271_tim {
363 u8 identity;
364 u8 length;
365 u8 dtim_count;
366 u8 dtim_period;
367 u8 bitmap_ctrl;
368 u8 pvb_field[PARTIAL_VBM_MAX]; /* Partial Virtual Bitmap */
Eric Dumazetba2d3582010-06-02 18:10:09 +0000369} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300370
371enum wl1271_cmd_ps_mode {
372 STATION_ACTIVE_MODE,
373 STATION_POWER_SAVE_MODE
374};
375
376struct wl1271_cmd_ps_params {
377 struct wl1271_cmd_header header;
378
Eliad Pellerc690ec82011-08-14 13:17:07 +0300379 u8 role_id;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300380 u8 ps_mode; /* STATION_* */
Eliad Pellerc690ec82011-08-14 13:17:07 +0300381 u8 padding[2];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000382} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300383
384/* HW encryption keys */
385#define NUM_ACCESS_CATEGORIES_COPY 4
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300386
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300387enum wl1271_cmd_key_action {
388 KEY_ADD_OR_REPLACE = 1,
389 KEY_REMOVE = 2,
390 KEY_SET_ID = 3,
391 MAX_KEY_ACTION = 0xffff,
392};
393
Eliad Pellerc690ec82011-08-14 13:17:07 +0300394enum wl1271_cmd_lid_key_type {
395 UNICAST_LID_TYPE = 0,
396 BROADCAST_LID_TYPE = 1,
397 WEP_DEFAULT_LID_TYPE = 2
398};
399
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300400enum wl1271_cmd_key_type {
401 KEY_NONE = 0,
402 KEY_WEP = 1,
403 KEY_TKIP = 2,
404 KEY_AES = 3,
Juuso Oikarinen7a557242010-09-27 12:42:07 +0200405 KEY_GEM = 4,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300406};
407
Eliad Pellerc690ec82011-08-14 13:17:07 +0300408struct wl1271_cmd_set_keys {
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200409 struct wl1271_cmd_header header;
410
411 /*
412 * Indicates whether the HLID is a unicast key set
413 * or broadcast key set. A special value 0xFF is
414 * used to indicate that the HLID is on WEP-default
415 * (multi-hlids). of type wl1271_cmd_lid_key_type.
416 */
417 u8 hlid;
418
419 /*
420 * In WEP-default network (hlid == 0xFF) used to
421 * indicate which network STA/IBSS/AP role should be
422 * changed
423 */
424 u8 lid_key_type;
425
426 /*
427 * Key ID - For TKIP and AES key types, this field
428 * indicates the value that should be inserted into
429 * the KeyID field of frames transmitted using this
430 * key entry. For broadcast keys the index use as a
431 * marker for TX/RX key.
432 * For WEP default network (HLID=0xFF), this field
433 * indicates the ID of the key to add or remove.
434 */
435 u8 key_id;
436 u8 reserved_1;
437
438 /* key_action_e */
439 __le16 key_action;
440
441 /* key size in bytes */
442 u8 key_size;
443
444 /* key_type_e */
445 u8 key_type;
446
447 /* This field holds the security key data to add to the STA table */
448 u8 key[MAX_KEY_SIZE];
449 __le16 ac_seq_num16[NUM_ACCESS_CATEGORIES_COPY];
450 __le32 ac_seq_num32[NUM_ACCESS_CATEGORIES_COPY];
451} __packed;
452
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300453struct wl1271_cmd_test_header {
454 u8 id;
455 u8 padding[3];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000456} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300457
458enum wl1271_channel_tune_bands {
459 WL1271_CHANNEL_TUNE_BAND_2_4,
460 WL1271_CHANNEL_TUNE_BAND_5,
461 WL1271_CHANNEL_TUNE_BAND_4_9
462};
463
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200464#define WL1271_PD_REFERENCE_POINT_BAND_B_G 0
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300465
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200466#define TEST_CMD_INI_FILE_RADIO_PARAM 0x19
467#define TEST_CMD_INI_FILE_GENERAL_PARAM 0x1E
468#define TEST_CMD_INI_FILE_RF_EXTENDED_PARAM 0x26
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200469
470struct wl1271_general_parms_cmd {
471 struct wl1271_cmd_header header;
472
473 struct wl1271_cmd_test_header test;
474
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300475 struct wl1271_ini_general_params general_params;
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200476
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300477 u8 sr_debug_table[WL1271_INI_MAX_SMART_REFLEX_PARAM];
478 u8 sr_sen_n_p;
479 u8 sr_sen_n_p_gain;
480 u8 sr_sen_nrn;
481 u8 sr_sen_prn;
482 u8 padding[3];
David S. Miller14599f12010-06-11 11:34:06 -0700483} __packed;
Juuso Oikarinen152ee6e2010-02-18 13:25:42 +0200484
Shahar Levi49d750ca2011-03-06 16:32:09 +0200485struct wl128x_general_parms_cmd {
486 struct wl1271_cmd_header header;
487
488 struct wl1271_cmd_test_header test;
489
490 struct wl128x_ini_general_params general_params;
491
492 u8 sr_debug_table[WL1271_INI_MAX_SMART_REFLEX_PARAM];
493 u8 sr_sen_n_p;
494 u8 sr_sen_n_p_gain;
495 u8 sr_sen_nrn;
496 u8 sr_sen_prn;
497 u8 padding[3];
498} __packed;
499
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200500struct wl1271_radio_parms_cmd {
501 struct wl1271_cmd_header header;
502
503 struct wl1271_cmd_test_header test;
504
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300505 /* Static radio parameters */
506 struct wl1271_ini_band_params_2 static_params_2;
507 struct wl1271_ini_band_params_5 static_params_5;
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200508
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300509 /* Dynamic radio parameters */
510 struct wl1271_ini_fem_params_2 dyn_params_2;
511 u8 padding2;
512 struct wl1271_ini_fem_params_5 dyn_params_5;
513 u8 padding3[2];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000514} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300515
Shahar Levi49d750ca2011-03-06 16:32:09 +0200516struct wl128x_radio_parms_cmd {
517 struct wl1271_cmd_header header;
518
519 struct wl1271_cmd_test_header test;
520
521 /* Static radio parameters */
522 struct wl128x_ini_band_params_2 static_params_2;
523 struct wl128x_ini_band_params_5 static_params_5;
524
525 u8 fem_vendor_and_options;
526
527 /* Dynamic radio parameters */
528 struct wl128x_ini_fem_params_2 dyn_params_2;
529 u8 padding2;
530 struct wl128x_ini_fem_params_5 dyn_params_5;
531} __packed;
532
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200533struct wl1271_ext_radio_parms_cmd {
534 struct wl1271_cmd_header header;
535
536 struct wl1271_cmd_test_header test;
537
538 u8 tx_per_channel_power_compensation_2[CONF_TX_PWR_COMPENSATION_LEN_2];
539 u8 tx_per_channel_power_compensation_5[CONF_TX_PWR_COMPENSATION_LEN_5];
540 u8 padding[3];
541} __packed;
542
Luciano Coelho25a7dc62009-10-12 15:08:42 +0300543/*
544 * There are three types of disconnections:
545 *
546 * DISCONNECT_IMMEDIATE: the fw doesn't send any frames
547 * DISCONNECT_DEAUTH: the fw generates a DEAUTH request with the reason
548 * we have passed
549 * DISCONNECT_DISASSOC: the fw generates a DESASSOC request with the reason
550 * we have passed
551 */
552enum wl1271_disconnect_type {
553 DISCONNECT_IMMEDIATE,
554 DISCONNECT_DEAUTH,
555 DISCONNECT_DISASSOC
556};
557
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300558#define WL1271_CMD_STA_STATE_CONNECTED 1
559
Eliad Pellerc690ec82011-08-14 13:17:07 +0300560struct wl12xx_cmd_set_peer_state {
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300561 struct wl1271_cmd_header header;
562
Eliad Pellerc690ec82011-08-14 13:17:07 +0300563 u8 hlid;
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300564 u8 state;
Eliad Pellerc690ec82011-08-14 13:17:07 +0300565 u8 padding[2];
Luciano Coelho5082b822010-10-05 14:58:49 +0300566} __packed;
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300567
Eliad Pellera7cba382011-08-14 13:17:16 +0300568struct wl12xx_cmd_roc {
569 struct wl1271_cmd_header header;
570
571 u8 role_id;
572 u8 channel;
573 u8 band;
574 u8 padding;
575};
576
577struct wl12xx_cmd_croc {
578 struct wl1271_cmd_header header;
579
580 u8 role_id;
581 u8 padding[3];
582};
583
Eliad Pellerc690ec82011-08-14 13:17:07 +0300584enum wl12xx_ssid_type {
585 WL12XX_SSID_TYPE_PUBLIC = 0,
586 WL12XX_SSID_TYPE_HIDDEN = 1,
587 WL12XX_SSID_TYPE_ANY = 2,
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200588};
589
Eliad Pellerc690ec82011-08-14 13:17:07 +0300590struct wl12xx_cmd_add_peer {
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200591 struct wl1271_cmd_header header;
592
593 u8 addr[ETH_ALEN];
594 u8 hlid;
595 u8 aid;
596 u8 psd_type[NUM_ACCESS_CATEGORIES_COPY];
597 __le32 supported_rates;
598 u8 bss_index;
599 u8 sp_len;
600 u8 wmm;
601 u8 padding1;
602} __packed;
603
Eliad Pellerc690ec82011-08-14 13:17:07 +0300604struct wl12xx_cmd_remove_peer {
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200605 struct wl1271_cmd_header header;
606
607 u8 hlid;
608 u8 reason_opcode;
609 u8 send_deauth_flag;
610 u8 padding1;
611} __packed;
612
Ido Yariv95dac04f2011-06-06 14:57:06 +0300613/*
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 */
619enum wl12xx_fwlogger_log_mode {
620 WL12XX_FWLOG_CONTINUOUS,
621 WL12XX_FWLOG_ON_DEMAND
622};
623
624/* Include/exclude timestamps from the log messages */
625enum 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 */
634enum wl12xx_fwlogger_output {
635 WL12XX_FWLOG_OUTPUT_NONE,
636 WL12XX_FWLOG_OUTPUT_DBG_PINS,
637 WL12XX_FWLOG_OUTPUT_HOST,
638};
639
640struct wl12xx_cmd_config_fwlog {
641 struct wl1271_cmd_header header;
642
643 /* See enum wl12xx_fwlogger_log_mode */
644 u8 logger_mode;
645
646 /* Minimum log level threshold */
647 u8 log_severity;
648
649 /* Include/exclude timestamps from the log messages */
650 u8 timestamp;
651
652 /* See enum wl1271_fwlogger_output */
653 u8 output;
654
655 /* Regulates the frequency of log messages */
656 u8 threshold;
657
658 u8 padding[3];
659} __packed;
660
661struct wl12xx_cmd_start_fwlog {
662 struct wl1271_cmd_header header;
663} __packed;
664
665struct wl12xx_cmd_stop_fwlog {
666 struct wl1271_cmd_header header;
667} __packed;
668
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300669#endif /* __WL1271_CMD_H__ */