blob: bdd7a3d8ece6f7c3364ef010df693ad3d37d8aab [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
25#ifndef __WL1271_CMD_H__
26#define __WL1271_CMD_H__
27
28#include "wl1271.h"
29
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);
35int wl1271_cmd_radio_parms(struct wl1271 *wl);
Juuso Oikarinen15305492010-02-22 08:38:32 +020036int wl1271_cmd_join(struct wl1271 *wl, u8 bss_type);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030037int wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer);
38int wl1271_cmd_interrogate(struct wl1271 *wl, u16 id, void *buf, size_t len);
39int wl1271_cmd_configure(struct wl1271 *wl, u16 id, void *buf, size_t len);
Luciano Coelho94210892009-12-11 15:40:55 +020040int wl1271_cmd_data_path(struct wl1271 *wl, bool enable);
Juuso Oikarinend8c42c02010-02-18 13:25:36 +020041int wl1271_cmd_ps_mode(struct wl1271 *wl, u8 ps_mode, bool send);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030042int wl1271_cmd_read_memory(struct wl1271 *wl, u32 addr, void *answer,
43 size_t len);
Kalle Valo818e3062010-03-18 12:26:35 +020044int wl1271_cmd_scan(struct wl1271 *wl, const u8 *ssid, size_t ssid_len,
45 const u8 *ie, size_t ie_len, u8 active_scan,
46 u8 high_prio, u8 band, u8 probe_requests);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030047int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id,
48 void *buf, size_t buf_len);
49int wl1271_cmd_build_null_data(struct wl1271 *wl);
50int wl1271_cmd_build_ps_poll(struct wl1271 *wl, u16 aid);
Kalle Valo818e3062010-03-18 12:26:35 +020051int wl1271_cmd_build_probe_req(struct wl1271 *wl,
52 const u8 *ssid, size_t ssid_len,
53 const u8 *ie, size_t ie_len, u8 band);
Kalle Valo023e0822010-03-18 12:26:36 +020054int wl1271_build_qos_null_data(struct wl1271 *wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030055int wl1271_cmd_set_default_wep_key(struct wl1271 *wl, u8 id);
56int wl1271_cmd_set_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
Juuso Oikarinenac4e4ce2009-10-08 21:56:19 +030057 u8 key_size, const u8 *key, const u8 *addr,
58 u32 tx_seq_32, u16 tx_seq_16);
Luciano Coelho25a7dc62009-10-12 15:08:42 +030059int wl1271_cmd_disconnect(struct wl1271 *wl);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030060
61enum wl1271_commands {
62 CMD_INTERROGATE = 1, /*use this to read information elements*/
63 CMD_CONFIGURE = 2, /*use this to write information elements*/
64 CMD_ENABLE_RX = 3,
65 CMD_ENABLE_TX = 4,
66 CMD_DISABLE_RX = 5,
67 CMD_DISABLE_TX = 6,
68 CMD_SCAN = 8,
69 CMD_STOP_SCAN = 9,
70 CMD_START_JOIN = 11,
71 CMD_SET_KEYS = 12,
72 CMD_READ_MEMORY = 13,
73 CMD_WRITE_MEMORY = 14,
74 CMD_SET_TEMPLATE = 19,
75 CMD_TEST = 23,
76 CMD_NOISE_HIST = 28,
77 CMD_LNA_CONTROL = 32,
78 CMD_SET_BCN_MODE = 33,
79 CMD_MEASUREMENT = 34,
80 CMD_STOP_MEASUREMENT = 35,
81 CMD_DISCONNECT = 36,
82 CMD_SET_PS_MODE = 37,
83 CMD_CHANNEL_SWITCH = 38,
84 CMD_STOP_CHANNEL_SWICTH = 39,
85 CMD_AP_DISCOVERY = 40,
86 CMD_STOP_AP_DISCOVERY = 41,
87 CMD_SPS_SCAN = 42,
88 CMD_STOP_SPS_SCAN = 43,
89 CMD_HEALTH_CHECK = 45,
90 CMD_DEBUG = 46,
91 CMD_TRIGGER_SCAN_TO = 47,
92 CMD_CONNECTION_SCAN_CFG = 48,
93 CMD_CONNECTION_SCAN_SSID_CFG = 49,
94 CMD_START_PERIODIC_SCAN = 50,
95 CMD_STOP_PERIODIC_SCAN = 51,
96 CMD_SET_STA_STATE = 52,
97
98 NUM_COMMANDS,
99 MAX_COMMAND_ID = 0xFFFF,
100};
101
102#define MAX_CMD_PARAMS 572
103
104enum cmd_templ {
105 CMD_TEMPL_NULL_DATA = 0,
106 CMD_TEMPL_BEACON,
107 CMD_TEMPL_CFG_PROBE_REQ_2_4,
108 CMD_TEMPL_CFG_PROBE_REQ_5,
109 CMD_TEMPL_PROBE_RESPONSE,
110 CMD_TEMPL_QOS_NULL_DATA,
111 CMD_TEMPL_PS_POLL,
112 CMD_TEMPL_KLV,
113 CMD_TEMPL_DISCONNECT,
114 CMD_TEMPL_PROBE_REQ_2_4, /* for firmware internal use only */
115 CMD_TEMPL_PROBE_REQ_5, /* for firmware internal use only */
116 CMD_TEMPL_BAR, /* for firmware internal use only */
117 CMD_TEMPL_CTS, /*
118 * For CTS-to-self (FastCTS) mechanism
119 * for BT/WLAN coexistence (SoftGemini). */
120 CMD_TEMPL_MAX = 0xff
121};
122
123/* unit ms */
124#define WL1271_COMMAND_TIMEOUT 2000
125#define WL1271_CMD_TEMPL_MAX_SIZE 252
Luciano Coelho99d84c12010-03-26 12:53:20 +0200126#define WL1271_EVENT_TIMEOUT 100
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300127
128struct wl1271_cmd_header {
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300129 __le16 id;
130 __le16 status;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300131 /* payload */
132 u8 data[0];
133} __attribute__ ((packed));
134
135#define WL1271_CMD_MAX_PARAMS 572
136
137struct wl1271_command {
138 struct wl1271_cmd_header header;
139 u8 parameters[WL1271_CMD_MAX_PARAMS];
140} __attribute__ ((packed));
141
142enum {
143 CMD_MAILBOX_IDLE = 0,
144 CMD_STATUS_SUCCESS = 1,
145 CMD_STATUS_UNKNOWN_CMD = 2,
146 CMD_STATUS_UNKNOWN_IE = 3,
147 CMD_STATUS_REJECT_MEAS_SG_ACTIVE = 11,
148 CMD_STATUS_RX_BUSY = 13,
149 CMD_STATUS_INVALID_PARAM = 14,
150 CMD_STATUS_TEMPLATE_TOO_LARGE = 15,
151 CMD_STATUS_OUT_OF_MEMORY = 16,
152 CMD_STATUS_STA_TABLE_FULL = 17,
153 CMD_STATUS_RADIO_ERROR = 18,
154 CMD_STATUS_WRONG_NESTING = 19,
155 CMD_STATUS_TIMEOUT = 21, /* Driver internal use.*/
156 CMD_STATUS_FW_RESET = 22, /* Driver internal use.*/
157 MAX_COMMAND_STATUS = 0xff
158};
159
160
161/*
162 * CMD_READ_MEMORY
163 *
164 * The host issues this command to read the WiLink device memory/registers.
165 *
166 * Note: The Base Band address has special handling (16 bits registers and
167 * addresses). For more information, see the hardware specification.
168 */
169/*
170 * CMD_WRITE_MEMORY
171 *
172 * The host issues this command to write the WiLink device memory/registers.
173 *
174 * The Base Band address has special handling (16 bits registers and
175 * addresses). For more information, see the hardware specification.
176 */
177#define MAX_READ_SIZE 256
178
179struct cmd_read_write_memory {
180 struct wl1271_cmd_header header;
181
182 /* The address of the memory to read from or write to.*/
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300183 __le32 addr;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300184
185 /* The amount of data in bytes to read from or write to the WiLink
186 * device.*/
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300187 __le32 size;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300188
189 /* The actual value read from or written to the Wilink. The source
190 of this field is the Host in WRITE command or the Wilink in READ
191 command. */
192 u8 value[MAX_READ_SIZE];
Luciano Coelhofb46f262009-10-15 10:33:30 +0300193} __attribute__ ((packed));
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300194
195#define CMDMBOX_HEADER_LEN 4
196#define CMDMBOX_INFO_ELEM_HEADER_LEN 4
197
198enum {
199 BSS_TYPE_IBSS = 0,
200 BSS_TYPE_STA_BSS = 2,
201 BSS_TYPE_AP_BSS = 3,
202 MAX_BSS_TYPE = 0xFF
203};
204
205#define WL1271_JOIN_CMD_CTRL_TX_FLUSH 0x80 /* Firmware flushes all Tx */
206#define WL1271_JOIN_CMD_TX_SESSION_OFFSET 1
Teemu Paasikivia4102642009-10-13 12:47:51 +0300207#define WL1271_JOIN_CMD_BSS_TYPE_5GHZ 0x10
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300208
209struct wl1271_cmd_join {
210 struct wl1271_cmd_header header;
211
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300212 __le32 bssid_lsb;
213 __le16 bssid_msb;
214 __le16 beacon_interval; /* in TBTTs */
215 __le32 rx_config_options;
216 __le32 rx_filter_options;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300217
218 /*
219 * The target uses this field to determine the rate at
220 * which to transmit control frame responses (such as
221 * ACK or CTS frames).
222 */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300223 __le32 basic_rate_set;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300224 u8 dtim_interval;
225 /*
226 * bits 0-2: This bitwise field specifies the type
227 * of BSS to start or join (BSS_TYPE_*).
228 * bit 4: Band - The radio band in which to join
229 * or start.
230 * 0 - 2.4GHz band
231 * 1 - 5GHz band
232 * bits 3, 5-7: Reserved
233 */
234 u8 bss_type;
235 u8 channel;
236 u8 ssid_len;
237 u8 ssid[IW_ESSID_MAX_SIZE];
238 u8 ctrl; /* JOIN_CMD_CTRL_* */
239 u8 reserved[3];
240} __attribute__ ((packed));
241
242struct cmd_enabledisable_path {
243 struct wl1271_cmd_header header;
244
245 u8 channel;
246 u8 padding[3];
247} __attribute__ ((packed));
248
249struct wl1271_cmd_template_set {
250 struct wl1271_cmd_header header;
251
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300252 __le16 len;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300253 u8 template_type;
254 u8 index; /* relevant only for KLV_TEMPLATE type */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300255 __le32 enabled_rates;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300256 u8 short_retry_limit;
257 u8 long_retry_limit;
258 u8 aflags;
259 u8 reserved;
260 u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE];
261} __attribute__ ((packed));
262
263#define TIM_ELE_ID 5
264#define PARTIAL_VBM_MAX 251
265
266struct wl1271_tim {
267 u8 identity;
268 u8 length;
269 u8 dtim_count;
270 u8 dtim_period;
271 u8 bitmap_ctrl;
272 u8 pvb_field[PARTIAL_VBM_MAX]; /* Partial Virtual Bitmap */
273} __attribute__ ((packed));
274
275enum wl1271_cmd_ps_mode {
276 STATION_ACTIVE_MODE,
277 STATION_POWER_SAVE_MODE
278};
279
280struct wl1271_cmd_ps_params {
281 struct wl1271_cmd_header header;
282
283 u8 ps_mode; /* STATION_* */
284 u8 send_null_data; /* Do we have to send NULL data packet ? */
285 u8 retries; /* Number of retires for the initial NULL data packet */
286
287 /*
288 * TUs during which the target stays awake after switching
289 * to power save mode.
290 */
291 u8 hang_over_period;
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300292 __le32 null_data_rate;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300293} __attribute__ ((packed));
294
295/* HW encryption keys */
296#define NUM_ACCESS_CATEGORIES_COPY 4
297#define MAX_KEY_SIZE 32
298
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300299enum wl1271_cmd_key_action {
300 KEY_ADD_OR_REPLACE = 1,
301 KEY_REMOVE = 2,
302 KEY_SET_ID = 3,
303 MAX_KEY_ACTION = 0xffff,
304};
305
306enum wl1271_cmd_key_type {
307 KEY_NONE = 0,
308 KEY_WEP = 1,
309 KEY_TKIP = 2,
310 KEY_AES = 3,
311 KEY_GEM = 4
312};
313
314/* FIXME: Add description for key-types */
315
316struct wl1271_cmd_set_keys {
317 struct wl1271_cmd_header header;
318
319 /* Ignored for default WEP key */
320 u8 addr[ETH_ALEN];
321
322 /* key_action_e */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300323 __le16 key_action;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300324
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300325 __le16 reserved_1;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300326
327 /* key size in bytes */
328 u8 key_size;
329
330 /* key_type_e */
331 u8 key_type;
332 u8 ssid_profile;
333
334 /*
335 * TKIP, AES: frame's key id field.
336 * For WEP default key: key id;
337 */
338 u8 id;
339 u8 reserved_2[6];
340 u8 key[MAX_KEY_SIZE];
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300341 __le16 ac_seq_num16[NUM_ACCESS_CATEGORIES_COPY];
342 __le32 ac_seq_num32[NUM_ACCESS_CATEGORIES_COPY];
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300343} __attribute__ ((packed));
344
345
346#define WL1271_SCAN_MAX_CHANNELS 24
347#define WL1271_SCAN_DEFAULT_TAG 1
348#define WL1271_SCAN_CURRENT_TX_PWR 0
349#define WL1271_SCAN_OPT_ACTIVE 0
350#define WL1271_SCAN_OPT_PASSIVE 1
351#define WL1271_SCAN_OPT_PRIORITY_HIGH 4
352#define WL1271_SCAN_CHAN_MIN_DURATION 30000 /* TU */
353#define WL1271_SCAN_CHAN_MAX_DURATION 60000 /* TU */
Teemu Paasikiviabb0b3b2009-10-13 12:47:50 +0300354#define WL1271_SCAN_BAND_2_4_GHZ 0
355#define WL1271_SCAN_BAND_5_GHZ 1
356#define WL1271_SCAN_BAND_DUAL 2
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300357
358struct basic_scan_params {
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300359 __le32 rx_config_options;
360 __le32 rx_filter_options;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300361 /* Scan option flags (WL1271_SCAN_OPT_*) */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300362 __le16 scan_options;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300363 /* Number of scan channels in the list (maximum 30) */
364 u8 num_channels;
365 /* This field indicates the number of probe requests to send
366 per channel for an active scan */
367 u8 num_probe_requests;
368 /* Rate bit field for sending the probes */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300369 __le32 tx_rate;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300370 u8 tid_trigger;
371 u8 ssid_len;
372 /* in order to align */
373 u8 padding1[2];
374 u8 ssid[IW_ESSID_MAX_SIZE];
375 /* Band to scan */
376 u8 band;
377 u8 use_ssid_list;
378 u8 scan_tag;
379 u8 padding2;
380} __attribute__ ((packed));
381
382struct basic_scan_channel_params {
383 /* Duration in TU to wait for frames on a channel for active scan */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300384 __le32 min_duration;
385 __le32 max_duration;
386 __le32 bssid_lsb;
387 __le16 bssid_msb;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300388 u8 early_termination;
389 u8 tx_power_att;
390 u8 channel;
391 /* FW internal use only! */
392 u8 dfs_candidate;
393 u8 activity_detected;
394 u8 pad;
395} __attribute__ ((packed));
396
397struct wl1271_cmd_scan {
398 struct wl1271_cmd_header header;
399
400 struct basic_scan_params params;
401 struct basic_scan_channel_params channels[WL1271_SCAN_MAX_CHANNELS];
402} __attribute__ ((packed));
403
404struct wl1271_cmd_trigger_scan_to {
405 struct wl1271_cmd_header header;
406
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300407 __le32 timeout;
Luciano Coelhofb46f262009-10-15 10:33:30 +0300408} __attribute__ ((packed));
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300409
410struct wl1271_cmd_test_header {
411 u8 id;
412 u8 padding[3];
Luciano Coelhofb46f262009-10-15 10:33:30 +0300413} __attribute__ ((packed));
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300414
415enum wl1271_channel_tune_bands {
416 WL1271_CHANNEL_TUNE_BAND_2_4,
417 WL1271_CHANNEL_TUNE_BAND_5,
418 WL1271_CHANNEL_TUNE_BAND_4_9
419};
420
421#define WL1271_PD_REFERENCE_POINT_BAND_B_G 0
422
423#define TEST_CMD_P2G_CAL 0x02
424#define TEST_CMD_CHANNEL_TUNE 0x0d
425#define TEST_CMD_UPDATE_PD_REFERENCE_POINT 0x1d
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200426#define TEST_CMD_INI_FILE_RADIO_PARAM 0x19
427#define TEST_CMD_INI_FILE_GENERAL_PARAM 0x1E
428
429struct wl1271_general_parms_cmd {
430 struct wl1271_cmd_header header;
431
432 struct wl1271_cmd_test_header test;
433
Juuso Oikarinen152ee6e2010-02-18 13:25:42 +0200434 u8 params[WL1271_NVS_GENERAL_PARAMS_SIZE];
435 s8 reserved[23];
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200436} __attribute__ ((packed));
437
Juuso Oikarinen152ee6e2010-02-18 13:25:42 +0200438#define WL1271_STAT_RADIO_PARAMS_5_SIZE 29
439#define WL1271_DYN_RADIO_PARAMS_5_SIZE 104
440
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200441struct wl1271_radio_parms_cmd {
442 struct wl1271_cmd_header header;
443
444 struct wl1271_cmd_test_header test;
445
Juuso Oikarinen152ee6e2010-02-18 13:25:42 +0200446 u8 stat_radio_params[WL1271_NVS_STAT_RADIO_PARAMS_SIZE];
447 u8 stat_radio_params_5[WL1271_STAT_RADIO_PARAMS_5_SIZE];
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200448
Juuso Oikarinen152ee6e2010-02-18 13:25:42 +0200449 u8 dyn_radio_params[WL1271_NVS_DYN_RADIO_PARAMS_SIZE];
450 u8 reserved;
451 u8 dyn_radio_params_5[WL1271_DYN_RADIO_PARAMS_5_SIZE];
Luciano Coelho98b5dd52009-11-23 23:22:17 +0200452} __attribute__ ((packed));
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300453
454struct wl1271_cmd_cal_channel_tune {
455 struct wl1271_cmd_header header;
456
457 struct wl1271_cmd_test_header test;
458
459 u8 band;
460 u8 channel;
461
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300462 __le16 radio_status;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300463} __attribute__ ((packed));
464
465struct wl1271_cmd_cal_update_ref_point {
466 struct wl1271_cmd_header header;
467
468 struct wl1271_cmd_test_header test;
469
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300470 __le32 ref_power;
471 __le32 ref_detector;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300472 u8 sub_band;
473 u8 padding[3];
474} __attribute__ ((packed));
475
476#define MAX_TLV_LENGTH 400
477#define MAX_NVS_VERSION_LENGTH 12
478
479#define WL1271_CAL_P2G_BAND_B_G BIT(0)
480
481struct wl1271_cmd_cal_p2g {
482 struct wl1271_cmd_header header;
483
484 struct wl1271_cmd_test_header test;
485
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300486 __le16 len;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300487 u8 buf[MAX_TLV_LENGTH];
488 u8 type;
489 u8 padding;
490
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300491 __le16 radio_status;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300492 u8 nvs_version[MAX_NVS_VERSION_LENGTH];
493
494 u8 sub_band_mask;
495 u8 padding2;
496} __attribute__ ((packed));
497
Luciano Coelho25a7dc62009-10-12 15:08:42 +0300498
499/*
500 * There are three types of disconnections:
501 *
502 * DISCONNECT_IMMEDIATE: the fw doesn't send any frames
503 * DISCONNECT_DEAUTH: the fw generates a DEAUTH request with the reason
504 * we have passed
505 * DISCONNECT_DISASSOC: the fw generates a DESASSOC request with the reason
506 * we have passed
507 */
508enum wl1271_disconnect_type {
509 DISCONNECT_IMMEDIATE,
510 DISCONNECT_DEAUTH,
511 DISCONNECT_DISASSOC
512};
513
514struct wl1271_cmd_disconnect {
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300515 __le32 rx_config_options;
516 __le32 rx_filter_options;
Luciano Coelho25a7dc62009-10-12 15:08:42 +0300517
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300518 __le16 reason;
Luciano Coelho25a7dc62009-10-12 15:08:42 +0300519 u8 type;
520
521 u8 padding;
522} __attribute__ ((packed));
523
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300524#endif /* __WL1271_CMD_H__ */