Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 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 | |
Shahar Levi | 00d2010 | 2010-11-08 11:20:10 +0000 | [diff] [blame] | 25 | #ifndef __CMD_H__ |
| 26 | #define __CMD_H__ |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 27 | |
Shahar Levi | 00d2010 | 2010-11-08 11:20:10 +0000 | [diff] [blame] | 28 | #include "wl12xx.h" |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 29 | |
| 30 | struct acx_header; |
| 31 | |
Juuso Oikarinen | fa867e7 | 2009-11-02 20:22:13 +0200 | [diff] [blame] | 32 | int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len, |
| 33 | size_t res_len); |
Luciano Coelho | 98b5dd5 | 2009-11-23 23:22:17 +0200 | [diff] [blame] | 34 | int wl1271_cmd_general_parms(struct wl1271 *wl); |
Shahar Levi | 49d750ca | 2011-03-06 16:32:09 +0200 | [diff] [blame] | 35 | int wl128x_cmd_general_parms(struct wl1271 *wl); |
Luciano Coelho | 98b5dd5 | 2009-11-23 23:22:17 +0200 | [diff] [blame] | 36 | int wl1271_cmd_radio_parms(struct wl1271 *wl); |
Shahar Levi | 49d750ca | 2011-03-06 16:32:09 +0200 | [diff] [blame] | 37 | int wl128x_cmd_radio_parms(struct wl1271 *wl); |
Juuso Oikarinen | 644a486 | 2010-10-05 13:11:56 +0200 | [diff] [blame] | 38 | int wl1271_cmd_ext_radio_parms(struct wl1271 *wl); |
Eliad Peller | 784f694 | 2011-10-05 11:55:39 +0200 | [diff] [blame] | 39 | int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, |
| 40 | u8 *role_id); |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 41 | int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id); |
Eliad Peller | 7edebf5 | 2011-10-05 11:55:52 +0200 | [diff] [blame] | 42 | int wl12xx_cmd_role_start_dev(struct wl1271 *wl, struct wl12xx_vif *wlvif); |
| 43 | int wl12xx_cmd_role_stop_dev(struct wl1271 *wl, struct wl12xx_vif *wlvif); |
Eliad Peller | 87fbcb0 | 2011-10-05 11:55:41 +0200 | [diff] [blame] | 44 | int wl12xx_cmd_role_start_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif); |
Eliad Peller | 0603d89 | 2011-10-05 11:55:51 +0200 | [diff] [blame] | 45 | int wl12xx_cmd_role_stop_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif); |
Eliad Peller | 87fbcb0 | 2011-10-05 11:55:41 +0200 | [diff] [blame] | 46 | int wl12xx_cmd_role_start_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif); |
Eliad Peller | 0603d89 | 2011-10-05 11:55:51 +0200 | [diff] [blame] | 47 | int wl12xx_cmd_role_stop_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif); |
Eliad Peller | 87fbcb0 | 2011-10-05 11:55:41 +0200 | [diff] [blame] | 48 | int wl12xx_cmd_role_start_ibss(struct wl1271 *wl, struct wl12xx_vif *wlvif); |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 49 | int wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer); |
| 50 | int wl1271_cmd_interrogate(struct wl1271 *wl, u16 id, void *buf, size_t len); |
| 51 | int wl1271_cmd_configure(struct wl1271 *wl, u16 id, void *buf, size_t len); |
Luciano Coelho | 9421089 | 2009-12-11 15:40:55 +0200 | [diff] [blame] | 52 | int wl1271_cmd_data_path(struct wl1271 *wl, bool enable); |
Eliad Peller | 0603d89 | 2011-10-05 11:55:51 +0200 | [diff] [blame] | 53 | int wl1271_cmd_ps_mode(struct wl1271 *wl, struct wl12xx_vif *wlvif, |
| 54 | u8 ps_mode); |
Juuso Oikarinen | 65cddbf | 2010-08-24 06:28:03 +0300 | [diff] [blame] | 55 | int wl1271_cmd_read_memory(struct wl1271 *wl, u32 addr, void *answer, |
| 56 | size_t len); |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 57 | int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id, |
Juuso Oikarinen | 606c148 | 2010-04-01 11:38:21 +0300 | [diff] [blame] | 58 | void *buf, size_t buf_len, int index, u32 rates); |
Eliad Peller | d2d66c5 | 2011-10-05 11:55:43 +0200 | [diff] [blame] | 59 | int wl12xx_cmd_build_null_data(struct wl1271 *wl, struct wl12xx_vif *wlvif); |
Eliad Peller | 87fbcb0 | 2011-10-05 11:55:41 +0200 | [diff] [blame] | 60 | int wl1271_cmd_build_ps_poll(struct wl1271 *wl, struct wl12xx_vif *wlvif, |
| 61 | u16 aid); |
Kalle Valo | 818e306 | 2010-03-18 12:26:35 +0200 | [diff] [blame] | 62 | int wl1271_cmd_build_probe_req(struct wl1271 *wl, |
| 63 | const u8 *ssid, size_t ssid_len, |
| 64 | const u8 *ie, size_t ie_len, u8 band); |
Juuso Oikarinen | 2f6724b | 2010-11-24 08:16:57 +0200 | [diff] [blame] | 65 | struct sk_buff *wl1271_cmd_build_ap_probe_req(struct wl1271 *wl, |
| 66 | struct sk_buff *skb); |
Eliad Peller | d2d66c5 | 2011-10-05 11:55:43 +0200 | [diff] [blame] | 67 | int wl1271_cmd_build_arp_rsp(struct wl1271 *wl, struct wl12xx_vif *wlvif, |
| 68 | __be32 ip_addr); |
Eliad Peller | 784f694 | 2011-10-05 11:55:39 +0200 | [diff] [blame] | 69 | int wl1271_build_qos_null_data(struct wl1271 *wl, struct ieee80211_vif *vif); |
Eliad Peller | d2d66c5 | 2011-10-05 11:55:43 +0200 | [diff] [blame] | 70 | int wl12xx_cmd_build_klv_null_data(struct wl1271 *wl, |
| 71 | struct wl12xx_vif *wlvif); |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 72 | int wl12xx_cmd_set_default_wep_key(struct wl1271 *wl, u8 id, u8 hlid); |
Eliad Peller | a8ab39a | 2011-10-05 11:55:54 +0200 | [diff] [blame^] | 73 | int wl1271_cmd_set_sta_key(struct wl1271 *wl, struct wl12xx_vif *wlvif, |
Eliad Peller | 154da67 | 2011-10-05 11:55:53 +0200 | [diff] [blame] | 74 | u16 action, u8 id, u8 key_type, |
Arik Nemtsov | 98bdaab | 2010-10-16 18:08:58 +0200 | [diff] [blame] | 75 | u8 key_size, const u8 *key, const u8 *addr, |
| 76 | u32 tx_seq_32, u16 tx_seq_16); |
Eliad Peller | a8ab39a | 2011-10-05 11:55:54 +0200 | [diff] [blame^] | 77 | int wl1271_cmd_set_ap_key(struct wl1271 *wl, struct wl12xx_vif *wlvif, |
| 78 | u16 action, u8 id, u8 key_type, |
Arik Nemtsov | 98bdaab | 2010-10-16 18:08:58 +0200 | [diff] [blame] | 79 | u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32, |
| 80 | u16 tx_seq_16); |
Eliad Peller | b67476e | 2011-08-14 13:17:23 +0300 | [diff] [blame] | 81 | int wl12xx_cmd_set_peer_state(struct wl1271 *wl, u8 hlid); |
Eliad Peller | 251c177 | 2011-08-14 13:17:17 +0300 | [diff] [blame] | 82 | int wl12xx_roc(struct wl1271 *wl, u8 role_id); |
| 83 | int wl12xx_croc(struct wl1271 *wl, u8 role_id); |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 84 | int wl12xx_cmd_add_peer(struct wl1271 *wl, struct ieee80211_sta *sta, u8 hlid); |
| 85 | int wl12xx_cmd_remove_peer(struct wl1271 *wl, u8 hlid); |
Ido Yariv | 95dac04f | 2011-06-06 14:57:06 +0300 | [diff] [blame] | 86 | int wl12xx_cmd_config_fwlog(struct wl1271 *wl); |
| 87 | int wl12xx_cmd_start_fwlog(struct wl1271 *wl); |
| 88 | int wl12xx_cmd_stop_fwlog(struct wl1271 *wl); |
Shahar Levi | 6d158ff | 2011-09-08 13:01:33 +0300 | [diff] [blame] | 89 | int wl12xx_cmd_channel_switch(struct wl1271 *wl, |
| 90 | struct ieee80211_channel_switch *ch_switch); |
| 91 | int wl12xx_cmd_stop_channel_switch(struct wl1271 *wl); |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 92 | |
| 93 | enum wl1271_commands { |
| 94 | CMD_INTERROGATE = 1, /*use this to read information elements*/ |
| 95 | CMD_CONFIGURE = 2, /*use this to write information elements*/ |
| 96 | CMD_ENABLE_RX = 3, |
| 97 | CMD_ENABLE_TX = 4, |
| 98 | CMD_DISABLE_RX = 5, |
| 99 | CMD_DISABLE_TX = 6, |
| 100 | CMD_SCAN = 8, |
| 101 | CMD_STOP_SCAN = 9, |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 102 | CMD_SET_KEYS = 12, |
| 103 | CMD_READ_MEMORY = 13, |
| 104 | CMD_WRITE_MEMORY = 14, |
| 105 | CMD_SET_TEMPLATE = 19, |
| 106 | CMD_TEST = 23, |
| 107 | CMD_NOISE_HIST = 28, |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 108 | CMD_QUIET_ELEMENT_SET_STATE = 29, |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 109 | CMD_SET_BCN_MODE = 33, |
| 110 | CMD_MEASUREMENT = 34, |
| 111 | CMD_STOP_MEASUREMENT = 35, |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 112 | CMD_SET_PS_MODE = 37, |
| 113 | CMD_CHANNEL_SWITCH = 38, |
| 114 | CMD_STOP_CHANNEL_SWICTH = 39, |
| 115 | CMD_AP_DISCOVERY = 40, |
| 116 | CMD_STOP_AP_DISCOVERY = 41, |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 117 | CMD_HEALTH_CHECK = 45, |
| 118 | CMD_DEBUG = 46, |
| 119 | CMD_TRIGGER_SCAN_TO = 47, |
| 120 | CMD_CONNECTION_SCAN_CFG = 48, |
| 121 | CMD_CONNECTION_SCAN_SSID_CFG = 49, |
| 122 | CMD_START_PERIODIC_SCAN = 50, |
| 123 | CMD_STOP_PERIODIC_SCAN = 51, |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 124 | CMD_SET_PEER_STATE = 52, |
| 125 | CMD_REMAIN_ON_CHANNEL = 53, |
| 126 | CMD_CANCEL_REMAIN_ON_CHANNEL = 54, |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 127 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 128 | CMD_CONFIG_FWLOGGER = 55, |
| 129 | CMD_START_FWLOGGER = 56, |
| 130 | CMD_STOP_FWLOGGER = 57, |
| 131 | |
| 132 | /* AP commands */ |
| 133 | CMD_ADD_PEER = 62, |
| 134 | CMD_REMOVE_PEER = 63, |
| 135 | |
| 136 | /* Role API */ |
| 137 | CMD_ROLE_ENABLE = 70, |
| 138 | CMD_ROLE_DISABLE = 71, |
| 139 | CMD_ROLE_START = 72, |
| 140 | CMD_ROLE_STOP = 73, |
| 141 | |
| 142 | /* WIFI Direct */ |
| 143 | CMD_WFD_START_DISCOVERY = 80, |
| 144 | CMD_WFD_STOP_DISCOVERY = 81, |
| 145 | CMD_WFD_ATTRIBUTE_CONFIG = 82, |
| 146 | |
| 147 | CMD_NOP = 100, |
Arik Nemtsov | 98bdaab | 2010-10-16 18:08:58 +0200 | [diff] [blame] | 148 | |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 149 | NUM_COMMANDS, |
| 150 | MAX_COMMAND_ID = 0xFFFF, |
| 151 | }; |
| 152 | |
| 153 | #define MAX_CMD_PARAMS 572 |
| 154 | |
Juuso Oikarinen | bfb24c9 | 2010-03-26 12:53:31 +0200 | [diff] [blame] | 155 | enum { |
| 156 | CMD_TEMPL_KLV_IDX_NULL_DATA = 0, |
| 157 | CMD_TEMPL_KLV_IDX_MAX = 4 |
| 158 | }; |
| 159 | |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 160 | enum cmd_templ { |
| 161 | CMD_TEMPL_NULL_DATA = 0, |
| 162 | CMD_TEMPL_BEACON, |
| 163 | CMD_TEMPL_CFG_PROBE_REQ_2_4, |
| 164 | CMD_TEMPL_CFG_PROBE_REQ_5, |
| 165 | CMD_TEMPL_PROBE_RESPONSE, |
| 166 | CMD_TEMPL_QOS_NULL_DATA, |
| 167 | CMD_TEMPL_PS_POLL, |
| 168 | CMD_TEMPL_KLV, |
| 169 | CMD_TEMPL_DISCONNECT, |
| 170 | CMD_TEMPL_PROBE_REQ_2_4, /* for firmware internal use only */ |
| 171 | CMD_TEMPL_PROBE_REQ_5, /* for firmware internal use only */ |
| 172 | CMD_TEMPL_BAR, /* for firmware internal use only */ |
| 173 | CMD_TEMPL_CTS, /* |
| 174 | * For CTS-to-self (FastCTS) mechanism |
| 175 | * for BT/WLAN coexistence (SoftGemini). */ |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 176 | CMD_TEMPL_AP_BEACON, |
Arik Nemtsov | e0fe371 | 2010-10-16 18:19:53 +0200 | [diff] [blame] | 177 | CMD_TEMPL_AP_PROBE_RESPONSE, |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 178 | CMD_TEMPL_ARP_RSP, |
Arik Nemtsov | e0fe371 | 2010-10-16 18:19:53 +0200 | [diff] [blame] | 179 | CMD_TEMPL_DEAUTH_AP, |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 180 | CMD_TEMPL_TEMPORARY, |
| 181 | CMD_TEMPL_LINK_MEASUREMENT_REPORT, |
Arik Nemtsov | e0fe371 | 2010-10-16 18:19:53 +0200 | [diff] [blame] | 182 | |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 183 | CMD_TEMPL_MAX = 0xff |
| 184 | }; |
| 185 | |
| 186 | /* unit ms */ |
| 187 | #define WL1271_COMMAND_TIMEOUT 2000 |
Eliad Peller | 154037d | 2011-08-14 13:17:12 +0300 | [diff] [blame] | 188 | #define WL1271_CMD_TEMPL_DFLT_SIZE 252 |
| 189 | #define WL1271_CMD_TEMPL_MAX_SIZE 548 |
Teemu Paasikivi | 0cbb103 | 2010-05-07 11:39:01 +0300 | [diff] [blame] | 190 | #define WL1271_EVENT_TIMEOUT 750 |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 191 | |
| 192 | struct wl1271_cmd_header { |
Luciano Coelho | d0f63b2 | 2009-10-15 10:33:29 +0300 | [diff] [blame] | 193 | __le16 id; |
| 194 | __le16 status; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 195 | /* payload */ |
| 196 | u8 data[0]; |
Eric Dumazet | ba2d358 | 2010-06-02 18:10:09 +0000 | [diff] [blame] | 197 | } __packed; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 198 | |
| 199 | #define WL1271_CMD_MAX_PARAMS 572 |
| 200 | |
| 201 | struct wl1271_command { |
| 202 | struct wl1271_cmd_header header; |
| 203 | u8 parameters[WL1271_CMD_MAX_PARAMS]; |
Eric Dumazet | ba2d358 | 2010-06-02 18:10:09 +0000 | [diff] [blame] | 204 | } __packed; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 205 | |
| 206 | enum { |
| 207 | CMD_MAILBOX_IDLE = 0, |
| 208 | CMD_STATUS_SUCCESS = 1, |
| 209 | CMD_STATUS_UNKNOWN_CMD = 2, |
| 210 | CMD_STATUS_UNKNOWN_IE = 3, |
| 211 | CMD_STATUS_REJECT_MEAS_SG_ACTIVE = 11, |
| 212 | CMD_STATUS_RX_BUSY = 13, |
| 213 | CMD_STATUS_INVALID_PARAM = 14, |
| 214 | CMD_STATUS_TEMPLATE_TOO_LARGE = 15, |
| 215 | CMD_STATUS_OUT_OF_MEMORY = 16, |
| 216 | CMD_STATUS_STA_TABLE_FULL = 17, |
| 217 | CMD_STATUS_RADIO_ERROR = 18, |
| 218 | CMD_STATUS_WRONG_NESTING = 19, |
| 219 | CMD_STATUS_TIMEOUT = 21, /* Driver internal use.*/ |
| 220 | CMD_STATUS_FW_RESET = 22, /* Driver internal use.*/ |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 221 | CMD_STATUS_TEMPLATE_OOM = 23, |
Arik Nemtsov | 0f9c825 | 2011-08-17 10:45:49 +0300 | [diff] [blame] | 222 | CMD_STATUS_NO_RX_BA_SESSION = 24, |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 223 | MAX_COMMAND_STATUS = 0xff |
| 224 | }; |
| 225 | |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 226 | #define CMDMBOX_HEADER_LEN 4 |
| 227 | #define CMDMBOX_INFO_ELEM_HEADER_LEN 4 |
| 228 | |
| 229 | enum { |
| 230 | BSS_TYPE_IBSS = 0, |
| 231 | BSS_TYPE_STA_BSS = 2, |
| 232 | BSS_TYPE_AP_BSS = 3, |
| 233 | MAX_BSS_TYPE = 0xFF |
| 234 | }; |
| 235 | |
| 236 | #define WL1271_JOIN_CMD_CTRL_TX_FLUSH 0x80 /* Firmware flushes all Tx */ |
| 237 | #define WL1271_JOIN_CMD_TX_SESSION_OFFSET 1 |
Teemu Paasikivi | a410264 | 2009-10-13 12:47:51 +0300 | [diff] [blame] | 238 | #define WL1271_JOIN_CMD_BSS_TYPE_5GHZ 0x10 |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 239 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 240 | struct wl12xx_cmd_role_enable { |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 241 | struct wl1271_cmd_header header; |
| 242 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 243 | u8 role_id; |
| 244 | u8 role_type; |
| 245 | u8 mac_address[ETH_ALEN]; |
| 246 | } __packed; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 247 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 248 | struct wl12xx_cmd_role_disable { |
| 249 | struct wl1271_cmd_header header; |
| 250 | |
| 251 | u8 role_id; |
| 252 | u8 padding[3]; |
| 253 | } __packed; |
| 254 | |
| 255 | enum wl12xx_band { |
| 256 | WL12XX_BAND_2_4GHZ = 0, |
| 257 | WL12XX_BAND_5GHZ = 1, |
| 258 | WL12XX_BAND_JAPAN_4_9_GHZ = 2, |
| 259 | WL12XX_BAND_DEFAULT = WL12XX_BAND_2_4GHZ, |
| 260 | WL12XX_BAND_INVALID = 0x7E, |
| 261 | WL12XX_BAND_MAX_RADIO = 0x7F, |
| 262 | }; |
| 263 | |
| 264 | struct wl12xx_cmd_role_start { |
| 265 | struct wl1271_cmd_header header; |
| 266 | |
| 267 | u8 role_id; |
| 268 | u8 band; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 269 | u8 channel; |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 270 | u8 padding; |
| 271 | |
| 272 | union { |
| 273 | struct { |
| 274 | u8 hlid; |
| 275 | u8 session; |
| 276 | u8 padding_1[54]; |
| 277 | } __packed device; |
| 278 | /* sta & p2p_cli use the same struct */ |
| 279 | struct { |
| 280 | u8 bssid[ETH_ALEN]; |
| 281 | u8 hlid; /* data hlid */ |
| 282 | u8 session; |
| 283 | __le32 remote_rates; /* remote supported rates */ |
| 284 | |
| 285 | /* |
| 286 | * The target uses this field to determine the rate at |
| 287 | * which to transmit control frame responses (such as |
| 288 | * ACK or CTS frames). |
| 289 | */ |
| 290 | __le32 basic_rate_set; |
| 291 | __le32 local_rates; /* local supported rates */ |
| 292 | |
| 293 | u8 ssid_type; |
| 294 | u8 ssid_len; |
| 295 | u8 ssid[IEEE80211_MAX_SSID_LEN]; |
| 296 | |
| 297 | __le16 beacon_interval; /* in TBTTs */ |
| 298 | } __packed sta; |
| 299 | struct { |
| 300 | u8 bssid[ETH_ALEN]; |
| 301 | u8 hlid; /* data hlid */ |
| 302 | u8 dtim_interval; |
| 303 | __le32 remote_rates; /* remote supported rates */ |
| 304 | |
| 305 | __le32 basic_rate_set; |
| 306 | __le32 local_rates; /* local supported rates */ |
| 307 | |
| 308 | u8 ssid_type; |
| 309 | u8 ssid_len; |
| 310 | u8 ssid[IEEE80211_MAX_SSID_LEN]; |
| 311 | |
| 312 | __le16 beacon_interval; /* in TBTTs */ |
| 313 | |
| 314 | u8 padding_1[4]; |
| 315 | } __packed ibss; |
| 316 | /* ap & p2p_go use the same struct */ |
| 317 | struct { |
| 318 | __le16 aging_period; /* in secs */ |
| 319 | u8 beacon_expiry; /* in ms */ |
| 320 | u8 bss_index; |
| 321 | /* The host link id for the AP's global queue */ |
| 322 | u8 global_hlid; |
| 323 | /* The host link id for the AP's broadcast queue */ |
| 324 | u8 broadcast_hlid; |
| 325 | |
| 326 | __le16 beacon_interval; /* in TBTTs */ |
| 327 | |
| 328 | __le32 basic_rate_set; |
| 329 | __le32 local_rates; /* local supported rates */ |
| 330 | |
| 331 | u8 dtim_interval; |
| 332 | |
| 333 | u8 ssid_type; |
| 334 | u8 ssid_len; |
| 335 | u8 ssid[IEEE80211_MAX_SSID_LEN]; |
| 336 | |
| 337 | u8 padding_1[5]; |
| 338 | } __packed ap; |
| 339 | }; |
| 340 | } __packed; |
| 341 | |
| 342 | struct wl12xx_cmd_role_stop { |
| 343 | struct wl1271_cmd_header header; |
| 344 | |
| 345 | u8 role_id; |
| 346 | u8 disc_type; /* only STA and P2P_CLI */ |
| 347 | __le16 reason; /* only STA and P2P_CLI */ |
Eric Dumazet | ba2d358 | 2010-06-02 18:10:09 +0000 | [diff] [blame] | 348 | } __packed; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 349 | |
| 350 | struct cmd_enabledisable_path { |
| 351 | struct wl1271_cmd_header header; |
| 352 | |
| 353 | u8 channel; |
| 354 | u8 padding[3]; |
Eric Dumazet | ba2d358 | 2010-06-02 18:10:09 +0000 | [diff] [blame] | 355 | } __packed; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 356 | |
Juuso Oikarinen | 606c148 | 2010-04-01 11:38:21 +0300 | [diff] [blame] | 357 | #define WL1271_RATE_AUTOMATIC 0 |
| 358 | |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 359 | struct wl1271_cmd_template_set { |
| 360 | struct wl1271_cmd_header header; |
| 361 | |
Luciano Coelho | d0f63b2 | 2009-10-15 10:33:29 +0300 | [diff] [blame] | 362 | __le16 len; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 363 | u8 template_type; |
| 364 | u8 index; /* relevant only for KLV_TEMPLATE type */ |
Luciano Coelho | d0f63b2 | 2009-10-15 10:33:29 +0300 | [diff] [blame] | 365 | __le32 enabled_rates; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 366 | u8 short_retry_limit; |
| 367 | u8 long_retry_limit; |
| 368 | u8 aflags; |
| 369 | u8 reserved; |
| 370 | u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE]; |
Eric Dumazet | ba2d358 | 2010-06-02 18:10:09 +0000 | [diff] [blame] | 371 | } __packed; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 372 | |
| 373 | #define TIM_ELE_ID 5 |
| 374 | #define PARTIAL_VBM_MAX 251 |
| 375 | |
| 376 | struct wl1271_tim { |
| 377 | u8 identity; |
| 378 | u8 length; |
| 379 | u8 dtim_count; |
| 380 | u8 dtim_period; |
| 381 | u8 bitmap_ctrl; |
| 382 | u8 pvb_field[PARTIAL_VBM_MAX]; /* Partial Virtual Bitmap */ |
Eric Dumazet | ba2d358 | 2010-06-02 18:10:09 +0000 | [diff] [blame] | 383 | } __packed; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 384 | |
| 385 | enum wl1271_cmd_ps_mode { |
| 386 | STATION_ACTIVE_MODE, |
| 387 | STATION_POWER_SAVE_MODE |
| 388 | }; |
| 389 | |
| 390 | struct wl1271_cmd_ps_params { |
| 391 | struct wl1271_cmd_header header; |
| 392 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 393 | u8 role_id; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 394 | u8 ps_mode; /* STATION_* */ |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 395 | u8 padding[2]; |
Eric Dumazet | ba2d358 | 2010-06-02 18:10:09 +0000 | [diff] [blame] | 396 | } __packed; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 397 | |
| 398 | /* HW encryption keys */ |
| 399 | #define NUM_ACCESS_CATEGORIES_COPY 4 |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 400 | |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 401 | enum wl1271_cmd_key_action { |
| 402 | KEY_ADD_OR_REPLACE = 1, |
| 403 | KEY_REMOVE = 2, |
| 404 | KEY_SET_ID = 3, |
| 405 | MAX_KEY_ACTION = 0xffff, |
| 406 | }; |
| 407 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 408 | enum wl1271_cmd_lid_key_type { |
| 409 | UNICAST_LID_TYPE = 0, |
| 410 | BROADCAST_LID_TYPE = 1, |
| 411 | WEP_DEFAULT_LID_TYPE = 2 |
| 412 | }; |
| 413 | |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 414 | enum wl1271_cmd_key_type { |
| 415 | KEY_NONE = 0, |
| 416 | KEY_WEP = 1, |
| 417 | KEY_TKIP = 2, |
| 418 | KEY_AES = 3, |
Juuso Oikarinen | 7a55724 | 2010-09-27 12:42:07 +0200 | [diff] [blame] | 419 | KEY_GEM = 4, |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 420 | }; |
| 421 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 422 | struct wl1271_cmd_set_keys { |
Arik Nemtsov | 98bdaab | 2010-10-16 18:08:58 +0200 | [diff] [blame] | 423 | struct wl1271_cmd_header header; |
| 424 | |
| 425 | /* |
| 426 | * Indicates whether the HLID is a unicast key set |
| 427 | * or broadcast key set. A special value 0xFF is |
| 428 | * used to indicate that the HLID is on WEP-default |
| 429 | * (multi-hlids). of type wl1271_cmd_lid_key_type. |
| 430 | */ |
| 431 | u8 hlid; |
| 432 | |
| 433 | /* |
| 434 | * In WEP-default network (hlid == 0xFF) used to |
| 435 | * indicate which network STA/IBSS/AP role should be |
| 436 | * changed |
| 437 | */ |
| 438 | u8 lid_key_type; |
| 439 | |
| 440 | /* |
| 441 | * Key ID - For TKIP and AES key types, this field |
| 442 | * indicates the value that should be inserted into |
| 443 | * the KeyID field of frames transmitted using this |
| 444 | * key entry. For broadcast keys the index use as a |
| 445 | * marker for TX/RX key. |
| 446 | * For WEP default network (HLID=0xFF), this field |
| 447 | * indicates the ID of the key to add or remove. |
| 448 | */ |
| 449 | u8 key_id; |
| 450 | u8 reserved_1; |
| 451 | |
| 452 | /* key_action_e */ |
| 453 | __le16 key_action; |
| 454 | |
| 455 | /* key size in bytes */ |
| 456 | u8 key_size; |
| 457 | |
| 458 | /* key_type_e */ |
| 459 | u8 key_type; |
| 460 | |
| 461 | /* This field holds the security key data to add to the STA table */ |
| 462 | u8 key[MAX_KEY_SIZE]; |
| 463 | __le16 ac_seq_num16[NUM_ACCESS_CATEGORIES_COPY]; |
| 464 | __le32 ac_seq_num32[NUM_ACCESS_CATEGORIES_COPY]; |
| 465 | } __packed; |
| 466 | |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 467 | struct wl1271_cmd_test_header { |
| 468 | u8 id; |
| 469 | u8 padding[3]; |
Eric Dumazet | ba2d358 | 2010-06-02 18:10:09 +0000 | [diff] [blame] | 470 | } __packed; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 471 | |
| 472 | enum wl1271_channel_tune_bands { |
| 473 | WL1271_CHANNEL_TUNE_BAND_2_4, |
| 474 | WL1271_CHANNEL_TUNE_BAND_5, |
| 475 | WL1271_CHANNEL_TUNE_BAND_4_9 |
| 476 | }; |
| 477 | |
Juuso Oikarinen | 644a486 | 2010-10-05 13:11:56 +0200 | [diff] [blame] | 478 | #define WL1271_PD_REFERENCE_POINT_BAND_B_G 0 |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 479 | |
Juuso Oikarinen | 644a486 | 2010-10-05 13:11:56 +0200 | [diff] [blame] | 480 | #define TEST_CMD_INI_FILE_RADIO_PARAM 0x19 |
| 481 | #define TEST_CMD_INI_FILE_GENERAL_PARAM 0x1E |
| 482 | #define TEST_CMD_INI_FILE_RF_EXTENDED_PARAM 0x26 |
Luciano Coelho | 98b5dd5 | 2009-11-23 23:22:17 +0200 | [diff] [blame] | 483 | |
| 484 | struct wl1271_general_parms_cmd { |
| 485 | struct wl1271_cmd_header header; |
| 486 | |
| 487 | struct wl1271_cmd_test_header test; |
| 488 | |
Juuso Oikarinen | eb70eb7 | 2010-05-14 10:46:22 +0300 | [diff] [blame] | 489 | struct wl1271_ini_general_params general_params; |
Luciano Coelho | 98b5dd5 | 2009-11-23 23:22:17 +0200 | [diff] [blame] | 490 | |
Juuso Oikarinen | eb70eb7 | 2010-05-14 10:46:22 +0300 | [diff] [blame] | 491 | u8 sr_debug_table[WL1271_INI_MAX_SMART_REFLEX_PARAM]; |
| 492 | u8 sr_sen_n_p; |
| 493 | u8 sr_sen_n_p_gain; |
| 494 | u8 sr_sen_nrn; |
| 495 | u8 sr_sen_prn; |
| 496 | u8 padding[3]; |
David S. Miller | 14599f1 | 2010-06-11 11:34:06 -0700 | [diff] [blame] | 497 | } __packed; |
Juuso Oikarinen | 152ee6e | 2010-02-18 13:25:42 +0200 | [diff] [blame] | 498 | |
Shahar Levi | 49d750ca | 2011-03-06 16:32:09 +0200 | [diff] [blame] | 499 | struct wl128x_general_parms_cmd { |
| 500 | struct wl1271_cmd_header header; |
| 501 | |
| 502 | struct wl1271_cmd_test_header test; |
| 503 | |
| 504 | struct wl128x_ini_general_params general_params; |
| 505 | |
| 506 | u8 sr_debug_table[WL1271_INI_MAX_SMART_REFLEX_PARAM]; |
| 507 | u8 sr_sen_n_p; |
| 508 | u8 sr_sen_n_p_gain; |
| 509 | u8 sr_sen_nrn; |
| 510 | u8 sr_sen_prn; |
| 511 | u8 padding[3]; |
| 512 | } __packed; |
| 513 | |
Luciano Coelho | 98b5dd5 | 2009-11-23 23:22:17 +0200 | [diff] [blame] | 514 | struct wl1271_radio_parms_cmd { |
| 515 | struct wl1271_cmd_header header; |
| 516 | |
| 517 | struct wl1271_cmd_test_header test; |
| 518 | |
Juuso Oikarinen | eb70eb7 | 2010-05-14 10:46:22 +0300 | [diff] [blame] | 519 | /* Static radio parameters */ |
| 520 | struct wl1271_ini_band_params_2 static_params_2; |
| 521 | struct wl1271_ini_band_params_5 static_params_5; |
Luciano Coelho | 98b5dd5 | 2009-11-23 23:22:17 +0200 | [diff] [blame] | 522 | |
Juuso Oikarinen | eb70eb7 | 2010-05-14 10:46:22 +0300 | [diff] [blame] | 523 | /* Dynamic radio parameters */ |
| 524 | struct wl1271_ini_fem_params_2 dyn_params_2; |
| 525 | u8 padding2; |
| 526 | struct wl1271_ini_fem_params_5 dyn_params_5; |
| 527 | u8 padding3[2]; |
Eric Dumazet | ba2d358 | 2010-06-02 18:10:09 +0000 | [diff] [blame] | 528 | } __packed; |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 529 | |
Shahar Levi | 49d750ca | 2011-03-06 16:32:09 +0200 | [diff] [blame] | 530 | struct wl128x_radio_parms_cmd { |
| 531 | struct wl1271_cmd_header header; |
| 532 | |
| 533 | struct wl1271_cmd_test_header test; |
| 534 | |
| 535 | /* Static radio parameters */ |
| 536 | struct wl128x_ini_band_params_2 static_params_2; |
| 537 | struct wl128x_ini_band_params_5 static_params_5; |
| 538 | |
| 539 | u8 fem_vendor_and_options; |
| 540 | |
| 541 | /* Dynamic radio parameters */ |
| 542 | struct wl128x_ini_fem_params_2 dyn_params_2; |
| 543 | u8 padding2; |
| 544 | struct wl128x_ini_fem_params_5 dyn_params_5; |
| 545 | } __packed; |
| 546 | |
Juuso Oikarinen | 644a486 | 2010-10-05 13:11:56 +0200 | [diff] [blame] | 547 | struct wl1271_ext_radio_parms_cmd { |
| 548 | struct wl1271_cmd_header header; |
| 549 | |
| 550 | struct wl1271_cmd_test_header test; |
| 551 | |
| 552 | u8 tx_per_channel_power_compensation_2[CONF_TX_PWR_COMPENSATION_LEN_2]; |
| 553 | u8 tx_per_channel_power_compensation_5[CONF_TX_PWR_COMPENSATION_LEN_5]; |
| 554 | u8 padding[3]; |
| 555 | } __packed; |
| 556 | |
Luciano Coelho | 25a7dc6 | 2009-10-12 15:08:42 +0300 | [diff] [blame] | 557 | /* |
| 558 | * There are three types of disconnections: |
| 559 | * |
| 560 | * DISCONNECT_IMMEDIATE: the fw doesn't send any frames |
| 561 | * DISCONNECT_DEAUTH: the fw generates a DEAUTH request with the reason |
| 562 | * we have passed |
| 563 | * DISCONNECT_DISASSOC: the fw generates a DESASSOC request with the reason |
| 564 | * we have passed |
| 565 | */ |
| 566 | enum wl1271_disconnect_type { |
| 567 | DISCONNECT_IMMEDIATE, |
| 568 | DISCONNECT_DEAUTH, |
| 569 | DISCONNECT_DISASSOC |
| 570 | }; |
| 571 | |
Juuso Oikarinen | be86cbe | 2010-05-27 12:53:01 +0300 | [diff] [blame] | 572 | #define WL1271_CMD_STA_STATE_CONNECTED 1 |
| 573 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 574 | struct wl12xx_cmd_set_peer_state { |
Juuso Oikarinen | be86cbe | 2010-05-27 12:53:01 +0300 | [diff] [blame] | 575 | struct wl1271_cmd_header header; |
| 576 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 577 | u8 hlid; |
Juuso Oikarinen | be86cbe | 2010-05-27 12:53:01 +0300 | [diff] [blame] | 578 | u8 state; |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 579 | u8 padding[2]; |
Luciano Coelho | 5082b82 | 2010-10-05 14:58:49 +0300 | [diff] [blame] | 580 | } __packed; |
Juuso Oikarinen | be86cbe | 2010-05-27 12:53:01 +0300 | [diff] [blame] | 581 | |
Eliad Peller | a7cba38 | 2011-08-14 13:17:16 +0300 | [diff] [blame] | 582 | struct wl12xx_cmd_roc { |
| 583 | struct wl1271_cmd_header header; |
| 584 | |
| 585 | u8 role_id; |
| 586 | u8 channel; |
| 587 | u8 band; |
| 588 | u8 padding; |
| 589 | }; |
| 590 | |
| 591 | struct wl12xx_cmd_croc { |
| 592 | struct wl1271_cmd_header header; |
| 593 | |
| 594 | u8 role_id; |
| 595 | u8 padding[3]; |
| 596 | }; |
| 597 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 598 | enum wl12xx_ssid_type { |
| 599 | WL12XX_SSID_TYPE_PUBLIC = 0, |
| 600 | WL12XX_SSID_TYPE_HIDDEN = 1, |
| 601 | WL12XX_SSID_TYPE_ANY = 2, |
Arik Nemtsov | 98bdaab | 2010-10-16 18:08:58 +0200 | [diff] [blame] | 602 | }; |
| 603 | |
Eliad Peller | 1ec23f7 | 2011-08-25 14:26:54 +0300 | [diff] [blame] | 604 | enum wl1271_psd_type { |
| 605 | WL1271_PSD_LEGACY = 0, |
| 606 | WL1271_PSD_UPSD_TRIGGER = 1, |
| 607 | WL1271_PSD_LEGACY_PSPOLL = 2, |
| 608 | WL1271_PSD_SAPSD = 3 |
| 609 | }; |
| 610 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 611 | struct wl12xx_cmd_add_peer { |
Arik Nemtsov | 98bdaab | 2010-10-16 18:08:58 +0200 | [diff] [blame] | 612 | struct wl1271_cmd_header header; |
| 613 | |
| 614 | u8 addr[ETH_ALEN]; |
| 615 | u8 hlid; |
| 616 | u8 aid; |
| 617 | u8 psd_type[NUM_ACCESS_CATEGORIES_COPY]; |
| 618 | __le32 supported_rates; |
| 619 | u8 bss_index; |
| 620 | u8 sp_len; |
| 621 | u8 wmm; |
| 622 | u8 padding1; |
| 623 | } __packed; |
| 624 | |
Eliad Peller | c690ec8 | 2011-08-14 13:17:07 +0300 | [diff] [blame] | 625 | struct wl12xx_cmd_remove_peer { |
Arik Nemtsov | 98bdaab | 2010-10-16 18:08:58 +0200 | [diff] [blame] | 626 | struct wl1271_cmd_header header; |
| 627 | |
| 628 | u8 hlid; |
| 629 | u8 reason_opcode; |
| 630 | u8 send_deauth_flag; |
| 631 | u8 padding1; |
| 632 | } __packed; |
| 633 | |
Ido Yariv | 95dac04f | 2011-06-06 14:57:06 +0300 | [diff] [blame] | 634 | /* |
| 635 | * Continuous mode - packets are transferred to the host periodically |
| 636 | * via the data path. |
| 637 | * On demand - Log messages are stored in a cyclic buffer in the |
| 638 | * firmware, and only transferred to the host when explicitly requested |
| 639 | */ |
| 640 | enum wl12xx_fwlogger_log_mode { |
| 641 | WL12XX_FWLOG_CONTINUOUS, |
| 642 | WL12XX_FWLOG_ON_DEMAND |
| 643 | }; |
| 644 | |
| 645 | /* Include/exclude timestamps from the log messages */ |
| 646 | enum wl12xx_fwlogger_timestamp { |
| 647 | WL12XX_FWLOG_TIMESTAMP_DISABLED, |
| 648 | WL12XX_FWLOG_TIMESTAMP_ENABLED |
| 649 | }; |
| 650 | |
| 651 | /* |
| 652 | * Logs can be routed to the debug pinouts (where available), to the host bus |
| 653 | * (SDIO/SPI), or dropped |
| 654 | */ |
| 655 | enum wl12xx_fwlogger_output { |
| 656 | WL12XX_FWLOG_OUTPUT_NONE, |
| 657 | WL12XX_FWLOG_OUTPUT_DBG_PINS, |
| 658 | WL12XX_FWLOG_OUTPUT_HOST, |
| 659 | }; |
| 660 | |
| 661 | struct wl12xx_cmd_config_fwlog { |
| 662 | struct wl1271_cmd_header header; |
| 663 | |
| 664 | /* See enum wl12xx_fwlogger_log_mode */ |
| 665 | u8 logger_mode; |
| 666 | |
| 667 | /* Minimum log level threshold */ |
| 668 | u8 log_severity; |
| 669 | |
| 670 | /* Include/exclude timestamps from the log messages */ |
| 671 | u8 timestamp; |
| 672 | |
| 673 | /* See enum wl1271_fwlogger_output */ |
| 674 | u8 output; |
| 675 | |
| 676 | /* Regulates the frequency of log messages */ |
| 677 | u8 threshold; |
| 678 | |
| 679 | u8 padding[3]; |
| 680 | } __packed; |
| 681 | |
| 682 | struct wl12xx_cmd_start_fwlog { |
| 683 | struct wl1271_cmd_header header; |
| 684 | } __packed; |
| 685 | |
| 686 | struct wl12xx_cmd_stop_fwlog { |
| 687 | struct wl1271_cmd_header header; |
| 688 | } __packed; |
| 689 | |
Shahar Levi | 6d158ff | 2011-09-08 13:01:33 +0300 | [diff] [blame] | 690 | struct wl12xx_cmd_channel_switch { |
| 691 | struct wl1271_cmd_header header; |
| 692 | |
| 693 | /* The new serving channel */ |
| 694 | u8 channel; |
| 695 | /* Relative time of the serving channel switch in TBTT units */ |
| 696 | u8 switch_time; |
| 697 | /* 1: Suspend TX till switch time; 0: Do not suspend TX */ |
| 698 | u8 tx_suspend; |
| 699 | /* 1: Flush TX at switch time; 0: Do not flush */ |
| 700 | u8 flush; |
| 701 | } __packed; |
| 702 | |
| 703 | struct wl12xx_cmd_stop_channel_switch { |
| 704 | struct wl1271_cmd_header header; |
| 705 | } __packed; |
| 706 | |
Luciano Coelho | f5fc0f8 | 2009-08-06 16:25:28 +0300 | [diff] [blame] | 707 | #endif /* __WL1271_CMD_H__ */ |