Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Marvell Wireless LAN device driver: Firmware specific macros & structures |
| 3 | * |
| 4 | * Copyright (C) 2011, Marvell International Ltd. |
| 5 | * |
| 6 | * This software file (the "File") is distributed by Marvell International |
| 7 | * Ltd. under the terms of the GNU General Public License Version 2, June 1991 |
| 8 | * (the "License"). You may use, redistribute and/or modify this File in |
| 9 | * accordance with the terms and conditions of the License, a copy of which |
| 10 | * is available by writing to the Free Software Foundation, Inc., |
| 11 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the |
| 12 | * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. |
| 13 | * |
| 14 | * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE |
| 15 | * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE |
| 16 | * ARE EXPRESSLY DISCLAIMED. The License provides additional details about |
| 17 | * this warranty disclaimer. |
| 18 | */ |
| 19 | |
| 20 | #ifndef _MWIFIEX_FW_H_ |
| 21 | #define _MWIFIEX_FW_H_ |
| 22 | |
| 23 | #include <linux/if_ether.h> |
| 24 | |
| 25 | |
| 26 | #define INTF_HEADER_LEN 4 |
| 27 | |
| 28 | struct rfc_1042_hdr { |
| 29 | u8 llc_dsap; |
| 30 | u8 llc_ssap; |
| 31 | u8 llc_ctrl; |
| 32 | u8 snap_oui[3]; |
| 33 | u16 snap_type; |
| 34 | }; |
| 35 | |
| 36 | struct rx_packet_hdr { |
| 37 | struct ethhdr eth803_hdr; |
| 38 | struct rfc_1042_hdr rfc1042_hdr; |
| 39 | }; |
| 40 | |
| 41 | struct tx_packet_hdr { |
| 42 | struct ethhdr eth803_hdr; |
| 43 | struct rfc_1042_hdr rfc1042_hdr; |
| 44 | }; |
| 45 | |
| 46 | #define B_SUPPORTED_RATES 5 |
| 47 | #define G_SUPPORTED_RATES 9 |
| 48 | #define BG_SUPPORTED_RATES 13 |
| 49 | #define A_SUPPORTED_RATES 9 |
| 50 | #define HOSTCMD_SUPPORTED_RATES 14 |
| 51 | #define N_SUPPORTED_RATES 3 |
| 52 | #define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G | BAND_GN) |
| 53 | |
| 54 | #define FW_MULTI_BANDS_SUPPORT (BIT(8) | BIT(9) | BIT(10) | BIT(11)) |
| 55 | #define IS_SUPPORT_MULTI_BANDS(adapter) \ |
| 56 | (adapter->fw_cap_info & FW_MULTI_BANDS_SUPPORT) |
| 57 | #define GET_FW_DEFAULT_BANDS(adapter) \ |
| 58 | ((adapter->fw_cap_info >> 8) & ALL_802_11_BANDS) |
| 59 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 60 | extern u8 supported_rates_b[B_SUPPORTED_RATES]; |
| 61 | extern u8 supported_rates_g[G_SUPPORTED_RATES]; |
| 62 | extern u8 supported_rates_bg[BG_SUPPORTED_RATES]; |
| 63 | extern u8 supported_rates_a[A_SUPPORTED_RATES]; |
| 64 | extern u8 supported_rates_n[N_SUPPORTED_RATES]; |
| 65 | |
| 66 | #define HostCmd_WEP_KEY_INDEX_MASK 0x3fff |
| 67 | |
| 68 | #define KEY_INFO_ENABLED 0x01 |
| 69 | enum KEY_TYPE_ID { |
| 70 | KEY_TYPE_ID_WEP = 0, |
| 71 | KEY_TYPE_ID_TKIP, |
| 72 | KEY_TYPE_ID_AES, |
| 73 | KEY_TYPE_ID_WAPI, |
| 74 | }; |
| 75 | |
| 76 | enum KEY_INFO_WEP { |
| 77 | KEY_INFO_WEP_MCAST = 0x01, |
| 78 | KEY_INFO_WEP_UNICAST = 0x02, |
| 79 | KEY_INFO_WEP_ENABLED = 0x04 |
| 80 | }; |
| 81 | |
| 82 | enum KEY_INFO_TKIP { |
| 83 | KEY_INFO_TKIP_MCAST = 0x01, |
| 84 | KEY_INFO_TKIP_UNICAST = 0x02, |
| 85 | KEY_INFO_TKIP_ENABLED = 0x04 |
| 86 | }; |
| 87 | |
| 88 | enum KEY_INFO_AES { |
| 89 | KEY_INFO_AES_MCAST = 0x01, |
| 90 | KEY_INFO_AES_UNICAST = 0x02, |
| 91 | KEY_INFO_AES_ENABLED = 0x04 |
| 92 | }; |
| 93 | |
| 94 | #define WAPI_KEY_LEN 50 |
| 95 | |
| 96 | enum KEY_INFO_WAPI { |
| 97 | KEY_INFO_WAPI_MCAST = 0x01, |
| 98 | KEY_INFO_WAPI_UNICAST = 0x02, |
| 99 | KEY_INFO_WAPI_ENABLED = 0x04 |
| 100 | }; |
| 101 | |
| 102 | #define MAX_POLL_TRIES 100 |
| 103 | |
| 104 | #define MAX_MULTI_INTERFACE_POLL_TRIES 1000 |
| 105 | |
| 106 | #define MAX_FIRMWARE_POLL_TRIES 100 |
| 107 | |
| 108 | #define FIRMWARE_READY 0xfedc |
| 109 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 110 | enum MWIFIEX_802_11_PRIVACY_FILTER { |
| 111 | MWIFIEX_802_11_PRIV_FILTER_ACCEPT_ALL, |
| 112 | MWIFIEX_802_11_PRIV_FILTER_8021X_WEP |
| 113 | }; |
| 114 | |
| 115 | enum MWIFIEX_802_11_WEP_STATUS { |
| 116 | MWIFIEX_802_11_WEP_ENABLED, |
| 117 | MWIFIEX_802_11_WEP_DISABLED, |
| 118 | }; |
| 119 | |
| 120 | #define CAL_SNR(RSSI, NF) ((s16)((s16)(RSSI)-(s16)(NF))) |
| 121 | |
| 122 | #define PROPRIETARY_TLV_BASE_ID 0x0100 |
| 123 | #define TLV_TYPE_KEY_MATERIAL (PROPRIETARY_TLV_BASE_ID + 0) |
| 124 | #define TLV_TYPE_CHANLIST (PROPRIETARY_TLV_BASE_ID + 1) |
| 125 | #define TLV_TYPE_NUMPROBES (PROPRIETARY_TLV_BASE_ID + 2) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 126 | #define TLV_TYPE_PASSTHROUGH (PROPRIETARY_TLV_BASE_ID + 10) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 127 | #define TLV_TYPE_WMMQSTATUS (PROPRIETARY_TLV_BASE_ID + 16) |
| 128 | #define TLV_TYPE_WILDCARDSSID (PROPRIETARY_TLV_BASE_ID + 18) |
| 129 | #define TLV_TYPE_TSFTIMESTAMP (PROPRIETARY_TLV_BASE_ID + 19) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 130 | #define TLV_TYPE_AUTH_TYPE (PROPRIETARY_TLV_BASE_ID + 31) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 131 | #define TLV_TYPE_CHANNELBANDLIST (PROPRIETARY_TLV_BASE_ID + 42) |
Marc Yang | 2b06bdb | 2011-03-30 18:12:44 -0700 | [diff] [blame] | 132 | #define TLV_TYPE_RATE_DROP_CONTROL (PROPRIETARY_TLV_BASE_ID + 82) |
| 133 | #define TLV_TYPE_RATE_SCOPE (PROPRIETARY_TLV_BASE_ID + 83) |
| 134 | #define TLV_TYPE_POWER_GROUP (PROPRIETARY_TLV_BASE_ID + 84) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 135 | #define TLV_TYPE_WAPI_IE (PROPRIETARY_TLV_BASE_ID + 94) |
Marc Yang | 2b06bdb | 2011-03-30 18:12:44 -0700 | [diff] [blame] | 136 | #define TLV_TYPE_AUTO_DS_PARAM (PROPRIETARY_TLV_BASE_ID + 113) |
| 137 | #define TLV_TYPE_PS_PARAM (PROPRIETARY_TLV_BASE_ID + 114) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 138 | |
| 139 | #define MWIFIEX_TX_DATA_BUF_SIZE_2K 2048 |
| 140 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 141 | #define SSN_MASK 0xfff0 |
| 142 | |
| 143 | #define BA_RESULT_SUCCESS 0x0 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 144 | #define BA_RESULT_TIMEOUT 0x2 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 145 | |
| 146 | #define IS_BASTREAM_SETUP(ptr) (ptr->ba_status) |
| 147 | |
| 148 | #define BA_STREAM_NOT_ALLOWED 0xff |
| 149 | |
| 150 | #define IS_11N_ENABLED(priv) ((priv->adapter->config_bands & BAND_GN || \ |
| 151 | priv->adapter->config_bands & BAND_AN) \ |
| 152 | && priv->curr_bss_params.bss_descriptor.bcn_ht_cap) |
| 153 | #define INITIATOR_BIT(DelBAParamSet) (((DelBAParamSet) &\ |
| 154 | BIT(DELBA_INITIATOR_POS)) >> DELBA_INITIATOR_POS) |
| 155 | |
| 156 | #define MWIFIEX_TX_DATA_BUF_SIZE_4K 4096 |
| 157 | #define MWIFIEX_TX_DATA_BUF_SIZE_8K 8192 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 158 | #define NON_GREENFIELD_STAS 0x04 |
| 159 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 160 | #define ISSUPP_11NENABLED(FwCapInfo) (FwCapInfo & BIT(11)) |
Marc Yang | 6d2bd91 | 2011-03-25 19:47:02 -0700 | [diff] [blame] | 161 | |
| 162 | /* dev_cap bitmap |
| 163 | * BIT |
| 164 | * 0-16 reserved |
| 165 | * 17 IEEE80211_HT_CAP_SUP_WIDTH_20_40 |
| 166 | * 18-22 reserved |
| 167 | * 23 IEEE80211_HT_CAP_SGI_20 |
| 168 | * 24 IEEE80211_HT_CAP_SGI_40 |
| 169 | * 25 IEEE80211_HT_CAP_TX_STBC |
| 170 | * 26 IEEE80211_HT_CAP_RX_STBC |
| 171 | * 27-28 reserved |
| 172 | * 29 IEEE80211_HT_CAP_GRN_FLD |
| 173 | * 30-31 reserved |
| 174 | */ |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 175 | #define ISSUPP_CHANWIDTH40(Dot11nDevCap) (Dot11nDevCap & BIT(17)) |
Marc Yang | 6d2bd91 | 2011-03-25 19:47:02 -0700 | [diff] [blame] | 176 | #define ISSUPP_SHORTGI20(Dot11nDevCap) (Dot11nDevCap & BIT(23)) |
| 177 | #define ISSUPP_SHORTGI40(Dot11nDevCap) (Dot11nDevCap & BIT(24)) |
| 178 | #define ISSUPP_TXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(25)) |
| 179 | #define ISSUPP_RXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(26)) |
| 180 | #define ISSUPP_GREENFIELD(Dot11nDevCap) (Dot11nDevCap & BIT(29)) |
| 181 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 182 | #define GET_RXMCSSUPP(DevMCSSupported) (DevMCSSupported & 0x0f) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 183 | #define RESETHT_EXTCAP_RDG(HTExtCap) (HTExtCap &= ~BIT(11)) |
| 184 | #define SETHT_MCS32(x) (x[4] |= 1) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 185 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 186 | #define SET_SECONDARYCHAN(RadioType, SECCHAN) (RadioType |= (SECCHAN << 4)) |
| 187 | |
| 188 | #define LLC_SNAP_LEN 8 |
| 189 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 190 | #define MOD_CLASS_HR_DSSS 0x03 |
| 191 | #define MOD_CLASS_OFDM 0x07 |
| 192 | #define MOD_CLASS_HT 0x08 |
| 193 | #define HT_BW_20 0 |
| 194 | #define HT_BW_40 1 |
| 195 | |
| 196 | #define HostCmd_CMD_GET_HW_SPEC 0x0003 |
| 197 | #define HostCmd_CMD_802_11_SCAN 0x0006 |
| 198 | #define HostCmd_CMD_802_11_GET_LOG 0x000b |
| 199 | #define HostCmd_CMD_MAC_MULTICAST_ADR 0x0010 |
| 200 | #define HostCmd_CMD_802_11_EEPROM_ACCESS 0x0059 |
| 201 | #define HostCmd_CMD_802_11_ASSOCIATE 0x0012 |
| 202 | #define HostCmd_CMD_802_11_SNMP_MIB 0x0016 |
| 203 | #define HostCmd_CMD_MAC_REG_ACCESS 0x0019 |
| 204 | #define HostCmd_CMD_BBP_REG_ACCESS 0x001a |
| 205 | #define HostCmd_CMD_RF_REG_ACCESS 0x001b |
| 206 | #define HostCmd_CMD_PMIC_REG_ACCESS 0x00ad |
| 207 | #define HostCmd_CMD_802_11_RF_CHANNEL 0x001d |
| 208 | #define HostCmd_CMD_802_11_DEAUTHENTICATE 0x0024 |
| 209 | #define HostCmd_CMD_MAC_CONTROL 0x0028 |
| 210 | #define HostCmd_CMD_802_11_AD_HOC_START 0x002b |
| 211 | #define HostCmd_CMD_802_11_AD_HOC_JOIN 0x002c |
| 212 | #define HostCmd_CMD_802_11_AD_HOC_STOP 0x0040 |
| 213 | #define HostCmd_CMD_802_11_MAC_ADDRESS 0x004D |
| 214 | #define HostCmd_CMD_802_11D_DOMAIN_INFO 0x005b |
| 215 | #define HostCmd_CMD_802_11_KEY_MATERIAL 0x005e |
| 216 | #define HostCmd_CMD_802_11_BG_SCAN_QUERY 0x006c |
| 217 | #define HostCmd_CMD_WMM_GET_STATUS 0x0071 |
| 218 | #define HostCmd_CMD_802_11_TX_RATE_QUERY 0x007f |
| 219 | #define HostCmd_CMD_802_11_IBSS_COALESCING_STATUS 0x0083 |
| 220 | #define HostCmd_CMD_VERSION_EXT 0x0097 |
| 221 | #define HostCmd_CMD_RSSI_INFO 0x00a4 |
| 222 | #define HostCmd_CMD_FUNC_INIT 0x00a9 |
| 223 | #define HostCmd_CMD_FUNC_SHUTDOWN 0x00aa |
| 224 | #define HostCmd_CMD_11N_CFG 0x00cd |
| 225 | #define HostCmd_CMD_11N_ADDBA_REQ 0x00ce |
| 226 | #define HostCmd_CMD_11N_ADDBA_RSP 0x00cf |
| 227 | #define HostCmd_CMD_11N_DELBA 0x00d0 |
| 228 | #define HostCmd_CMD_RECONFIGURE_TX_BUFF 0x00d9 |
| 229 | #define HostCmd_CMD_AMSDU_AGGR_CTRL 0x00df |
| 230 | #define HostCmd_CMD_TXPWR_CFG 0x00d1 |
| 231 | #define HostCmd_CMD_TX_RATE_CFG 0x00d6 |
| 232 | #define HostCmd_CMD_802_11_PS_MODE_ENH 0x00e4 |
| 233 | #define HostCmd_CMD_802_11_HS_CFG_ENH 0x00e5 |
| 234 | #define HostCmd_CMD_CAU_REG_ACCESS 0x00ed |
| 235 | #define HostCmd_CMD_SET_BSS_MODE 0x00f7 |
| 236 | |
| 237 | |
| 238 | enum ENH_PS_MODES { |
| 239 | EN_PS = 1, |
| 240 | DIS_PS = 2, |
| 241 | EN_AUTO_DS = 3, |
| 242 | DIS_AUTO_DS = 4, |
| 243 | SLEEP_CONFIRM = 5, |
| 244 | GET_PS = 0, |
| 245 | EN_AUTO_PS = 0xff, |
| 246 | DIS_AUTO_PS = 0xfe, |
| 247 | }; |
| 248 | |
| 249 | #define HostCmd_RET_BIT 0x8000 |
| 250 | #define HostCmd_ACT_GEN_GET 0x0000 |
| 251 | #define HostCmd_ACT_GEN_SET 0x0001 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 252 | #define HostCmd_RESULT_OK 0x0000 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 253 | |
| 254 | #define HostCmd_ACT_MAC_RX_ON 0x0001 |
| 255 | #define HostCmd_ACT_MAC_TX_ON 0x0002 |
| 256 | #define HostCmd_ACT_MAC_WEP_ENABLE 0x0008 |
| 257 | #define HostCmd_ACT_MAC_ETHERNETII_ENABLE 0x0010 |
| 258 | #define HostCmd_ACT_MAC_PROMISCUOUS_ENABLE 0x0080 |
| 259 | #define HostCmd_ACT_MAC_ALL_MULTICAST_ENABLE 0x0100 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 260 | #define HostCmd_ACT_MAC_ADHOC_G_PROTECTION_ON 0x2000 |
| 261 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 262 | #define HostCmd_BSS_MODE_IBSS 0x0002 |
| 263 | #define HostCmd_BSS_MODE_ANY 0x0003 |
| 264 | |
| 265 | #define HostCmd_SCAN_RADIO_TYPE_BG 0 |
| 266 | #define HostCmd_SCAN_RADIO_TYPE_A 1 |
| 267 | |
| 268 | #define HOST_SLEEP_CFG_CANCEL 0xffffffff |
| 269 | #define HOST_SLEEP_CFG_COND_DEF 0x0000000f |
| 270 | #define HOST_SLEEP_CFG_GPIO_DEF 0xff |
| 271 | #define HOST_SLEEP_CFG_GAP_DEF 0 |
| 272 | |
| 273 | #define CMD_F_HOSTCMD (1 << 0) |
| 274 | #define CMD_F_CANCELED (1 << 1) |
| 275 | |
| 276 | #define HostCmd_CMD_ID_MASK 0x0fff |
| 277 | |
| 278 | #define HostCmd_SEQ_NUM_MASK 0x00ff |
| 279 | |
| 280 | #define HostCmd_BSS_NUM_MASK 0x0f00 |
| 281 | |
| 282 | #define HostCmd_BSS_TYPE_MASK 0xf000 |
| 283 | |
| 284 | #define HostCmd_SET_SEQ_NO_BSS_INFO(seq, num, type) { \ |
| 285 | (((seq) & 0x00ff) | \ |
| 286 | (((num) & 0x000f) << 8)) | \ |
| 287 | (((type) & 0x000f) << 12); } |
| 288 | |
| 289 | #define HostCmd_GET_SEQ_NO(seq) \ |
| 290 | ((seq) & HostCmd_SEQ_NUM_MASK) |
| 291 | |
| 292 | #define HostCmd_GET_BSS_NO(seq) \ |
| 293 | (((seq) & HostCmd_BSS_NUM_MASK) >> 8) |
| 294 | |
| 295 | #define HostCmd_GET_BSS_TYPE(seq) \ |
| 296 | (((seq) & HostCmd_BSS_TYPE_MASK) >> 12) |
| 297 | |
| 298 | #define EVENT_DUMMY_HOST_WAKEUP_SIGNAL 0x00000001 |
| 299 | #define EVENT_LINK_LOST 0x00000003 |
| 300 | #define EVENT_LINK_SENSED 0x00000004 |
| 301 | #define EVENT_MIB_CHANGED 0x00000006 |
| 302 | #define EVENT_INIT_DONE 0x00000007 |
| 303 | #define EVENT_DEAUTHENTICATED 0x00000008 |
| 304 | #define EVENT_DISASSOCIATED 0x00000009 |
| 305 | #define EVENT_PS_AWAKE 0x0000000a |
| 306 | #define EVENT_PS_SLEEP 0x0000000b |
| 307 | #define EVENT_MIC_ERR_MULTICAST 0x0000000d |
| 308 | #define EVENT_MIC_ERR_UNICAST 0x0000000e |
| 309 | #define EVENT_DEEP_SLEEP_AWAKE 0x00000010 |
| 310 | #define EVENT_ADHOC_BCN_LOST 0x00000011 |
| 311 | |
| 312 | #define EVENT_WMM_STATUS_CHANGE 0x00000017 |
| 313 | #define EVENT_BG_SCAN_REPORT 0x00000018 |
| 314 | #define EVENT_RSSI_LOW 0x00000019 |
| 315 | #define EVENT_SNR_LOW 0x0000001a |
| 316 | #define EVENT_MAX_FAIL 0x0000001b |
| 317 | #define EVENT_RSSI_HIGH 0x0000001c |
| 318 | #define EVENT_SNR_HIGH 0x0000001d |
| 319 | #define EVENT_IBSS_COALESCED 0x0000001e |
| 320 | #define EVENT_DATA_RSSI_LOW 0x00000024 |
| 321 | #define EVENT_DATA_SNR_LOW 0x00000025 |
| 322 | #define EVENT_DATA_RSSI_HIGH 0x00000026 |
| 323 | #define EVENT_DATA_SNR_HIGH 0x00000027 |
| 324 | #define EVENT_LINK_QUALITY 0x00000028 |
| 325 | #define EVENT_PORT_RELEASE 0x0000002b |
| 326 | #define EVENT_PRE_BEACON_LOST 0x00000031 |
| 327 | #define EVENT_ADDBA 0x00000033 |
| 328 | #define EVENT_DELBA 0x00000034 |
| 329 | #define EVENT_BA_STREAM_TIEMOUT 0x00000037 |
| 330 | #define EVENT_AMSDU_AGGR_CTRL 0x00000042 |
| 331 | #define EVENT_WEP_ICV_ERR 0x00000046 |
| 332 | #define EVENT_HS_ACT_REQ 0x00000047 |
| 333 | #define EVENT_BW_CHANGE 0x00000048 |
| 334 | |
| 335 | #define EVENT_HOSTWAKE_STAIE 0x0000004d |
| 336 | |
| 337 | #define EVENT_ID_MASK 0xffff |
| 338 | #define BSS_NUM_MASK 0xf |
| 339 | |
| 340 | #define EVENT_GET_BSS_NUM(event_cause) \ |
| 341 | (((event_cause) >> 16) & BSS_NUM_MASK) |
| 342 | |
| 343 | #define EVENT_GET_BSS_TYPE(event_cause) \ |
| 344 | (((event_cause) >> 24) & 0x00ff) |
| 345 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 346 | struct mwifiex_ie_types_header { |
| 347 | __le16 type; |
| 348 | __le16 len; |
| 349 | } __packed; |
| 350 | |
| 351 | struct mwifiex_ie_types_data { |
| 352 | struct mwifiex_ie_types_header header; |
| 353 | u8 data[1]; |
| 354 | } __packed; |
| 355 | |
| 356 | #define MWIFIEX_TxPD_POWER_MGMT_NULL_PACKET 0x01 |
| 357 | #define MWIFIEX_TxPD_POWER_MGMT_LAST_PACKET 0x08 |
| 358 | |
| 359 | struct txpd { |
| 360 | u8 bss_type; |
| 361 | u8 bss_num; |
| 362 | __le16 tx_pkt_length; |
| 363 | __le16 tx_pkt_offset; |
| 364 | __le16 tx_pkt_type; |
| 365 | __le32 tx_control; |
| 366 | u8 priority; |
| 367 | u8 flags; |
| 368 | u8 pkt_delay_2ms; |
| 369 | u8 reserved1; |
| 370 | } __packed; |
| 371 | |
| 372 | struct rxpd { |
| 373 | u8 bss_type; |
| 374 | u8 bss_num; |
| 375 | u16 rx_pkt_length; |
| 376 | u16 rx_pkt_offset; |
| 377 | u16 rx_pkt_type; |
| 378 | u16 seq_num; |
| 379 | u8 priority; |
| 380 | u8 rx_rate; |
| 381 | s8 snr; |
| 382 | s8 nf; |
| 383 | /* Ht Info [Bit 0] RxRate format: LG=0, HT=1 |
| 384 | * [Bit 1] HT Bandwidth: BW20 = 0, BW40 = 1 |
| 385 | * [Bit 2] HT Guard Interval: LGI = 0, SGI = 1 */ |
| 386 | u8 ht_info; |
| 387 | u8 reserved; |
| 388 | } __packed; |
| 389 | |
| 390 | enum mwifiex_chan_scan_mode_bitmasks { |
| 391 | MWIFIEX_PASSIVE_SCAN = BIT(0), |
| 392 | MWIFIEX_DISABLE_CHAN_FILT = BIT(1), |
| 393 | }; |
| 394 | |
| 395 | #define SECOND_CHANNEL_BELOW 0x30 |
| 396 | #define SECOND_CHANNEL_ABOVE 0x10 |
| 397 | struct mwifiex_chan_scan_param_set { |
| 398 | u8 radio_type; |
| 399 | u8 chan_number; |
| 400 | u8 chan_scan_mode_bitmap; |
| 401 | __le16 min_scan_time; |
| 402 | __le16 max_scan_time; |
| 403 | } __packed; |
| 404 | |
| 405 | struct mwifiex_ie_types_chan_list_param_set { |
| 406 | struct mwifiex_ie_types_header header; |
| 407 | struct mwifiex_chan_scan_param_set chan_scan_param[1]; |
| 408 | } __packed; |
| 409 | |
| 410 | struct chan_band_param_set { |
| 411 | u8 radio_type; |
| 412 | u8 chan_number; |
| 413 | }; |
| 414 | |
| 415 | struct mwifiex_ie_types_chan_band_list_param_set { |
| 416 | struct mwifiex_ie_types_header header; |
| 417 | struct chan_band_param_set chan_band_param[1]; |
| 418 | } __packed; |
| 419 | |
| 420 | struct mwifiex_ie_types_rates_param_set { |
| 421 | struct mwifiex_ie_types_header header; |
| 422 | u8 rates[1]; |
| 423 | } __packed; |
| 424 | |
| 425 | struct mwifiex_ie_types_ssid_param_set { |
| 426 | struct mwifiex_ie_types_header header; |
| 427 | u8 ssid[1]; |
| 428 | } __packed; |
| 429 | |
| 430 | struct mwifiex_ie_types_num_probes { |
| 431 | struct mwifiex_ie_types_header header; |
| 432 | __le16 num_probes; |
| 433 | } __packed; |
| 434 | |
| 435 | struct mwifiex_ie_types_wildcard_ssid_params { |
| 436 | struct mwifiex_ie_types_header header; |
| 437 | u8 max_ssid_length; |
| 438 | u8 ssid[1]; |
| 439 | } __packed; |
| 440 | |
| 441 | #define TSF_DATA_SIZE 8 |
| 442 | struct mwifiex_ie_types_tsf_timestamp { |
| 443 | struct mwifiex_ie_types_header header; |
| 444 | u8 tsf_data[1]; |
| 445 | } __packed; |
| 446 | |
| 447 | struct mwifiex_cf_param_set { |
| 448 | u8 cfp_cnt; |
| 449 | u8 cfp_period; |
| 450 | u16 cfp_max_duration; |
| 451 | u16 cfp_duration_remaining; |
| 452 | } __packed; |
| 453 | |
| 454 | struct mwifiex_ibss_param_set { |
| 455 | u16 atim_window; |
| 456 | } __packed; |
| 457 | |
| 458 | struct mwifiex_ie_types_ss_param_set { |
| 459 | struct mwifiex_ie_types_header header; |
| 460 | union { |
| 461 | struct mwifiex_cf_param_set cf_param_set[1]; |
| 462 | struct mwifiex_ibss_param_set ibss_param_set[1]; |
| 463 | } cf_ibss; |
| 464 | } __packed; |
| 465 | |
| 466 | struct mwifiex_fh_param_set { |
| 467 | u16 dwell_time; |
| 468 | u8 hop_set; |
| 469 | u8 hop_pattern; |
| 470 | u8 hop_index; |
| 471 | } __packed; |
| 472 | |
| 473 | struct mwifiex_ds_param_set { |
| 474 | u8 current_chan; |
| 475 | } __packed; |
| 476 | |
| 477 | struct mwifiex_ie_types_phy_param_set { |
| 478 | struct mwifiex_ie_types_header header; |
| 479 | union { |
| 480 | struct mwifiex_fh_param_set fh_param_set[1]; |
| 481 | struct mwifiex_ds_param_set ds_param_set[1]; |
| 482 | } fh_ds; |
| 483 | } __packed; |
| 484 | |
| 485 | struct mwifiex_ie_types_auth_type { |
| 486 | struct mwifiex_ie_types_header header; |
| 487 | __le16 auth_type; |
| 488 | } __packed; |
| 489 | |
| 490 | struct mwifiex_ie_types_vendor_param_set { |
| 491 | struct mwifiex_ie_types_header header; |
| 492 | u8 ie[MWIFIEX_MAX_VSIE_LEN]; |
| 493 | }; |
| 494 | |
| 495 | struct mwifiex_ie_types_rsn_param_set { |
| 496 | struct mwifiex_ie_types_header header; |
| 497 | u8 rsn_ie[1]; |
| 498 | } __packed; |
| 499 | |
| 500 | #define KEYPARAMSET_FIXED_LEN 6 |
| 501 | |
| 502 | struct mwifiex_ie_type_key_param_set { |
| 503 | __le16 type; |
| 504 | __le16 length; |
| 505 | __le16 key_type_id; |
| 506 | __le16 key_info; |
| 507 | __le16 key_len; |
| 508 | u8 key[50]; |
| 509 | } __packed; |
| 510 | |
| 511 | struct host_cmd_ds_802_11_key_material { |
| 512 | __le16 action; |
| 513 | struct mwifiex_ie_type_key_param_set key_param_set; |
| 514 | } __packed; |
| 515 | |
| 516 | struct host_cmd_ds_gen { |
| 517 | u16 command; |
| 518 | u16 size; |
| 519 | u16 seq_num; |
| 520 | u16 result; |
| 521 | }; |
| 522 | |
| 523 | #define S_DS_GEN sizeof(struct host_cmd_ds_gen) |
| 524 | |
| 525 | enum sleep_resp_ctrl { |
| 526 | RESP_NOT_NEEDED = 0, |
| 527 | RESP_NEEDED, |
| 528 | }; |
| 529 | |
| 530 | struct mwifiex_ps_param { |
| 531 | __le16 null_pkt_interval; |
| 532 | __le16 multiple_dtims; |
| 533 | __le16 bcn_miss_timeout; |
| 534 | __le16 local_listen_interval; |
| 535 | __le16 adhoc_wake_period; |
| 536 | __le16 mode; |
| 537 | __le16 delay_to_ps; |
| 538 | }; |
| 539 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 540 | #define BITMAP_AUTO_DS 0x01 |
| 541 | #define BITMAP_STA_PS 0x10 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 542 | |
| 543 | struct mwifiex_ie_types_auto_ds_param { |
| 544 | struct mwifiex_ie_types_header header; |
Marc Yang | 2b06bdb | 2011-03-30 18:12:44 -0700 | [diff] [blame] | 545 | __le16 deep_sleep_timeout; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 546 | } __packed; |
| 547 | |
| 548 | struct mwifiex_ie_types_ps_param { |
| 549 | struct mwifiex_ie_types_header header; |
| 550 | struct mwifiex_ps_param param; |
| 551 | } __packed; |
| 552 | |
| 553 | struct host_cmd_ds_802_11_ps_mode_enh { |
| 554 | __le16 action; |
| 555 | |
| 556 | union { |
| 557 | struct mwifiex_ps_param opt_ps; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 558 | __le16 ps_bitmap; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 559 | } params; |
| 560 | } __packed; |
| 561 | |
| 562 | struct host_cmd_ds_get_hw_spec { |
| 563 | __le16 hw_if_version; |
| 564 | __le16 version; |
| 565 | __le16 reserved; |
| 566 | __le16 num_of_mcast_adr; |
| 567 | u8 permanent_addr[ETH_ALEN]; |
| 568 | __le16 region_code; |
| 569 | __le16 number_of_antenna; |
| 570 | __le32 fw_release_number; |
| 571 | __le32 reserved_1; |
| 572 | __le32 reserved_2; |
| 573 | __le32 reserved_3; |
| 574 | __le32 fw_cap_info; |
| 575 | __le32 dot_11n_dev_cap; |
| 576 | u8 dev_mcs_support; |
| 577 | __le16 mp_end_port; /* SDIO only, reserved for other interfacces */ |
| 578 | __le16 reserved_4; |
| 579 | } __packed; |
| 580 | |
| 581 | struct host_cmd_ds_802_11_rssi_info { |
| 582 | __le16 action; |
| 583 | __le16 ndata; |
| 584 | __le16 nbcn; |
| 585 | __le16 reserved[9]; |
| 586 | long long reserved_1; |
| 587 | }; |
| 588 | |
| 589 | struct host_cmd_ds_802_11_rssi_info_rsp { |
| 590 | __le16 action; |
| 591 | __le16 ndata; |
| 592 | __le16 nbcn; |
| 593 | __le16 data_rssi_last; |
| 594 | __le16 data_nf_last; |
| 595 | __le16 data_rssi_avg; |
| 596 | __le16 data_nf_avg; |
| 597 | __le16 bcn_rssi_last; |
| 598 | __le16 bcn_nf_last; |
| 599 | __le16 bcn_rssi_avg; |
| 600 | __le16 bcn_nf_avg; |
| 601 | long long tsf_bcn; |
| 602 | }; |
| 603 | |
| 604 | struct host_cmd_ds_802_11_mac_address { |
| 605 | __le16 action; |
| 606 | u8 mac_addr[ETH_ALEN]; |
| 607 | }; |
| 608 | |
| 609 | struct host_cmd_ds_mac_control { |
| 610 | __le16 action; |
| 611 | __le16 reserved; |
| 612 | }; |
| 613 | |
| 614 | struct host_cmd_ds_mac_multicast_adr { |
| 615 | __le16 action; |
| 616 | __le16 num_of_adrs; |
| 617 | u8 mac_list[MWIFIEX_MAX_MULTICAST_LIST_SIZE][ETH_ALEN]; |
| 618 | } __packed; |
| 619 | |
| 620 | struct host_cmd_ds_802_11_deauthenticate { |
| 621 | u8 mac_addr[ETH_ALEN]; |
| 622 | __le16 reason_code; |
| 623 | } __packed; |
| 624 | |
| 625 | struct host_cmd_ds_802_11_associate { |
| 626 | u8 peer_sta_addr[ETH_ALEN]; |
| 627 | __le16 cap_info_bitmap; |
| 628 | __le16 listen_interval; |
| 629 | __le16 beacon_period; |
| 630 | u8 dtim_period; |
| 631 | } __packed; |
| 632 | |
| 633 | struct ieee_types_assoc_rsp { |
| 634 | __le16 cap_info_bitmap; |
| 635 | __le16 status_code; |
| 636 | __le16 a_id; |
| 637 | u8 ie_buffer[1]; |
| 638 | } __packed; |
| 639 | |
| 640 | struct host_cmd_ds_802_11_associate_rsp { |
| 641 | struct ieee_types_assoc_rsp assoc_rsp; |
| 642 | } __packed; |
| 643 | |
| 644 | struct ieee_types_cf_param_set { |
| 645 | u8 element_id; |
| 646 | u8 len; |
| 647 | u8 cfp_cnt; |
| 648 | u8 cfp_period; |
| 649 | u16 cfp_max_duration; |
| 650 | u16 cfp_duration_remaining; |
| 651 | } __packed; |
| 652 | |
| 653 | struct ieee_types_ibss_param_set { |
| 654 | u8 element_id; |
| 655 | u8 len; |
| 656 | __le16 atim_window; |
| 657 | } __packed; |
| 658 | |
| 659 | union ieee_types_ss_param_set { |
| 660 | struct ieee_types_cf_param_set cf_param_set; |
| 661 | struct ieee_types_ibss_param_set ibss_param_set; |
| 662 | } __packed; |
| 663 | |
| 664 | struct ieee_types_fh_param_set { |
| 665 | u8 element_id; |
| 666 | u8 len; |
| 667 | __le16 dwell_time; |
| 668 | u8 hop_set; |
| 669 | u8 hop_pattern; |
| 670 | u8 hop_index; |
| 671 | } __packed; |
| 672 | |
| 673 | struct ieee_types_ds_param_set { |
| 674 | u8 element_id; |
| 675 | u8 len; |
| 676 | u8 current_chan; |
| 677 | } __packed; |
| 678 | |
| 679 | union ieee_types_phy_param_set { |
| 680 | struct ieee_types_fh_param_set fh_param_set; |
| 681 | struct ieee_types_ds_param_set ds_param_set; |
| 682 | } __packed; |
| 683 | |
| 684 | struct host_cmd_ds_802_11_ad_hoc_start { |
| 685 | u8 ssid[IEEE80211_MAX_SSID_LEN]; |
| 686 | u8 bss_mode; |
| 687 | __le16 beacon_period; |
| 688 | u8 dtim_period; |
| 689 | union ieee_types_ss_param_set ss_param_set; |
| 690 | union ieee_types_phy_param_set phy_param_set; |
| 691 | u16 reserved1; |
| 692 | __le16 cap_info_bitmap; |
| 693 | u8 DataRate[HOSTCMD_SUPPORTED_RATES]; |
| 694 | } __packed; |
| 695 | |
| 696 | struct host_cmd_ds_802_11_ad_hoc_result { |
| 697 | u8 pad[3]; |
| 698 | u8 bssid[ETH_ALEN]; |
| 699 | } __packed; |
| 700 | |
| 701 | struct adhoc_bss_desc { |
| 702 | u8 bssid[ETH_ALEN]; |
| 703 | u8 ssid[IEEE80211_MAX_SSID_LEN]; |
| 704 | u8 bss_mode; |
| 705 | __le16 beacon_period; |
| 706 | u8 dtim_period; |
| 707 | u8 time_stamp[8]; |
| 708 | u8 local_time[8]; |
| 709 | union ieee_types_phy_param_set phy_param_set; |
| 710 | union ieee_types_ss_param_set ss_param_set; |
| 711 | __le16 cap_info_bitmap; |
| 712 | u8 data_rates[HOSTCMD_SUPPORTED_RATES]; |
| 713 | |
| 714 | /* |
| 715 | * DO NOT ADD ANY FIELDS TO THIS STRUCTURE. |
| 716 | * It is used in the Adhoc join command and will cause a |
| 717 | * binary layout mismatch with the firmware |
| 718 | */ |
| 719 | } __packed; |
| 720 | |
| 721 | struct host_cmd_ds_802_11_ad_hoc_join { |
| 722 | struct adhoc_bss_desc bss_descriptor; |
| 723 | u16 reserved1; |
| 724 | u16 reserved2; |
| 725 | } __packed; |
| 726 | |
| 727 | struct host_cmd_ds_802_11_get_log { |
| 728 | __le32 mcast_tx_frame; |
| 729 | __le32 failed; |
| 730 | __le32 retry; |
| 731 | __le32 multi_retry; |
| 732 | __le32 frame_dup; |
| 733 | __le32 rts_success; |
| 734 | __le32 rts_failure; |
| 735 | __le32 ack_failure; |
| 736 | __le32 rx_frag; |
| 737 | __le32 mcast_rx_frame; |
| 738 | __le32 fcs_error; |
| 739 | __le32 tx_frame; |
| 740 | __le32 reserved; |
| 741 | __le32 wep_icv_err_cnt[4]; |
| 742 | }; |
| 743 | |
| 744 | struct host_cmd_ds_tx_rate_query { |
| 745 | u8 tx_rate; |
| 746 | /* Ht Info [Bit 0] RxRate format: LG=0, HT=1 |
| 747 | * [Bit 1] HT Bandwidth: BW20 = 0, BW40 = 1 |
| 748 | * [Bit 2] HT Guard Interval: LGI = 0, SGI = 1 */ |
| 749 | u8 ht_info; |
| 750 | } __packed; |
| 751 | |
| 752 | enum Host_Sleep_Action { |
| 753 | HS_CONFIGURE = 0x0001, |
| 754 | HS_ACTIVATE = 0x0002, |
| 755 | }; |
| 756 | |
| 757 | struct mwifiex_hs_config_param { |
| 758 | __le32 conditions; |
| 759 | u8 gpio; |
| 760 | u8 gap; |
| 761 | } __packed; |
| 762 | |
| 763 | struct hs_activate_param { |
| 764 | u16 resp_ctrl; |
| 765 | } __packed; |
| 766 | |
| 767 | struct host_cmd_ds_802_11_hs_cfg_enh { |
| 768 | __le16 action; |
| 769 | |
| 770 | union { |
| 771 | struct mwifiex_hs_config_param hs_config; |
| 772 | struct hs_activate_param hs_activate; |
| 773 | } params; |
| 774 | } __packed; |
| 775 | |
| 776 | enum SNMP_MIB_INDEX { |
| 777 | OP_RATE_SET_I = 1, |
| 778 | DTIM_PERIOD_I = 3, |
| 779 | RTS_THRESH_I = 5, |
| 780 | SHORT_RETRY_LIM_I = 6, |
| 781 | LONG_RETRY_LIM_I = 7, |
| 782 | FRAG_THRESH_I = 8, |
| 783 | DOT11D_I = 9, |
| 784 | }; |
| 785 | |
| 786 | #define MAX_SNMP_BUF_SIZE 128 |
| 787 | |
| 788 | struct host_cmd_ds_802_11_snmp_mib { |
| 789 | __le16 query_type; |
| 790 | __le16 oid; |
| 791 | __le16 buf_size; |
| 792 | u8 value[1]; |
| 793 | } __packed; |
| 794 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 795 | struct mwifiex_rate_scope { |
| 796 | __le16 type; |
| 797 | __le16 length; |
| 798 | __le16 hr_dsss_rate_bitmap; |
| 799 | __le16 ofdm_rate_bitmap; |
| 800 | __le16 ht_mcs_rate_bitmap[8]; |
| 801 | } __packed; |
| 802 | |
| 803 | struct mwifiex_rate_drop_pattern { |
| 804 | __le16 type; |
| 805 | __le16 length; |
| 806 | __le32 rate_drop_mode; |
| 807 | } __packed; |
| 808 | |
| 809 | struct host_cmd_ds_tx_rate_cfg { |
| 810 | __le16 action; |
| 811 | __le16 cfg_index; |
| 812 | } __packed; |
| 813 | |
| 814 | struct mwifiex_power_group { |
| 815 | u8 modulation_class; |
| 816 | u8 first_rate_code; |
| 817 | u8 last_rate_code; |
| 818 | s8 power_step; |
| 819 | s8 power_min; |
| 820 | s8 power_max; |
| 821 | u8 ht_bandwidth; |
| 822 | u8 reserved; |
| 823 | } __packed; |
| 824 | |
| 825 | struct mwifiex_types_power_group { |
| 826 | u16 type; |
| 827 | u16 length; |
| 828 | } __packed; |
| 829 | |
| 830 | struct host_cmd_ds_txpwr_cfg { |
| 831 | __le16 action; |
| 832 | __le16 cfg_index; |
| 833 | __le32 mode; |
| 834 | } __packed; |
| 835 | |
| 836 | #define MWIFIEX_USER_SCAN_CHAN_MAX 50 |
| 837 | |
| 838 | #define MWIFIEX_MAX_SSID_LIST_LENGTH 10 |
| 839 | |
| 840 | struct mwifiex_scan_cmd_config { |
| 841 | /* |
| 842 | * BSS Type to be sent in the firmware command |
| 843 | * |
| 844 | * Field can be used to restrict the types of networks returned in the |
| 845 | * scan. Valid settings are: |
| 846 | * |
| 847 | * - MWIFIEX_SCAN_MODE_BSS (infrastructure) |
| 848 | * - MWIFIEX_SCAN_MODE_IBSS (adhoc) |
| 849 | * - MWIFIEX_SCAN_MODE_ANY (unrestricted, adhoc and infrastructure) |
| 850 | */ |
| 851 | u8 bss_mode; |
| 852 | |
| 853 | /* Specific BSSID used to filter scan results in the firmware */ |
| 854 | u8 specific_bssid[ETH_ALEN]; |
| 855 | |
| 856 | /* Length of TLVs sent in command starting at tlvBuffer */ |
| 857 | u32 tlv_buf_len; |
| 858 | |
| 859 | /* |
| 860 | * SSID TLV(s) and ChanList TLVs to be sent in the firmware command |
| 861 | * |
| 862 | * TLV_TYPE_CHANLIST, mwifiex_ie_types_chan_list_param_set |
| 863 | * WLAN_EID_SSID, mwifiex_ie_types_ssid_param_set |
| 864 | */ |
| 865 | u8 tlv_buf[1]; /* SSID TLV(s) and ChanList TLVs are stored |
| 866 | here */ |
| 867 | } __packed; |
| 868 | |
| 869 | struct mwifiex_user_scan_chan { |
| 870 | u8 chan_number; |
| 871 | u8 radio_type; |
| 872 | u8 scan_type; |
| 873 | u8 reserved; |
| 874 | u32 scan_time; |
| 875 | } __packed; |
| 876 | |
| 877 | struct mwifiex_user_scan_ssid { |
| 878 | u8 ssid[IEEE80211_MAX_SSID_LEN + 1]; |
| 879 | u8 max_len; |
| 880 | } __packed; |
| 881 | |
| 882 | struct mwifiex_user_scan_cfg { |
| 883 | /* |
| 884 | * Flag set to keep the previous scan table intact |
| 885 | * |
| 886 | * If set, the scan results will accumulate, replacing any previous |
| 887 | * matched entries for a BSS with the new scan data |
| 888 | */ |
| 889 | u8 keep_previous_scan; |
| 890 | /* |
| 891 | * BSS mode to be sent in the firmware command |
| 892 | * |
| 893 | * Field can be used to restrict the types of networks returned in the |
| 894 | * scan. Valid settings are: |
| 895 | * |
| 896 | * - MWIFIEX_SCAN_MODE_BSS (infrastructure) |
| 897 | * - MWIFIEX_SCAN_MODE_IBSS (adhoc) |
| 898 | * - MWIFIEX_SCAN_MODE_ANY (unrestricted, adhoc and infrastructure) |
| 899 | */ |
| 900 | u8 bss_mode; |
| 901 | /* Configure the number of probe requests for active chan scans */ |
| 902 | u8 num_probes; |
| 903 | u8 reserved; |
| 904 | /* BSSID filter sent in the firmware command to limit the results */ |
| 905 | u8 specific_bssid[ETH_ALEN]; |
| 906 | /* SSID filter list used in the to limit the scan results */ |
| 907 | struct mwifiex_user_scan_ssid ssid_list[MWIFIEX_MAX_SSID_LIST_LENGTH]; |
| 908 | /* Variable number (fixed maximum) of channels to scan up */ |
| 909 | struct mwifiex_user_scan_chan chan_list[MWIFIEX_USER_SCAN_CHAN_MAX]; |
| 910 | } __packed; |
| 911 | |
| 912 | struct ie_body { |
| 913 | u8 grp_key_oui[4]; |
| 914 | u8 ptk_cnt[2]; |
| 915 | u8 ptk_body[4]; |
| 916 | } __packed; |
| 917 | |
| 918 | struct host_cmd_ds_802_11_scan { |
| 919 | u8 bss_mode; |
| 920 | u8 bssid[ETH_ALEN]; |
| 921 | u8 tlv_buffer[1]; |
| 922 | } __packed; |
| 923 | |
| 924 | struct host_cmd_ds_802_11_scan_rsp { |
| 925 | __le16 bss_descript_size; |
| 926 | u8 number_of_sets; |
| 927 | u8 bss_desc_and_tlv_buffer[1]; |
| 928 | } __packed; |
| 929 | |
| 930 | struct host_cmd_ds_802_11_bg_scan_query { |
| 931 | u8 flush; |
| 932 | } __packed; |
| 933 | |
| 934 | struct host_cmd_ds_802_11_bg_scan_query_rsp { |
| 935 | u32 report_condition; |
| 936 | struct host_cmd_ds_802_11_scan_rsp scan_resp; |
| 937 | } __packed; |
| 938 | |
| 939 | struct mwifiex_ietypes_domain_param_set { |
| 940 | struct mwifiex_ie_types_header header; |
| 941 | u8 country_code[IEEE80211_COUNTRY_STRING_LEN]; |
| 942 | struct ieee80211_country_ie_triplet triplet[1]; |
| 943 | } __packed; |
| 944 | |
| 945 | struct host_cmd_ds_802_11d_domain_info { |
| 946 | __le16 action; |
| 947 | struct mwifiex_ietypes_domain_param_set domain; |
| 948 | } __packed; |
| 949 | |
| 950 | struct host_cmd_ds_802_11d_domain_info_rsp { |
| 951 | __le16 action; |
| 952 | struct mwifiex_ietypes_domain_param_set domain; |
| 953 | } __packed; |
| 954 | |
| 955 | struct host_cmd_ds_11n_addba_req { |
| 956 | u8 add_req_result; |
| 957 | u8 peer_mac_addr[ETH_ALEN]; |
| 958 | u8 dialog_token; |
| 959 | __le16 block_ack_param_set; |
| 960 | __le16 block_ack_tmo; |
| 961 | __le16 ssn; |
| 962 | } __packed; |
| 963 | |
| 964 | struct host_cmd_ds_11n_addba_rsp { |
| 965 | u8 add_rsp_result; |
| 966 | u8 peer_mac_addr[ETH_ALEN]; |
| 967 | u8 dialog_token; |
| 968 | __le16 status_code; |
| 969 | __le16 block_ack_param_set; |
| 970 | __le16 block_ack_tmo; |
| 971 | __le16 ssn; |
| 972 | } __packed; |
| 973 | |
| 974 | struct host_cmd_ds_11n_delba { |
| 975 | u8 del_result; |
| 976 | u8 peer_mac_addr[ETH_ALEN]; |
| 977 | __le16 del_ba_param_set; |
| 978 | __le16 reason_code; |
| 979 | u8 reserved; |
| 980 | } __packed; |
| 981 | |
| 982 | struct host_cmd_ds_11n_batimeout { |
| 983 | u8 tid; |
| 984 | u8 peer_mac_addr[ETH_ALEN]; |
| 985 | u8 origninator; |
| 986 | } __packed; |
| 987 | |
| 988 | struct host_cmd_ds_11n_cfg { |
| 989 | __le16 action; |
| 990 | __le16 ht_tx_cap; |
| 991 | __le16 ht_tx_info; |
| 992 | } __packed; |
| 993 | |
| 994 | struct host_cmd_ds_txbuf_cfg { |
| 995 | __le16 action; |
| 996 | __le16 buff_size; |
| 997 | __le16 mp_end_port; /* SDIO only, reserved for other interfacces */ |
| 998 | __le16 reserved3; |
| 999 | } __packed; |
| 1000 | |
| 1001 | struct host_cmd_ds_amsdu_aggr_ctrl { |
| 1002 | __le16 action; |
| 1003 | __le16 enable; |
| 1004 | __le16 curr_buf_size; |
| 1005 | } __packed; |
| 1006 | |
| 1007 | struct mwifiex_ie_types_wmm_param_set { |
| 1008 | struct mwifiex_ie_types_header header; |
| 1009 | u8 wmm_ie[1]; |
| 1010 | }; |
| 1011 | |
| 1012 | struct mwifiex_ie_types_wmm_queue_status { |
| 1013 | struct mwifiex_ie_types_header header; |
| 1014 | u8 queue_index; |
| 1015 | u8 disabled; |
| 1016 | u16 medium_time; |
| 1017 | u8 flow_required; |
| 1018 | u8 flow_created; |
| 1019 | u32 reserved; |
| 1020 | }; |
| 1021 | |
| 1022 | struct ieee_types_vendor_header { |
| 1023 | u8 element_id; |
| 1024 | u8 len; |
| 1025 | u8 oui[3]; |
| 1026 | u8 oui_type; |
| 1027 | u8 oui_subtype; |
| 1028 | u8 version; |
| 1029 | } __packed; |
| 1030 | |
| 1031 | struct ieee_types_wmm_ac_parameters { |
| 1032 | u8 aci_aifsn_bitmap; |
| 1033 | u8 ecw_bitmap; |
| 1034 | __le16 tx_op_limit; |
| 1035 | } __packed; |
| 1036 | |
| 1037 | struct ieee_types_wmm_parameter { |
| 1038 | /* |
| 1039 | * WMM Parameter IE - Vendor Specific Header: |
| 1040 | * element_id [221/0xdd] |
| 1041 | * Len [24] |
| 1042 | * Oui [00:50:f2] |
| 1043 | * OuiType [2] |
| 1044 | * OuiSubType [1] |
| 1045 | * Version [1] |
| 1046 | */ |
| 1047 | struct ieee_types_vendor_header vend_hdr; |
| 1048 | u8 qos_info_bitmap; |
| 1049 | u8 reserved; |
| 1050 | struct ieee_types_wmm_ac_parameters ac_params[IEEE80211_MAX_QUEUES]; |
| 1051 | } __packed; |
| 1052 | |
| 1053 | struct ieee_types_wmm_info { |
| 1054 | |
| 1055 | /* |
| 1056 | * WMM Info IE - Vendor Specific Header: |
| 1057 | * element_id [221/0xdd] |
| 1058 | * Len [7] |
| 1059 | * Oui [00:50:f2] |
| 1060 | * OuiType [2] |
| 1061 | * OuiSubType [0] |
| 1062 | * Version [1] |
| 1063 | */ |
| 1064 | struct ieee_types_vendor_header vend_hdr; |
| 1065 | |
| 1066 | u8 qos_info_bitmap; |
| 1067 | } __packed; |
| 1068 | |
| 1069 | struct host_cmd_ds_wmm_get_status { |
| 1070 | u8 queue_status_tlv[sizeof(struct mwifiex_ie_types_wmm_queue_status) * |
| 1071 | IEEE80211_MAX_QUEUES]; |
| 1072 | u8 wmm_param_tlv[sizeof(struct ieee_types_wmm_parameter) + 2]; |
| 1073 | } __packed; |
| 1074 | |
| 1075 | struct mwifiex_wmm_ac_status { |
| 1076 | u8 disabled; |
| 1077 | u8 flow_required; |
| 1078 | u8 flow_created; |
| 1079 | }; |
| 1080 | |
| 1081 | struct mwifiex_ie_types_htcap { |
| 1082 | struct mwifiex_ie_types_header header; |
| 1083 | struct ieee80211_ht_cap ht_cap; |
| 1084 | } __packed; |
| 1085 | |
| 1086 | struct mwifiex_ie_types_htinfo { |
| 1087 | struct mwifiex_ie_types_header header; |
| 1088 | struct ieee80211_ht_info ht_info; |
| 1089 | } __packed; |
| 1090 | |
| 1091 | struct mwifiex_ie_types_2040bssco { |
| 1092 | struct mwifiex_ie_types_header header; |
| 1093 | u8 bss_co_2040; |
| 1094 | } __packed; |
| 1095 | |
| 1096 | struct mwifiex_ie_types_extcap { |
| 1097 | struct mwifiex_ie_types_header header; |
| 1098 | u8 ext_cap; |
| 1099 | } __packed; |
| 1100 | |
| 1101 | struct host_cmd_ds_mac_reg_access { |
| 1102 | __le16 action; |
| 1103 | __le16 offset; |
| 1104 | __le32 value; |
| 1105 | } __packed; |
| 1106 | |
| 1107 | struct host_cmd_ds_bbp_reg_access { |
| 1108 | __le16 action; |
| 1109 | __le16 offset; |
| 1110 | u8 value; |
| 1111 | u8 reserved[3]; |
| 1112 | } __packed; |
| 1113 | |
| 1114 | struct host_cmd_ds_rf_reg_access { |
| 1115 | __le16 action; |
| 1116 | __le16 offset; |
| 1117 | u8 value; |
| 1118 | u8 reserved[3]; |
| 1119 | } __packed; |
| 1120 | |
| 1121 | struct host_cmd_ds_pmic_reg_access { |
| 1122 | __le16 action; |
| 1123 | __le16 offset; |
| 1124 | u8 value; |
| 1125 | u8 reserved[3]; |
| 1126 | } __packed; |
| 1127 | |
| 1128 | struct host_cmd_ds_802_11_eeprom_access { |
| 1129 | __le16 action; |
| 1130 | |
| 1131 | __le16 offset; |
| 1132 | __le16 byte_count; |
| 1133 | u8 value; |
| 1134 | } __packed; |
| 1135 | |
| 1136 | struct host_cmd_ds_802_11_rf_channel { |
| 1137 | __le16 action; |
| 1138 | __le16 current_channel; |
| 1139 | __le16 rf_type; |
| 1140 | __le16 reserved; |
| 1141 | u8 reserved_1[32]; |
| 1142 | } __packed; |
| 1143 | |
| 1144 | struct host_cmd_ds_version_ext { |
| 1145 | u8 version_str_sel; |
| 1146 | char version_str[128]; |
| 1147 | } __packed; |
| 1148 | |
| 1149 | struct host_cmd_ds_802_11_ibss_status { |
| 1150 | __le16 action; |
| 1151 | __le16 enable; |
| 1152 | u8 bssid[ETH_ALEN]; |
| 1153 | __le16 beacon_interval; |
| 1154 | __le16 atim_window; |
| 1155 | __le16 use_g_rate_protect; |
| 1156 | } __packed; |
| 1157 | |
| 1158 | #define CONNECTION_TYPE_INFRA 0 |
| 1159 | #define CONNECTION_TYPE_ADHOC 1 |
| 1160 | |
| 1161 | struct host_cmd_ds_set_bss_mode { |
| 1162 | u8 con_type; |
| 1163 | } __packed; |
| 1164 | |
| 1165 | struct host_cmd_ds_command { |
| 1166 | __le16 command; |
| 1167 | __le16 size; |
| 1168 | __le16 seq_num; |
| 1169 | __le16 result; |
| 1170 | union { |
| 1171 | struct host_cmd_ds_get_hw_spec hw_spec; |
| 1172 | struct host_cmd_ds_mac_control mac_ctrl; |
| 1173 | struct host_cmd_ds_802_11_mac_address mac_addr; |
| 1174 | struct host_cmd_ds_mac_multicast_adr mc_addr; |
| 1175 | struct host_cmd_ds_802_11_get_log get_log; |
| 1176 | struct host_cmd_ds_802_11_rssi_info rssi_info; |
| 1177 | struct host_cmd_ds_802_11_rssi_info_rsp rssi_info_rsp; |
| 1178 | struct host_cmd_ds_802_11_snmp_mib smib; |
| 1179 | struct host_cmd_ds_802_11_rf_channel rf_channel; |
| 1180 | struct host_cmd_ds_tx_rate_query tx_rate; |
| 1181 | struct host_cmd_ds_tx_rate_cfg tx_rate_cfg; |
| 1182 | struct host_cmd_ds_txpwr_cfg txp_cfg; |
| 1183 | struct host_cmd_ds_802_11_ps_mode_enh psmode_enh; |
| 1184 | struct host_cmd_ds_802_11_hs_cfg_enh opt_hs_cfg; |
| 1185 | struct host_cmd_ds_802_11_scan scan; |
| 1186 | struct host_cmd_ds_802_11_scan_rsp scan_resp; |
| 1187 | struct host_cmd_ds_802_11_bg_scan_query bg_scan_query; |
| 1188 | struct host_cmd_ds_802_11_bg_scan_query_rsp bg_scan_query_resp; |
| 1189 | struct host_cmd_ds_802_11_associate associate; |
| 1190 | struct host_cmd_ds_802_11_associate_rsp associate_rsp; |
| 1191 | struct host_cmd_ds_802_11_deauthenticate deauth; |
| 1192 | struct host_cmd_ds_802_11_ad_hoc_start adhoc_start; |
| 1193 | struct host_cmd_ds_802_11_ad_hoc_result adhoc_result; |
| 1194 | struct host_cmd_ds_802_11_ad_hoc_join adhoc_join; |
| 1195 | struct host_cmd_ds_802_11d_domain_info domain_info; |
| 1196 | struct host_cmd_ds_802_11d_domain_info_rsp domain_info_resp; |
| 1197 | struct host_cmd_ds_11n_addba_req add_ba_req; |
| 1198 | struct host_cmd_ds_11n_addba_rsp add_ba_rsp; |
| 1199 | struct host_cmd_ds_11n_delba del_ba; |
| 1200 | struct host_cmd_ds_txbuf_cfg tx_buf; |
| 1201 | struct host_cmd_ds_amsdu_aggr_ctrl amsdu_aggr_ctrl; |
| 1202 | struct host_cmd_ds_11n_cfg htcfg; |
| 1203 | struct host_cmd_ds_wmm_get_status get_wmm_status; |
| 1204 | struct host_cmd_ds_802_11_key_material key_material; |
| 1205 | struct host_cmd_ds_version_ext verext; |
| 1206 | struct host_cmd_ds_802_11_ibss_status ibss_coalescing; |
| 1207 | struct host_cmd_ds_mac_reg_access mac_reg; |
| 1208 | struct host_cmd_ds_bbp_reg_access bbp_reg; |
| 1209 | struct host_cmd_ds_rf_reg_access rf_reg; |
| 1210 | struct host_cmd_ds_pmic_reg_access pmic_reg; |
| 1211 | struct host_cmd_ds_set_bss_mode bss_mode; |
| 1212 | struct host_cmd_ds_802_11_eeprom_access eeprom; |
| 1213 | } params; |
| 1214 | } __packed; |
| 1215 | |
| 1216 | struct mwifiex_opt_sleep_confirm { |
| 1217 | __le16 command; |
| 1218 | __le16 size; |
| 1219 | __le16 seq_num; |
| 1220 | __le16 result; |
| 1221 | __le16 action; |
Marc Yang | 2b06bdb | 2011-03-30 18:12:44 -0700 | [diff] [blame] | 1222 | __le16 resp_ctrl; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1223 | } __packed; |
| 1224 | |
| 1225 | struct mwifiex_opt_sleep_confirm_buffer { |
| 1226 | u8 hdr[4]; |
| 1227 | struct mwifiex_opt_sleep_confirm ps_cfm_sleep; |
| 1228 | } __packed; |
| 1229 | #endif /* !_MWIFIEX_FW_H_ */ |