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