blob: b7bd42769aa72eedf0cffe59716728554e063e75 [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);
Eliad Peller31cd3ae2011-08-14 13:17:25 +030047int wl12xx_cmd_role_start_ibss(struct wl1271 *wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030048int wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer);
49int wl1271_cmd_interrogate(struct wl1271 *wl, u16 id, void *buf, size_t len);
50int wl1271_cmd_configure(struct wl1271 *wl, u16 id, void *buf, size_t len);
Luciano Coelho94210892009-12-11 15:40:55 +020051int wl1271_cmd_data_path(struct wl1271 *wl, bool enable);
Eliad Pellerc8bde242011-02-02 09:59:35 +020052int wl1271_cmd_ps_mode(struct wl1271 *wl, u8 ps_mode);
Juuso Oikarinen65cddbf2010-08-24 06:28:03 +030053int wl1271_cmd_read_memory(struct wl1271 *wl, u32 addr, void *answer,
54 size_t len);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030055int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id,
Juuso Oikarinen606c1482010-04-01 11:38:21 +030056 void *buf, size_t buf_len, int index, u32 rates);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030057int wl1271_cmd_build_null_data(struct wl1271 *wl);
58int wl1271_cmd_build_ps_poll(struct wl1271 *wl, u16 aid);
Kalle Valo818e3062010-03-18 12:26:35 +020059int wl1271_cmd_build_probe_req(struct wl1271 *wl,
60 const u8 *ssid, size_t ssid_len,
61 const u8 *ie, size_t ie_len, u8 band);
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +020062struct sk_buff *wl1271_cmd_build_ap_probe_req(struct wl1271 *wl,
63 struct sk_buff *skb);
Eliad Pellerc5312772010-12-09 11:31:27 +020064int wl1271_cmd_build_arp_rsp(struct wl1271 *wl, __be32 ip_addr);
Kalle Valo023e0822010-03-18 12:26:36 +020065int wl1271_build_qos_null_data(struct wl1271 *wl);
Juuso Oikarinenbfb24c92010-03-26 12:53:31 +020066int wl1271_cmd_build_klv_null_data(struct wl1271 *wl);
Eliad Pellerc690ec82011-08-14 13:17:07 +030067int wl12xx_cmd_set_default_wep_key(struct wl1271 *wl, u8 id, u8 hlid);
Arik Nemtsov98bdaab2010-10-16 18:08:58 +020068int wl1271_cmd_set_sta_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
69 u8 key_size, const u8 *key, const u8 *addr,
70 u32 tx_seq_32, u16 tx_seq_16);
71int wl1271_cmd_set_ap_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
72 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
73 u16 tx_seq_16);
Eliad Pellerb67476e2011-08-14 13:17:23 +030074int wl12xx_cmd_set_peer_state(struct wl1271 *wl, u8 hlid);
Eliad Peller251c1772011-08-14 13:17:17 +030075int wl12xx_roc(struct wl1271 *wl, u8 role_id);
76int wl12xx_croc(struct wl1271 *wl, u8 role_id);
Eliad Pellerc690ec82011-08-14 13:17:07 +030077int wl12xx_cmd_add_peer(struct wl1271 *wl, struct ieee80211_sta *sta, u8 hlid);
78int wl12xx_cmd_remove_peer(struct wl1271 *wl, u8 hlid);
Ido Yariv95dac04f2011-06-06 14:57:06 +030079int wl12xx_cmd_config_fwlog(struct wl1271 *wl);
80int wl12xx_cmd_start_fwlog(struct wl1271 *wl);
81int wl12xx_cmd_stop_fwlog(struct wl1271 *wl);
Shahar Levi6d158ff2011-09-08 13:01:33 +030082int wl12xx_cmd_channel_switch(struct wl1271 *wl,
83 struct ieee80211_channel_switch *ch_switch);
84int wl12xx_cmd_stop_channel_switch(struct wl1271 *wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030085
86enum wl1271_commands {
87 CMD_INTERROGATE = 1, /*use this to read information elements*/
88 CMD_CONFIGURE = 2, /*use this to write information elements*/
89 CMD_ENABLE_RX = 3,
90 CMD_ENABLE_TX = 4,
91 CMD_DISABLE_RX = 5,
92 CMD_DISABLE_TX = 6,
93 CMD_SCAN = 8,
94 CMD_STOP_SCAN = 9,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030095 CMD_SET_KEYS = 12,
96 CMD_READ_MEMORY = 13,
97 CMD_WRITE_MEMORY = 14,
98 CMD_SET_TEMPLATE = 19,
99 CMD_TEST = 23,
100 CMD_NOISE_HIST = 28,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300101 CMD_QUIET_ELEMENT_SET_STATE = 29,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300102 CMD_SET_BCN_MODE = 33,
103 CMD_MEASUREMENT = 34,
104 CMD_STOP_MEASUREMENT = 35,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300105 CMD_SET_PS_MODE = 37,
106 CMD_CHANNEL_SWITCH = 38,
107 CMD_STOP_CHANNEL_SWICTH = 39,
108 CMD_AP_DISCOVERY = 40,
109 CMD_STOP_AP_DISCOVERY = 41,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300110 CMD_HEALTH_CHECK = 45,
111 CMD_DEBUG = 46,
112 CMD_TRIGGER_SCAN_TO = 47,
113 CMD_CONNECTION_SCAN_CFG = 48,
114 CMD_CONNECTION_SCAN_SSID_CFG = 49,
115 CMD_START_PERIODIC_SCAN = 50,
116 CMD_STOP_PERIODIC_SCAN = 51,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300117 CMD_SET_PEER_STATE = 52,
118 CMD_REMAIN_ON_CHANNEL = 53,
119 CMD_CANCEL_REMAIN_ON_CHANNEL = 54,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300120
Eliad Pellerc690ec82011-08-14 13:17:07 +0300121 CMD_CONFIG_FWLOGGER = 55,
122 CMD_START_FWLOGGER = 56,
123 CMD_STOP_FWLOGGER = 57,
124
125 /* AP commands */
126 CMD_ADD_PEER = 62,
127 CMD_REMOVE_PEER = 63,
128
129 /* Role API */
130 CMD_ROLE_ENABLE = 70,
131 CMD_ROLE_DISABLE = 71,
132 CMD_ROLE_START = 72,
133 CMD_ROLE_STOP = 73,
134
135 /* WIFI Direct */
136 CMD_WFD_START_DISCOVERY = 80,
137 CMD_WFD_STOP_DISCOVERY = 81,
138 CMD_WFD_ATTRIBUTE_CONFIG = 82,
139
140 CMD_NOP = 100,
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200141
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300142 NUM_COMMANDS,
143 MAX_COMMAND_ID = 0xFFFF,
144};
145
146#define MAX_CMD_PARAMS 572
147
Juuso Oikarinenbfb24c92010-03-26 12:53:31 +0200148enum {
149 CMD_TEMPL_KLV_IDX_NULL_DATA = 0,
150 CMD_TEMPL_KLV_IDX_MAX = 4
151};
152
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300153enum cmd_templ {
154 CMD_TEMPL_NULL_DATA = 0,
155 CMD_TEMPL_BEACON,
156 CMD_TEMPL_CFG_PROBE_REQ_2_4,
157 CMD_TEMPL_CFG_PROBE_REQ_5,
158 CMD_TEMPL_PROBE_RESPONSE,
159 CMD_TEMPL_QOS_NULL_DATA,
160 CMD_TEMPL_PS_POLL,
161 CMD_TEMPL_KLV,
162 CMD_TEMPL_DISCONNECT,
163 CMD_TEMPL_PROBE_REQ_2_4, /* for firmware internal use only */
164 CMD_TEMPL_PROBE_REQ_5, /* for firmware internal use only */
165 CMD_TEMPL_BAR, /* for firmware internal use only */
166 CMD_TEMPL_CTS, /*
167 * For CTS-to-self (FastCTS) mechanism
168 * for BT/WLAN coexistence (SoftGemini). */
Eliad Pellerc690ec82011-08-14 13:17:07 +0300169 CMD_TEMPL_AP_BEACON,
Arik Nemtsove0fe3712010-10-16 18:19:53 +0200170 CMD_TEMPL_AP_PROBE_RESPONSE,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300171 CMD_TEMPL_ARP_RSP,
Arik Nemtsove0fe3712010-10-16 18:19:53 +0200172 CMD_TEMPL_DEAUTH_AP,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300173 CMD_TEMPL_TEMPORARY,
174 CMD_TEMPL_LINK_MEASUREMENT_REPORT,
Arik Nemtsove0fe3712010-10-16 18:19:53 +0200175
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300176 CMD_TEMPL_MAX = 0xff
177};
178
179/* unit ms */
180#define WL1271_COMMAND_TIMEOUT 2000
Eliad Peller154037d2011-08-14 13:17:12 +0300181#define WL1271_CMD_TEMPL_DFLT_SIZE 252
182#define WL1271_CMD_TEMPL_MAX_SIZE 548
Teemu Paasikivi0cbb1032010-05-07 11:39:01 +0300183#define WL1271_EVENT_TIMEOUT 750
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300184
185struct wl1271_cmd_header {
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300186 __le16 id;
187 __le16 status;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300188 /* payload */
189 u8 data[0];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000190} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300191
192#define WL1271_CMD_MAX_PARAMS 572
193
194struct wl1271_command {
195 struct wl1271_cmd_header header;
196 u8 parameters[WL1271_CMD_MAX_PARAMS];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000197} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300198
199enum {
200 CMD_MAILBOX_IDLE = 0,
201 CMD_STATUS_SUCCESS = 1,
202 CMD_STATUS_UNKNOWN_CMD = 2,
203 CMD_STATUS_UNKNOWN_IE = 3,
204 CMD_STATUS_REJECT_MEAS_SG_ACTIVE = 11,
205 CMD_STATUS_RX_BUSY = 13,
206 CMD_STATUS_INVALID_PARAM = 14,
207 CMD_STATUS_TEMPLATE_TOO_LARGE = 15,
208 CMD_STATUS_OUT_OF_MEMORY = 16,
209 CMD_STATUS_STA_TABLE_FULL = 17,
210 CMD_STATUS_RADIO_ERROR = 18,
211 CMD_STATUS_WRONG_NESTING = 19,
212 CMD_STATUS_TIMEOUT = 21, /* Driver internal use.*/
213 CMD_STATUS_FW_RESET = 22, /* Driver internal use.*/
Eliad Pellerc690ec82011-08-14 13:17:07 +0300214 CMD_STATUS_TEMPLATE_OOM = 23,
Arik Nemtsov0f9c8252011-08-17 10:45:49 +0300215 CMD_STATUS_NO_RX_BA_SESSION = 24,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300216 MAX_COMMAND_STATUS = 0xff
217};
218
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300219#define CMDMBOX_HEADER_LEN 4
220#define CMDMBOX_INFO_ELEM_HEADER_LEN 4
221
222enum {
223 BSS_TYPE_IBSS = 0,
224 BSS_TYPE_STA_BSS = 2,
225 BSS_TYPE_AP_BSS = 3,
226 MAX_BSS_TYPE = 0xFF
227};
228
229#define WL1271_JOIN_CMD_CTRL_TX_FLUSH 0x80 /* Firmware flushes all Tx */
230#define WL1271_JOIN_CMD_TX_SESSION_OFFSET 1
Teemu Paasikivia4102642009-10-13 12:47:51 +0300231#define WL1271_JOIN_CMD_BSS_TYPE_5GHZ 0x10
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300232
Eliad Pellerc690ec82011-08-14 13:17:07 +0300233struct wl12xx_cmd_role_enable {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300234 struct wl1271_cmd_header header;
235
Eliad Pellerc690ec82011-08-14 13:17:07 +0300236 u8 role_id;
237 u8 role_type;
238 u8 mac_address[ETH_ALEN];
239} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300240
Eliad Pellerc690ec82011-08-14 13:17:07 +0300241struct wl12xx_cmd_role_disable {
242 struct wl1271_cmd_header header;
243
244 u8 role_id;
245 u8 padding[3];
246} __packed;
247
248enum wl12xx_band {
249 WL12XX_BAND_2_4GHZ = 0,
250 WL12XX_BAND_5GHZ = 1,
251 WL12XX_BAND_JAPAN_4_9_GHZ = 2,
252 WL12XX_BAND_DEFAULT = WL12XX_BAND_2_4GHZ,
253 WL12XX_BAND_INVALID = 0x7E,
254 WL12XX_BAND_MAX_RADIO = 0x7F,
255};
256
257struct wl12xx_cmd_role_start {
258 struct wl1271_cmd_header header;
259
260 u8 role_id;
261 u8 band;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300262 u8 channel;
Eliad Pellerc690ec82011-08-14 13:17:07 +0300263 u8 padding;
264
265 union {
266 struct {
267 u8 hlid;
268 u8 session;
269 u8 padding_1[54];
270 } __packed device;
271 /* sta & p2p_cli use the same struct */
272 struct {
273 u8 bssid[ETH_ALEN];
274 u8 hlid; /* data hlid */
275 u8 session;
276 __le32 remote_rates; /* remote supported rates */
277
278 /*
279 * The target uses this field to determine the rate at
280 * which to transmit control frame responses (such as
281 * ACK or CTS frames).
282 */
283 __le32 basic_rate_set;
284 __le32 local_rates; /* local supported rates */
285
286 u8 ssid_type;
287 u8 ssid_len;
288 u8 ssid[IEEE80211_MAX_SSID_LEN];
289
290 __le16 beacon_interval; /* in TBTTs */
291 } __packed sta;
292 struct {
293 u8 bssid[ETH_ALEN];
294 u8 hlid; /* data hlid */
295 u8 dtim_interval;
296 __le32 remote_rates; /* remote supported rates */
297
298 __le32 basic_rate_set;
299 __le32 local_rates; /* local supported rates */
300
301 u8 ssid_type;
302 u8 ssid_len;
303 u8 ssid[IEEE80211_MAX_SSID_LEN];
304
305 __le16 beacon_interval; /* in TBTTs */
306
307 u8 padding_1[4];
308 } __packed ibss;
309 /* ap & p2p_go use the same struct */
310 struct {
311 __le16 aging_period; /* in secs */
312 u8 beacon_expiry; /* in ms */
313 u8 bss_index;
314 /* The host link id for the AP's global queue */
315 u8 global_hlid;
316 /* The host link id for the AP's broadcast queue */
317 u8 broadcast_hlid;
318
319 __le16 beacon_interval; /* in TBTTs */
320
321 __le32 basic_rate_set;
322 __le32 local_rates; /* local supported rates */
323
324 u8 dtim_interval;
325
326 u8 ssid_type;
327 u8 ssid_len;
328 u8 ssid[IEEE80211_MAX_SSID_LEN];
329
330 u8 padding_1[5];
331 } __packed ap;
332 };
333} __packed;
334
335struct wl12xx_cmd_role_stop {
336 struct wl1271_cmd_header header;
337
338 u8 role_id;
339 u8 disc_type; /* only STA and P2P_CLI */
340 __le16 reason; /* only STA and P2P_CLI */
Eric Dumazetba2d3582010-06-02 18:10:09 +0000341} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300342
343struct cmd_enabledisable_path {
344 struct wl1271_cmd_header header;
345
346 u8 channel;
347 u8 padding[3];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000348} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300349
Juuso Oikarinen606c1482010-04-01 11:38:21 +0300350#define WL1271_RATE_AUTOMATIC 0
351
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300352struct wl1271_cmd_template_set {
353 struct wl1271_cmd_header header;
354
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300355 __le16 len;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300356 u8 template_type;
357 u8 index; /* relevant only for KLV_TEMPLATE type */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300358 __le32 enabled_rates;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300359 u8 short_retry_limit;
360 u8 long_retry_limit;
361 u8 aflags;
362 u8 reserved;
363 u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000364} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300365
366#define TIM_ELE_ID 5
367#define PARTIAL_VBM_MAX 251
368
369struct wl1271_tim {
370 u8 identity;
371 u8 length;
372 u8 dtim_count;
373 u8 dtim_period;
374 u8 bitmap_ctrl;
375 u8 pvb_field[PARTIAL_VBM_MAX]; /* Partial Virtual Bitmap */
Eric Dumazetba2d3582010-06-02 18:10:09 +0000376} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300377
378enum wl1271_cmd_ps_mode {
379 STATION_ACTIVE_MODE,
380 STATION_POWER_SAVE_MODE
381};
382
383struct wl1271_cmd_ps_params {
384 struct wl1271_cmd_header header;
385
Eliad Pellerc690ec82011-08-14 13:17:07 +0300386 u8 role_id;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300387 u8 ps_mode; /* STATION_* */
Eliad Pellerc690ec82011-08-14 13:17:07 +0300388 u8 padding[2];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000389} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300390
391/* HW encryption keys */
392#define NUM_ACCESS_CATEGORIES_COPY 4
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300393
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300394enum wl1271_cmd_key_action {
395 KEY_ADD_OR_REPLACE = 1,
396 KEY_REMOVE = 2,
397 KEY_SET_ID = 3,
398 MAX_KEY_ACTION = 0xffff,
399};
400
Eliad Pellerc690ec82011-08-14 13:17:07 +0300401enum wl1271_cmd_lid_key_type {
402 UNICAST_LID_TYPE = 0,
403 BROADCAST_LID_TYPE = 1,
404 WEP_DEFAULT_LID_TYPE = 2
405};
406
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300407enum wl1271_cmd_key_type {
408 KEY_NONE = 0,
409 KEY_WEP = 1,
410 KEY_TKIP = 2,
411 KEY_AES = 3,
Juuso Oikarinen7a557242010-09-27 12:42:07 +0200412 KEY_GEM = 4,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300413};
414
Eliad Pellerc690ec82011-08-14 13:17:07 +0300415struct wl1271_cmd_set_keys {
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200416 struct wl1271_cmd_header header;
417
418 /*
419 * Indicates whether the HLID is a unicast key set
420 * or broadcast key set. A special value 0xFF is
421 * used to indicate that the HLID is on WEP-default
422 * (multi-hlids). of type wl1271_cmd_lid_key_type.
423 */
424 u8 hlid;
425
426 /*
427 * In WEP-default network (hlid == 0xFF) used to
428 * indicate which network STA/IBSS/AP role should be
429 * changed
430 */
431 u8 lid_key_type;
432
433 /*
434 * Key ID - For TKIP and AES key types, this field
435 * indicates the value that should be inserted into
436 * the KeyID field of frames transmitted using this
437 * key entry. For broadcast keys the index use as a
438 * marker for TX/RX key.
439 * For WEP default network (HLID=0xFF), this field
440 * indicates the ID of the key to add or remove.
441 */
442 u8 key_id;
443 u8 reserved_1;
444
445 /* key_action_e */
446 __le16 key_action;
447
448 /* key size in bytes */
449 u8 key_size;
450
451 /* key_type_e */
452 u8 key_type;
453
454 /* This field holds the security key data to add to the STA table */
455 u8 key[MAX_KEY_SIZE];
456 __le16 ac_seq_num16[NUM_ACCESS_CATEGORIES_COPY];
457 __le32 ac_seq_num32[NUM_ACCESS_CATEGORIES_COPY];
458} __packed;
459
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300460struct wl1271_cmd_test_header {
461 u8 id;
462 u8 padding[3];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000463} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300464
465enum wl1271_channel_tune_bands {
466 WL1271_CHANNEL_TUNE_BAND_2_4,
467 WL1271_CHANNEL_TUNE_BAND_5,
468 WL1271_CHANNEL_TUNE_BAND_4_9
469};
470
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200471#define WL1271_PD_REFERENCE_POINT_BAND_B_G 0
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300472
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200473#define TEST_CMD_INI_FILE_RADIO_PARAM 0x19
474#define TEST_CMD_INI_FILE_GENERAL_PARAM 0x1E
475#define TEST_CMD_INI_FILE_RF_EXTENDED_PARAM 0x26
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200476
477struct wl1271_general_parms_cmd {
478 struct wl1271_cmd_header header;
479
480 struct wl1271_cmd_test_header test;
481
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300482 struct wl1271_ini_general_params general_params;
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200483
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300484 u8 sr_debug_table[WL1271_INI_MAX_SMART_REFLEX_PARAM];
485 u8 sr_sen_n_p;
486 u8 sr_sen_n_p_gain;
487 u8 sr_sen_nrn;
488 u8 sr_sen_prn;
489 u8 padding[3];
David S. Miller14599f12010-06-11 11:34:06 -0700490} __packed;
Juuso Oikarinen152ee6e2010-02-18 13:25:42 +0200491
Shahar Levi49d750ca2011-03-06 16:32:09 +0200492struct wl128x_general_parms_cmd {
493 struct wl1271_cmd_header header;
494
495 struct wl1271_cmd_test_header test;
496
497 struct wl128x_ini_general_params general_params;
498
499 u8 sr_debug_table[WL1271_INI_MAX_SMART_REFLEX_PARAM];
500 u8 sr_sen_n_p;
501 u8 sr_sen_n_p_gain;
502 u8 sr_sen_nrn;
503 u8 sr_sen_prn;
504 u8 padding[3];
505} __packed;
506
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200507struct wl1271_radio_parms_cmd {
508 struct wl1271_cmd_header header;
509
510 struct wl1271_cmd_test_header test;
511
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300512 /* Static radio parameters */
513 struct wl1271_ini_band_params_2 static_params_2;
514 struct wl1271_ini_band_params_5 static_params_5;
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200515
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300516 /* Dynamic radio parameters */
517 struct wl1271_ini_fem_params_2 dyn_params_2;
518 u8 padding2;
519 struct wl1271_ini_fem_params_5 dyn_params_5;
520 u8 padding3[2];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000521} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300522
Shahar Levi49d750ca2011-03-06 16:32:09 +0200523struct wl128x_radio_parms_cmd {
524 struct wl1271_cmd_header header;
525
526 struct wl1271_cmd_test_header test;
527
528 /* Static radio parameters */
529 struct wl128x_ini_band_params_2 static_params_2;
530 struct wl128x_ini_band_params_5 static_params_5;
531
532 u8 fem_vendor_and_options;
533
534 /* Dynamic radio parameters */
535 struct wl128x_ini_fem_params_2 dyn_params_2;
536 u8 padding2;
537 struct wl128x_ini_fem_params_5 dyn_params_5;
538} __packed;
539
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200540struct wl1271_ext_radio_parms_cmd {
541 struct wl1271_cmd_header header;
542
543 struct wl1271_cmd_test_header test;
544
545 u8 tx_per_channel_power_compensation_2[CONF_TX_PWR_COMPENSATION_LEN_2];
546 u8 tx_per_channel_power_compensation_5[CONF_TX_PWR_COMPENSATION_LEN_5];
547 u8 padding[3];
548} __packed;
549
Luciano Coelho25a7dc62009-10-12 15:08:42 +0300550/*
551 * There are three types of disconnections:
552 *
553 * DISCONNECT_IMMEDIATE: the fw doesn't send any frames
554 * DISCONNECT_DEAUTH: the fw generates a DEAUTH request with the reason
555 * we have passed
556 * DISCONNECT_DISASSOC: the fw generates a DESASSOC request with the reason
557 * we have passed
558 */
559enum wl1271_disconnect_type {
560 DISCONNECT_IMMEDIATE,
561 DISCONNECT_DEAUTH,
562 DISCONNECT_DISASSOC
563};
564
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300565#define WL1271_CMD_STA_STATE_CONNECTED 1
566
Eliad Pellerc690ec82011-08-14 13:17:07 +0300567struct wl12xx_cmd_set_peer_state {
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300568 struct wl1271_cmd_header header;
569
Eliad Pellerc690ec82011-08-14 13:17:07 +0300570 u8 hlid;
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300571 u8 state;
Eliad Pellerc690ec82011-08-14 13:17:07 +0300572 u8 padding[2];
Luciano Coelho5082b822010-10-05 14:58:49 +0300573} __packed;
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300574
Eliad Pellera7cba382011-08-14 13:17:16 +0300575struct wl12xx_cmd_roc {
576 struct wl1271_cmd_header header;
577
578 u8 role_id;
579 u8 channel;
580 u8 band;
581 u8 padding;
582};
583
584struct wl12xx_cmd_croc {
585 struct wl1271_cmd_header header;
586
587 u8 role_id;
588 u8 padding[3];
589};
590
Eliad Pellerc690ec82011-08-14 13:17:07 +0300591enum wl12xx_ssid_type {
592 WL12XX_SSID_TYPE_PUBLIC = 0,
593 WL12XX_SSID_TYPE_HIDDEN = 1,
594 WL12XX_SSID_TYPE_ANY = 2,
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200595};
596
Eliad Peller1ec23f72011-08-25 14:26:54 +0300597enum wl1271_psd_type {
598 WL1271_PSD_LEGACY = 0,
599 WL1271_PSD_UPSD_TRIGGER = 1,
600 WL1271_PSD_LEGACY_PSPOLL = 2,
601 WL1271_PSD_SAPSD = 3
602};
603
Eliad Pellerc690ec82011-08-14 13:17:07 +0300604struct wl12xx_cmd_add_peer {
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200605 struct wl1271_cmd_header header;
606
607 u8 addr[ETH_ALEN];
608 u8 hlid;
609 u8 aid;
610 u8 psd_type[NUM_ACCESS_CATEGORIES_COPY];
611 __le32 supported_rates;
612 u8 bss_index;
613 u8 sp_len;
614 u8 wmm;
615 u8 padding1;
616} __packed;
617
Eliad Pellerc690ec82011-08-14 13:17:07 +0300618struct wl12xx_cmd_remove_peer {
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200619 struct wl1271_cmd_header header;
620
621 u8 hlid;
622 u8 reason_opcode;
623 u8 send_deauth_flag;
624 u8 padding1;
625} __packed;
626
Ido Yariv95dac04f2011-06-06 14:57:06 +0300627/*
628 * Continuous mode - packets are transferred to the host periodically
629 * via the data path.
630 * On demand - Log messages are stored in a cyclic buffer in the
631 * firmware, and only transferred to the host when explicitly requested
632 */
633enum wl12xx_fwlogger_log_mode {
634 WL12XX_FWLOG_CONTINUOUS,
635 WL12XX_FWLOG_ON_DEMAND
636};
637
638/* Include/exclude timestamps from the log messages */
639enum wl12xx_fwlogger_timestamp {
640 WL12XX_FWLOG_TIMESTAMP_DISABLED,
641 WL12XX_FWLOG_TIMESTAMP_ENABLED
642};
643
644/*
645 * Logs can be routed to the debug pinouts (where available), to the host bus
646 * (SDIO/SPI), or dropped
647 */
648enum wl12xx_fwlogger_output {
649 WL12XX_FWLOG_OUTPUT_NONE,
650 WL12XX_FWLOG_OUTPUT_DBG_PINS,
651 WL12XX_FWLOG_OUTPUT_HOST,
652};
653
654struct wl12xx_cmd_config_fwlog {
655 struct wl1271_cmd_header header;
656
657 /* See enum wl12xx_fwlogger_log_mode */
658 u8 logger_mode;
659
660 /* Minimum log level threshold */
661 u8 log_severity;
662
663 /* Include/exclude timestamps from the log messages */
664 u8 timestamp;
665
666 /* See enum wl1271_fwlogger_output */
667 u8 output;
668
669 /* Regulates the frequency of log messages */
670 u8 threshold;
671
672 u8 padding[3];
673} __packed;
674
675struct wl12xx_cmd_start_fwlog {
676 struct wl1271_cmd_header header;
677} __packed;
678
679struct wl12xx_cmd_stop_fwlog {
680 struct wl1271_cmd_header header;
681} __packed;
682
Shahar Levi6d158ff2011-09-08 13:01:33 +0300683struct wl12xx_cmd_channel_switch {
684 struct wl1271_cmd_header header;
685
686 /* The new serving channel */
687 u8 channel;
688 /* Relative time of the serving channel switch in TBTT units */
689 u8 switch_time;
690 /* 1: Suspend TX till switch time; 0: Do not suspend TX */
691 u8 tx_suspend;
692 /* 1: Flush TX at switch time; 0: Do not flush */
693 u8 flush;
694} __packed;
695
696struct wl12xx_cmd_stop_channel_switch {
697 struct wl1271_cmd_header header;
698} __packed;
699
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300700#endif /* __WL1271_CMD_H__ */