blob: 1ae949f00c1491b9fc7c93195a4cccbd80cdbecf [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 Peller784f6942011-10-05 11:55:39 +020039int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type,
40 u8 *role_id);
Eliad Pellerc690ec82011-08-14 13:17:07 +030041int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id);
42int wl12xx_cmd_role_start_dev(struct wl1271 *wl);
43int wl12xx_cmd_role_stop_dev(struct wl1271 *wl);
44int wl12xx_cmd_role_start_sta(struct wl1271 *wl);
45int wl12xx_cmd_role_stop_sta(struct wl1271 *wl);
46int wl12xx_cmd_role_start_ap(struct wl1271 *wl);
47int wl12xx_cmd_role_stop_ap(struct wl1271 *wl);
Eliad Peller31cd3ae2011-08-14 13:17:25 +030048int wl12xx_cmd_role_start_ibss(struct wl1271 *wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030049int wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer);
50int wl1271_cmd_interrogate(struct wl1271 *wl, u16 id, void *buf, size_t len);
51int wl1271_cmd_configure(struct wl1271 *wl, u16 id, void *buf, size_t len);
Luciano Coelho94210892009-12-11 15:40:55 +020052int wl1271_cmd_data_path(struct wl1271 *wl, bool enable);
Eliad Pellerc8bde242011-02-02 09:59:35 +020053int wl1271_cmd_ps_mode(struct wl1271 *wl, u8 ps_mode);
Juuso Oikarinen65cddbf12010-08-24 06:28:03 +030054int wl1271_cmd_read_memory(struct wl1271 *wl, u32 addr, void *answer,
55 size_t len);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030056int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id,
Juuso Oikarinen606c1482010-04-01 11:38:21 +030057 void *buf, size_t buf_len, int index, u32 rates);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030058int wl1271_cmd_build_null_data(struct wl1271 *wl);
59int wl1271_cmd_build_ps_poll(struct wl1271 *wl, u16 aid);
Kalle Valo818e3062010-03-18 12:26:35 +020060int wl1271_cmd_build_probe_req(struct wl1271 *wl,
61 const u8 *ssid, size_t ssid_len,
62 const u8 *ie, size_t ie_len, u8 band);
Juuso Oikarinen2f6724b2010-11-24 08:16:57 +020063struct sk_buff *wl1271_cmd_build_ap_probe_req(struct wl1271 *wl,
64 struct sk_buff *skb);
Eliad Pellerc5312772010-12-09 11:31:27 +020065int wl1271_cmd_build_arp_rsp(struct wl1271 *wl, __be32 ip_addr);
Eliad Peller784f6942011-10-05 11:55:39 +020066int wl1271_build_qos_null_data(struct wl1271 *wl, struct ieee80211_vif *vif);
Juuso Oikarinenbfb24c92010-03-26 12:53:31 +020067int wl1271_cmd_build_klv_null_data(struct wl1271 *wl);
Eliad Pellerc690ec82011-08-14 13:17:07 +030068int wl12xx_cmd_set_default_wep_key(struct wl1271 *wl, u8 id, u8 hlid);
Arik Nemtsov98bdaab2010-10-16 18:08:58 +020069int wl1271_cmd_set_sta_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
70 u8 key_size, const u8 *key, const u8 *addr,
71 u32 tx_seq_32, u16 tx_seq_16);
72int wl1271_cmd_set_ap_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
73 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
74 u16 tx_seq_16);
Eliad Pellerb67476e2011-08-14 13:17:23 +030075int wl12xx_cmd_set_peer_state(struct wl1271 *wl, u8 hlid);
Eliad Peller251c1772011-08-14 13:17:17 +030076int wl12xx_roc(struct wl1271 *wl, u8 role_id);
77int wl12xx_croc(struct wl1271 *wl, u8 role_id);
Eliad Pellerc690ec82011-08-14 13:17:07 +030078int wl12xx_cmd_add_peer(struct wl1271 *wl, struct ieee80211_sta *sta, u8 hlid);
79int wl12xx_cmd_remove_peer(struct wl1271 *wl, u8 hlid);
Ido Yariv95dac04f2011-06-06 14:57:06 +030080int wl12xx_cmd_config_fwlog(struct wl1271 *wl);
81int wl12xx_cmd_start_fwlog(struct wl1271 *wl);
82int wl12xx_cmd_stop_fwlog(struct wl1271 *wl);
Shahar Levi6d158ff2011-09-08 13:01:33 +030083int wl12xx_cmd_channel_switch(struct wl1271 *wl,
84 struct ieee80211_channel_switch *ch_switch);
85int wl12xx_cmd_stop_channel_switch(struct wl1271 *wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030086
87enum wl1271_commands {
88 CMD_INTERROGATE = 1, /*use this to read information elements*/
89 CMD_CONFIGURE = 2, /*use this to write information elements*/
90 CMD_ENABLE_RX = 3,
91 CMD_ENABLE_TX = 4,
92 CMD_DISABLE_RX = 5,
93 CMD_DISABLE_TX = 6,
94 CMD_SCAN = 8,
95 CMD_STOP_SCAN = 9,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030096 CMD_SET_KEYS = 12,
97 CMD_READ_MEMORY = 13,
98 CMD_WRITE_MEMORY = 14,
99 CMD_SET_TEMPLATE = 19,
100 CMD_TEST = 23,
101 CMD_NOISE_HIST = 28,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300102 CMD_QUIET_ELEMENT_SET_STATE = 29,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300103 CMD_SET_BCN_MODE = 33,
104 CMD_MEASUREMENT = 34,
105 CMD_STOP_MEASUREMENT = 35,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300106 CMD_SET_PS_MODE = 37,
107 CMD_CHANNEL_SWITCH = 38,
108 CMD_STOP_CHANNEL_SWICTH = 39,
109 CMD_AP_DISCOVERY = 40,
110 CMD_STOP_AP_DISCOVERY = 41,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300111 CMD_HEALTH_CHECK = 45,
112 CMD_DEBUG = 46,
113 CMD_TRIGGER_SCAN_TO = 47,
114 CMD_CONNECTION_SCAN_CFG = 48,
115 CMD_CONNECTION_SCAN_SSID_CFG = 49,
116 CMD_START_PERIODIC_SCAN = 50,
117 CMD_STOP_PERIODIC_SCAN = 51,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300118 CMD_SET_PEER_STATE = 52,
119 CMD_REMAIN_ON_CHANNEL = 53,
120 CMD_CANCEL_REMAIN_ON_CHANNEL = 54,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300121
Eliad Pellerc690ec82011-08-14 13:17:07 +0300122 CMD_CONFIG_FWLOGGER = 55,
123 CMD_START_FWLOGGER = 56,
124 CMD_STOP_FWLOGGER = 57,
125
126 /* AP commands */
127 CMD_ADD_PEER = 62,
128 CMD_REMOVE_PEER = 63,
129
130 /* Role API */
131 CMD_ROLE_ENABLE = 70,
132 CMD_ROLE_DISABLE = 71,
133 CMD_ROLE_START = 72,
134 CMD_ROLE_STOP = 73,
135
136 /* WIFI Direct */
137 CMD_WFD_START_DISCOVERY = 80,
138 CMD_WFD_STOP_DISCOVERY = 81,
139 CMD_WFD_ATTRIBUTE_CONFIG = 82,
140
141 CMD_NOP = 100,
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200142
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300143 NUM_COMMANDS,
144 MAX_COMMAND_ID = 0xFFFF,
145};
146
147#define MAX_CMD_PARAMS 572
148
Juuso Oikarinenbfb24c92010-03-26 12:53:31 +0200149enum {
150 CMD_TEMPL_KLV_IDX_NULL_DATA = 0,
151 CMD_TEMPL_KLV_IDX_MAX = 4
152};
153
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300154enum cmd_templ {
155 CMD_TEMPL_NULL_DATA = 0,
156 CMD_TEMPL_BEACON,
157 CMD_TEMPL_CFG_PROBE_REQ_2_4,
158 CMD_TEMPL_CFG_PROBE_REQ_5,
159 CMD_TEMPL_PROBE_RESPONSE,
160 CMD_TEMPL_QOS_NULL_DATA,
161 CMD_TEMPL_PS_POLL,
162 CMD_TEMPL_KLV,
163 CMD_TEMPL_DISCONNECT,
164 CMD_TEMPL_PROBE_REQ_2_4, /* for firmware internal use only */
165 CMD_TEMPL_PROBE_REQ_5, /* for firmware internal use only */
166 CMD_TEMPL_BAR, /* for firmware internal use only */
167 CMD_TEMPL_CTS, /*
168 * For CTS-to-self (FastCTS) mechanism
169 * for BT/WLAN coexistence (SoftGemini). */
Eliad Pellerc690ec82011-08-14 13:17:07 +0300170 CMD_TEMPL_AP_BEACON,
Arik Nemtsove0fe3712010-10-16 18:19:53 +0200171 CMD_TEMPL_AP_PROBE_RESPONSE,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300172 CMD_TEMPL_ARP_RSP,
Arik Nemtsove0fe3712010-10-16 18:19:53 +0200173 CMD_TEMPL_DEAUTH_AP,
Eliad Pellerc690ec82011-08-14 13:17:07 +0300174 CMD_TEMPL_TEMPORARY,
175 CMD_TEMPL_LINK_MEASUREMENT_REPORT,
Arik Nemtsove0fe3712010-10-16 18:19:53 +0200176
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300177 CMD_TEMPL_MAX = 0xff
178};
179
180/* unit ms */
181#define WL1271_COMMAND_TIMEOUT 2000
Eliad Peller154037d2011-08-14 13:17:12 +0300182#define WL1271_CMD_TEMPL_DFLT_SIZE 252
183#define WL1271_CMD_TEMPL_MAX_SIZE 548
Teemu Paasikivi0cbb1032010-05-07 11:39:01 +0300184#define WL1271_EVENT_TIMEOUT 750
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300185
186struct wl1271_cmd_header {
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300187 __le16 id;
188 __le16 status;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300189 /* payload */
190 u8 data[0];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000191} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300192
193#define WL1271_CMD_MAX_PARAMS 572
194
195struct wl1271_command {
196 struct wl1271_cmd_header header;
197 u8 parameters[WL1271_CMD_MAX_PARAMS];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000198} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300199
200enum {
201 CMD_MAILBOX_IDLE = 0,
202 CMD_STATUS_SUCCESS = 1,
203 CMD_STATUS_UNKNOWN_CMD = 2,
204 CMD_STATUS_UNKNOWN_IE = 3,
205 CMD_STATUS_REJECT_MEAS_SG_ACTIVE = 11,
206 CMD_STATUS_RX_BUSY = 13,
207 CMD_STATUS_INVALID_PARAM = 14,
208 CMD_STATUS_TEMPLATE_TOO_LARGE = 15,
209 CMD_STATUS_OUT_OF_MEMORY = 16,
210 CMD_STATUS_STA_TABLE_FULL = 17,
211 CMD_STATUS_RADIO_ERROR = 18,
212 CMD_STATUS_WRONG_NESTING = 19,
213 CMD_STATUS_TIMEOUT = 21, /* Driver internal use.*/
214 CMD_STATUS_FW_RESET = 22, /* Driver internal use.*/
Eliad Pellerc690ec82011-08-14 13:17:07 +0300215 CMD_STATUS_TEMPLATE_OOM = 23,
Arik Nemtsov0f9c8252011-08-17 10:45:49 +0300216 CMD_STATUS_NO_RX_BA_SESSION = 24,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300217 MAX_COMMAND_STATUS = 0xff
218};
219
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300220#define CMDMBOX_HEADER_LEN 4
221#define CMDMBOX_INFO_ELEM_HEADER_LEN 4
222
223enum {
224 BSS_TYPE_IBSS = 0,
225 BSS_TYPE_STA_BSS = 2,
226 BSS_TYPE_AP_BSS = 3,
227 MAX_BSS_TYPE = 0xFF
228};
229
230#define WL1271_JOIN_CMD_CTRL_TX_FLUSH 0x80 /* Firmware flushes all Tx */
231#define WL1271_JOIN_CMD_TX_SESSION_OFFSET 1
Teemu Paasikivia4102642009-10-13 12:47:51 +0300232#define WL1271_JOIN_CMD_BSS_TYPE_5GHZ 0x10
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300233
Eliad Pellerc690ec82011-08-14 13:17:07 +0300234struct wl12xx_cmd_role_enable {
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300235 struct wl1271_cmd_header header;
236
Eliad Pellerc690ec82011-08-14 13:17:07 +0300237 u8 role_id;
238 u8 role_type;
239 u8 mac_address[ETH_ALEN];
240} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300241
Eliad Pellerc690ec82011-08-14 13:17:07 +0300242struct wl12xx_cmd_role_disable {
243 struct wl1271_cmd_header header;
244
245 u8 role_id;
246 u8 padding[3];
247} __packed;
248
249enum wl12xx_band {
250 WL12XX_BAND_2_4GHZ = 0,
251 WL12XX_BAND_5GHZ = 1,
252 WL12XX_BAND_JAPAN_4_9_GHZ = 2,
253 WL12XX_BAND_DEFAULT = WL12XX_BAND_2_4GHZ,
254 WL12XX_BAND_INVALID = 0x7E,
255 WL12XX_BAND_MAX_RADIO = 0x7F,
256};
257
258struct wl12xx_cmd_role_start {
259 struct wl1271_cmd_header header;
260
261 u8 role_id;
262 u8 band;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300263 u8 channel;
Eliad Pellerc690ec82011-08-14 13:17:07 +0300264 u8 padding;
265
266 union {
267 struct {
268 u8 hlid;
269 u8 session;
270 u8 padding_1[54];
271 } __packed device;
272 /* sta & p2p_cli use the same struct */
273 struct {
274 u8 bssid[ETH_ALEN];
275 u8 hlid; /* data hlid */
276 u8 session;
277 __le32 remote_rates; /* remote supported rates */
278
279 /*
280 * The target uses this field to determine the rate at
281 * which to transmit control frame responses (such as
282 * ACK or CTS frames).
283 */
284 __le32 basic_rate_set;
285 __le32 local_rates; /* local supported rates */
286
287 u8 ssid_type;
288 u8 ssid_len;
289 u8 ssid[IEEE80211_MAX_SSID_LEN];
290
291 __le16 beacon_interval; /* in TBTTs */
292 } __packed sta;
293 struct {
294 u8 bssid[ETH_ALEN];
295 u8 hlid; /* data hlid */
296 u8 dtim_interval;
297 __le32 remote_rates; /* remote supported rates */
298
299 __le32 basic_rate_set;
300 __le32 local_rates; /* local supported rates */
301
302 u8 ssid_type;
303 u8 ssid_len;
304 u8 ssid[IEEE80211_MAX_SSID_LEN];
305
306 __le16 beacon_interval; /* in TBTTs */
307
308 u8 padding_1[4];
309 } __packed ibss;
310 /* ap & p2p_go use the same struct */
311 struct {
312 __le16 aging_period; /* in secs */
313 u8 beacon_expiry; /* in ms */
314 u8 bss_index;
315 /* The host link id for the AP's global queue */
316 u8 global_hlid;
317 /* The host link id for the AP's broadcast queue */
318 u8 broadcast_hlid;
319
320 __le16 beacon_interval; /* in TBTTs */
321
322 __le32 basic_rate_set;
323 __le32 local_rates; /* local supported rates */
324
325 u8 dtim_interval;
326
327 u8 ssid_type;
328 u8 ssid_len;
329 u8 ssid[IEEE80211_MAX_SSID_LEN];
330
331 u8 padding_1[5];
332 } __packed ap;
333 };
334} __packed;
335
336struct wl12xx_cmd_role_stop {
337 struct wl1271_cmd_header header;
338
339 u8 role_id;
340 u8 disc_type; /* only STA and P2P_CLI */
341 __le16 reason; /* only STA and P2P_CLI */
Eric Dumazetba2d3582010-06-02 18:10:09 +0000342} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300343
344struct cmd_enabledisable_path {
345 struct wl1271_cmd_header header;
346
347 u8 channel;
348 u8 padding[3];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000349} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300350
Juuso Oikarinen606c1482010-04-01 11:38:21 +0300351#define WL1271_RATE_AUTOMATIC 0
352
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300353struct wl1271_cmd_template_set {
354 struct wl1271_cmd_header header;
355
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300356 __le16 len;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300357 u8 template_type;
358 u8 index; /* relevant only for KLV_TEMPLATE type */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300359 __le32 enabled_rates;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300360 u8 short_retry_limit;
361 u8 long_retry_limit;
362 u8 aflags;
363 u8 reserved;
364 u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000365} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300366
367#define TIM_ELE_ID 5
368#define PARTIAL_VBM_MAX 251
369
370struct wl1271_tim {
371 u8 identity;
372 u8 length;
373 u8 dtim_count;
374 u8 dtim_period;
375 u8 bitmap_ctrl;
376 u8 pvb_field[PARTIAL_VBM_MAX]; /* Partial Virtual Bitmap */
Eric Dumazetba2d3582010-06-02 18:10:09 +0000377} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300378
379enum wl1271_cmd_ps_mode {
380 STATION_ACTIVE_MODE,
381 STATION_POWER_SAVE_MODE
382};
383
384struct wl1271_cmd_ps_params {
385 struct wl1271_cmd_header header;
386
Eliad Pellerc690ec82011-08-14 13:17:07 +0300387 u8 role_id;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300388 u8 ps_mode; /* STATION_* */
Eliad Pellerc690ec82011-08-14 13:17:07 +0300389 u8 padding[2];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000390} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300391
392/* HW encryption keys */
393#define NUM_ACCESS_CATEGORIES_COPY 4
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300394
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300395enum wl1271_cmd_key_action {
396 KEY_ADD_OR_REPLACE = 1,
397 KEY_REMOVE = 2,
398 KEY_SET_ID = 3,
399 MAX_KEY_ACTION = 0xffff,
400};
401
Eliad Pellerc690ec82011-08-14 13:17:07 +0300402enum wl1271_cmd_lid_key_type {
403 UNICAST_LID_TYPE = 0,
404 BROADCAST_LID_TYPE = 1,
405 WEP_DEFAULT_LID_TYPE = 2
406};
407
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300408enum wl1271_cmd_key_type {
409 KEY_NONE = 0,
410 KEY_WEP = 1,
411 KEY_TKIP = 2,
412 KEY_AES = 3,
Juuso Oikarinen7a557242010-09-27 12:42:07 +0200413 KEY_GEM = 4,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300414};
415
Eliad Pellerc690ec82011-08-14 13:17:07 +0300416struct wl1271_cmd_set_keys {
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200417 struct wl1271_cmd_header header;
418
419 /*
420 * Indicates whether the HLID is a unicast key set
421 * or broadcast key set. A special value 0xFF is
422 * used to indicate that the HLID is on WEP-default
423 * (multi-hlids). of type wl1271_cmd_lid_key_type.
424 */
425 u8 hlid;
426
427 /*
428 * In WEP-default network (hlid == 0xFF) used to
429 * indicate which network STA/IBSS/AP role should be
430 * changed
431 */
432 u8 lid_key_type;
433
434 /*
435 * Key ID - For TKIP and AES key types, this field
436 * indicates the value that should be inserted into
437 * the KeyID field of frames transmitted using this
438 * key entry. For broadcast keys the index use as a
439 * marker for TX/RX key.
440 * For WEP default network (HLID=0xFF), this field
441 * indicates the ID of the key to add or remove.
442 */
443 u8 key_id;
444 u8 reserved_1;
445
446 /* key_action_e */
447 __le16 key_action;
448
449 /* key size in bytes */
450 u8 key_size;
451
452 /* key_type_e */
453 u8 key_type;
454
455 /* This field holds the security key data to add to the STA table */
456 u8 key[MAX_KEY_SIZE];
457 __le16 ac_seq_num16[NUM_ACCESS_CATEGORIES_COPY];
458 __le32 ac_seq_num32[NUM_ACCESS_CATEGORIES_COPY];
459} __packed;
460
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300461struct wl1271_cmd_test_header {
462 u8 id;
463 u8 padding[3];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000464} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300465
466enum wl1271_channel_tune_bands {
467 WL1271_CHANNEL_TUNE_BAND_2_4,
468 WL1271_CHANNEL_TUNE_BAND_5,
469 WL1271_CHANNEL_TUNE_BAND_4_9
470};
471
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200472#define WL1271_PD_REFERENCE_POINT_BAND_B_G 0
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300473
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200474#define TEST_CMD_INI_FILE_RADIO_PARAM 0x19
475#define TEST_CMD_INI_FILE_GENERAL_PARAM 0x1E
476#define TEST_CMD_INI_FILE_RF_EXTENDED_PARAM 0x26
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200477
478struct wl1271_general_parms_cmd {
479 struct wl1271_cmd_header header;
480
481 struct wl1271_cmd_test_header test;
482
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300483 struct wl1271_ini_general_params general_params;
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200484
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300485 u8 sr_debug_table[WL1271_INI_MAX_SMART_REFLEX_PARAM];
486 u8 sr_sen_n_p;
487 u8 sr_sen_n_p_gain;
488 u8 sr_sen_nrn;
489 u8 sr_sen_prn;
490 u8 padding[3];
David S. Miller14599f12010-06-11 11:34:06 -0700491} __packed;
Juuso Oikarinen152ee6e2010-02-18 13:25:42 +0200492
Shahar Levi49d750ca2011-03-06 16:32:09 +0200493struct wl128x_general_parms_cmd {
494 struct wl1271_cmd_header header;
495
496 struct wl1271_cmd_test_header test;
497
498 struct wl128x_ini_general_params general_params;
499
500 u8 sr_debug_table[WL1271_INI_MAX_SMART_REFLEX_PARAM];
501 u8 sr_sen_n_p;
502 u8 sr_sen_n_p_gain;
503 u8 sr_sen_nrn;
504 u8 sr_sen_prn;
505 u8 padding[3];
506} __packed;
507
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200508struct wl1271_radio_parms_cmd {
509 struct wl1271_cmd_header header;
510
511 struct wl1271_cmd_test_header test;
512
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300513 /* Static radio parameters */
514 struct wl1271_ini_band_params_2 static_params_2;
515 struct wl1271_ini_band_params_5 static_params_5;
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200516
Juuso Oikarineneb70eb72010-05-14 10:46:22 +0300517 /* Dynamic radio parameters */
518 struct wl1271_ini_fem_params_2 dyn_params_2;
519 u8 padding2;
520 struct wl1271_ini_fem_params_5 dyn_params_5;
521 u8 padding3[2];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000522} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300523
Shahar Levi49d750ca2011-03-06 16:32:09 +0200524struct wl128x_radio_parms_cmd {
525 struct wl1271_cmd_header header;
526
527 struct wl1271_cmd_test_header test;
528
529 /* Static radio parameters */
530 struct wl128x_ini_band_params_2 static_params_2;
531 struct wl128x_ini_band_params_5 static_params_5;
532
533 u8 fem_vendor_and_options;
534
535 /* Dynamic radio parameters */
536 struct wl128x_ini_fem_params_2 dyn_params_2;
537 u8 padding2;
538 struct wl128x_ini_fem_params_5 dyn_params_5;
539} __packed;
540
Juuso Oikarinen644a4862010-10-05 13:11:56 +0200541struct wl1271_ext_radio_parms_cmd {
542 struct wl1271_cmd_header header;
543
544 struct wl1271_cmd_test_header test;
545
546 u8 tx_per_channel_power_compensation_2[CONF_TX_PWR_COMPENSATION_LEN_2];
547 u8 tx_per_channel_power_compensation_5[CONF_TX_PWR_COMPENSATION_LEN_5];
548 u8 padding[3];
549} __packed;
550
Luciano Coelho25a7dc62009-10-12 15:08:42 +0300551/*
552 * There are three types of disconnections:
553 *
554 * DISCONNECT_IMMEDIATE: the fw doesn't send any frames
555 * DISCONNECT_DEAUTH: the fw generates a DEAUTH request with the reason
556 * we have passed
557 * DISCONNECT_DISASSOC: the fw generates a DESASSOC request with the reason
558 * we have passed
559 */
560enum wl1271_disconnect_type {
561 DISCONNECT_IMMEDIATE,
562 DISCONNECT_DEAUTH,
563 DISCONNECT_DISASSOC
564};
565
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300566#define WL1271_CMD_STA_STATE_CONNECTED 1
567
Eliad Pellerc690ec82011-08-14 13:17:07 +0300568struct wl12xx_cmd_set_peer_state {
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300569 struct wl1271_cmd_header header;
570
Eliad Pellerc690ec82011-08-14 13:17:07 +0300571 u8 hlid;
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300572 u8 state;
Eliad Pellerc690ec82011-08-14 13:17:07 +0300573 u8 padding[2];
Luciano Coelho5082b822010-10-05 14:58:49 +0300574} __packed;
Juuso Oikarinenbe86cbe2010-05-27 12:53:01 +0300575
Eliad Pellera7cba382011-08-14 13:17:16 +0300576struct wl12xx_cmd_roc {
577 struct wl1271_cmd_header header;
578
579 u8 role_id;
580 u8 channel;
581 u8 band;
582 u8 padding;
583};
584
585struct wl12xx_cmd_croc {
586 struct wl1271_cmd_header header;
587
588 u8 role_id;
589 u8 padding[3];
590};
591
Eliad Pellerc690ec82011-08-14 13:17:07 +0300592enum wl12xx_ssid_type {
593 WL12XX_SSID_TYPE_PUBLIC = 0,
594 WL12XX_SSID_TYPE_HIDDEN = 1,
595 WL12XX_SSID_TYPE_ANY = 2,
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200596};
597
Eliad Peller1ec23f72011-08-25 14:26:54 +0300598enum wl1271_psd_type {
599 WL1271_PSD_LEGACY = 0,
600 WL1271_PSD_UPSD_TRIGGER = 1,
601 WL1271_PSD_LEGACY_PSPOLL = 2,
602 WL1271_PSD_SAPSD = 3
603};
604
Eliad Pellerc690ec82011-08-14 13:17:07 +0300605struct wl12xx_cmd_add_peer {
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200606 struct wl1271_cmd_header header;
607
608 u8 addr[ETH_ALEN];
609 u8 hlid;
610 u8 aid;
611 u8 psd_type[NUM_ACCESS_CATEGORIES_COPY];
612 __le32 supported_rates;
613 u8 bss_index;
614 u8 sp_len;
615 u8 wmm;
616 u8 padding1;
617} __packed;
618
Eliad Pellerc690ec82011-08-14 13:17:07 +0300619struct wl12xx_cmd_remove_peer {
Arik Nemtsov98bdaab2010-10-16 18:08:58 +0200620 struct wl1271_cmd_header header;
621
622 u8 hlid;
623 u8 reason_opcode;
624 u8 send_deauth_flag;
625 u8 padding1;
626} __packed;
627
Ido Yariv95dac04f2011-06-06 14:57:06 +0300628/*
629 * Continuous mode - packets are transferred to the host periodically
630 * via the data path.
631 * On demand - Log messages are stored in a cyclic buffer in the
632 * firmware, and only transferred to the host when explicitly requested
633 */
634enum wl12xx_fwlogger_log_mode {
635 WL12XX_FWLOG_CONTINUOUS,
636 WL12XX_FWLOG_ON_DEMAND
637};
638
639/* Include/exclude timestamps from the log messages */
640enum wl12xx_fwlogger_timestamp {
641 WL12XX_FWLOG_TIMESTAMP_DISABLED,
642 WL12XX_FWLOG_TIMESTAMP_ENABLED
643};
644
645/*
646 * Logs can be routed to the debug pinouts (where available), to the host bus
647 * (SDIO/SPI), or dropped
648 */
649enum wl12xx_fwlogger_output {
650 WL12XX_FWLOG_OUTPUT_NONE,
651 WL12XX_FWLOG_OUTPUT_DBG_PINS,
652 WL12XX_FWLOG_OUTPUT_HOST,
653};
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
Shahar Levi6d158ff2011-09-08 13:01:33 +0300684struct wl12xx_cmd_channel_switch {
685 struct wl1271_cmd_header header;
686
687 /* The new serving channel */
688 u8 channel;
689 /* Relative time of the serving channel switch in TBTT units */
690 u8 switch_time;
691 /* 1: Suspend TX till switch time; 0: Do not suspend TX */
692 u8 tx_suspend;
693 /* 1: Flush TX at switch time; 0: Do not flush */
694 u8 flush;
695} __packed;
696
697struct wl12xx_cmd_stop_channel_switch {
698 struct wl1271_cmd_header header;
699} __packed;
700
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300701#endif /* __WL1271_CMD_H__ */