blob: 3424a3ed66c4a580fbc2a472db90d57242fb5ea1 [file] [log] [blame]
Jeff Garzikb4538722005-05-12 22:48:20 -04001/*
2 * Merged with mainline ieee80211.h in Aug 2004. Original ieee802_11
3 * remains copyright by the original authors
4 *
5 * Portions of the merged code are based on Host AP (software wireless
6 * LAN access point) driver for Intersil Prism2/2.5/3.
7 *
8 * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen
9 * <jkmaline@cc.hut.fi>
10 * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi>
11 *
12 * Adaption to a generic IEEE 802.11 stack by James Ketrenos
13 * <jketreno@linux.intel.com>
James Ketrenosebeaddc2005-09-21 11:58:43 -050014 * Copyright (c) 2004-2005, Intel Corporation
Jeff Garzikb4538722005-05-12 22:48:20 -040015 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License version 2 as
18 * published by the Free Software Foundation. See README and COPYING for
19 * more details.
James Ketrenos31696162005-09-21 11:58:46 -050020 *
21 * API Version History
22 * 1.0.x -- Initial version
23 * 1.1.x -- Added radiotap, QoS, TIM, ieee80211_geo APIs,
24 * various structure changes, and crypto API init method
Jeff Garzikb4538722005-05-12 22:48:20 -040025 */
26#ifndef IEEE80211_H
27#define IEEE80211_H
James Ketrenos74079fd2005-09-13 17:35:21 -050028#include <linux/if_ether.h> /* ETH_ALEN */
29#include <linux/kernel.h> /* ARRAY_SIZE */
Adrian Bunkb7721ff2005-07-22 23:39:12 +020030#include <linux/wireless.h>
Jeff Garzikb4538722005-05-12 22:48:20 -040031
James Ketrenosd7e02ed2005-10-24 20:44:06 -050032#define IEEE80211_VERSION "git-1.1.7"
James Ketrenos31696162005-09-21 11:58:46 -050033
Jeff Garzikb4538722005-05-12 22:48:20 -040034#define IEEE80211_DATA_LEN 2304
35/* Maximum size for the MA-UNITDATA primitive, 802.11 standard section
36 6.2.1.1.2.
37
38 The figure in section 7.1.2 suggests a body size of up to 2312
39 bytes is allowed, which is a bit confusing, I suspect this
40 represents the 2304 bytes of real data, plus a possible 8 bytes of
41 WEP IV and ICV. (this interpretation suggested by Ramiro Barreiro) */
42
Jiri Benc286d9742005-05-24 15:10:18 +020043#define IEEE80211_1ADDR_LEN 10
44#define IEEE80211_2ADDR_LEN 16
Jeff Garzikb4538722005-05-12 22:48:20 -040045#define IEEE80211_3ADDR_LEN 24
46#define IEEE80211_4ADDR_LEN 30
47#define IEEE80211_FCS_LEN 4
James Ketrenosee34af32005-09-21 11:54:36 -050048#define IEEE80211_HLEN (IEEE80211_4ADDR_LEN)
49#define IEEE80211_FRAME_LEN (IEEE80211_DATA_LEN + IEEE80211_HLEN)
Jeff Garzikb4538722005-05-12 22:48:20 -040050
51#define MIN_FRAG_THRESHOLD 256U
52#define MAX_FRAG_THRESHOLD 2346U
53
54/* Frame control field constants */
Jouni Malinenf241be72005-08-14 19:08:45 -070055#define IEEE80211_FCTL_VERS 0x0003
Jeff Garzikb4538722005-05-12 22:48:20 -040056#define IEEE80211_FCTL_FTYPE 0x000c
57#define IEEE80211_FCTL_STYPE 0x00f0
58#define IEEE80211_FCTL_TODS 0x0100
59#define IEEE80211_FCTL_FROMDS 0x0200
60#define IEEE80211_FCTL_MOREFRAGS 0x0400
61#define IEEE80211_FCTL_RETRY 0x0800
62#define IEEE80211_FCTL_PM 0x1000
Jiri Bencf13baae2005-08-25 20:11:46 -040063#define IEEE80211_FCTL_MOREDATA 0x2000
64#define IEEE80211_FCTL_PROTECTED 0x4000
Jeff Garzikb4538722005-05-12 22:48:20 -040065#define IEEE80211_FCTL_ORDER 0x8000
66
67#define IEEE80211_FTYPE_MGMT 0x0000
68#define IEEE80211_FTYPE_CTL 0x0004
69#define IEEE80211_FTYPE_DATA 0x0008
70
71/* management */
72#define IEEE80211_STYPE_ASSOC_REQ 0x0000
73#define IEEE80211_STYPE_ASSOC_RESP 0x0010
74#define IEEE80211_STYPE_REASSOC_REQ 0x0020
75#define IEEE80211_STYPE_REASSOC_RESP 0x0030
76#define IEEE80211_STYPE_PROBE_REQ 0x0040
77#define IEEE80211_STYPE_PROBE_RESP 0x0050
78#define IEEE80211_STYPE_BEACON 0x0080
79#define IEEE80211_STYPE_ATIM 0x0090
80#define IEEE80211_STYPE_DISASSOC 0x00A0
81#define IEEE80211_STYPE_AUTH 0x00B0
82#define IEEE80211_STYPE_DEAUTH 0x00C0
Jiri Bencf13baae2005-08-25 20:11:46 -040083#define IEEE80211_STYPE_ACTION 0x00D0
Jeff Garzikb4538722005-05-12 22:48:20 -040084
85/* control */
86#define IEEE80211_STYPE_PSPOLL 0x00A0
87#define IEEE80211_STYPE_RTS 0x00B0
88#define IEEE80211_STYPE_CTS 0x00C0
89#define IEEE80211_STYPE_ACK 0x00D0
90#define IEEE80211_STYPE_CFEND 0x00E0
91#define IEEE80211_STYPE_CFENDACK 0x00F0
92
93/* data */
94#define IEEE80211_STYPE_DATA 0x0000
95#define IEEE80211_STYPE_DATA_CFACK 0x0010
96#define IEEE80211_STYPE_DATA_CFPOLL 0x0020
97#define IEEE80211_STYPE_DATA_CFACKPOLL 0x0030
98#define IEEE80211_STYPE_NULLFUNC 0x0040
99#define IEEE80211_STYPE_CFACK 0x0050
100#define IEEE80211_STYPE_CFPOLL 0x0060
101#define IEEE80211_STYPE_CFACKPOLL 0x0070
James Ketrenos9e8571a2005-09-21 11:56:33 -0500102#define IEEE80211_STYPE_QOS_DATA 0x0080
Jeff Garzikb4538722005-05-12 22:48:20 -0400103
104#define IEEE80211_SCTL_FRAG 0x000F
105#define IEEE80211_SCTL_SEQ 0xFFF0
106
Jeff Garzikb4538722005-05-12 22:48:20 -0400107/* debug macros */
108
109#ifdef CONFIG_IEEE80211_DEBUG
110extern u32 ieee80211_debug_level;
111#define IEEE80211_DEBUG(level, fmt, args...) \
112do { if (ieee80211_debug_level & (level)) \
113 printk(KERN_DEBUG "ieee80211: %c %s " fmt, \
114 in_interrupt() ? 'I' : 'U', __FUNCTION__ , ## args); } while (0)
115#else
116#define IEEE80211_DEBUG(level, fmt, args...) do {} while (0)
James Ketrenos74079fd2005-09-13 17:35:21 -0500117#endif /* CONFIG_IEEE80211_DEBUG */
Jiri Bence88187e2005-08-25 20:00:53 -0400118
119/* debug macros not dependent on CONFIG_IEEE80211_DEBUG */
120
121#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x"
122#define MAC_ARG(x) ((u8*)(x))[0],((u8*)(x))[1],((u8*)(x))[2],((u8*)(x))[3],((u8*)(x))[4],((u8*)(x))[5]
123
124/* escape_essid() is intended to be used in debug (and possibly error)
125 * messages. It should never be used for passing essid to user space. */
126const char *escape_essid(const char *essid, u8 essid_len);
127
Jeff Garzikb4538722005-05-12 22:48:20 -0400128/*
Jiri Bence88187e2005-08-25 20:00:53 -0400129 * To use the debug system:
Jeff Garzikb4538722005-05-12 22:48:20 -0400130 *
131 * If you are defining a new debug classification, simply add it to the #define
132 * list here in the form of:
133 *
134 * #define IEEE80211_DL_xxxx VALUE
135 *
136 * shifting value to the left one bit from the previous entry. xxxx should be
137 * the name of the classification (for example, WEP)
138 *
139 * You then need to either add a IEEE80211_xxxx_DEBUG() macro definition for your
140 * classification, or use IEEE80211_DEBUG(IEEE80211_DL_xxxx, ...) whenever you want
141 * to send output to that classification.
142 *
143 * To add your debug level to the list of levels seen when you perform
144 *
Jouni Malinen91cb70c2005-08-28 10:51:34 -0700145 * % cat /proc/net/ieee80211/debug_level
Jeff Garzikb4538722005-05-12 22:48:20 -0400146 *
Jouni Malinen91cb70c2005-08-28 10:51:34 -0700147 * you simply need to add your entry to the ieee80211_debug_level array.
Jeff Garzikb4538722005-05-12 22:48:20 -0400148 *
Jouni Malinen91cb70c2005-08-28 10:51:34 -0700149 * If you do not see debug_level in /proc/net/ieee80211 then you do not have
Jeff Garzikb4538722005-05-12 22:48:20 -0400150 * CONFIG_IEEE80211_DEBUG defined in your kernel configuration
151 *
152 */
153
154#define IEEE80211_DL_INFO (1<<0)
155#define IEEE80211_DL_WX (1<<1)
156#define IEEE80211_DL_SCAN (1<<2)
157#define IEEE80211_DL_STATE (1<<3)
158#define IEEE80211_DL_MGMT (1<<4)
159#define IEEE80211_DL_FRAG (1<<5)
Jeff Garzikb4538722005-05-12 22:48:20 -0400160#define IEEE80211_DL_DROP (1<<7)
161
162#define IEEE80211_DL_TX (1<<8)
163#define IEEE80211_DL_RX (1<<9)
James Ketrenos9e8571a2005-09-21 11:56:33 -0500164#define IEEE80211_DL_QOS (1<<31)
Jeff Garzikb4538722005-05-12 22:48:20 -0400165
166#define IEEE80211_ERROR(f, a...) printk(KERN_ERR "ieee80211: " f, ## a)
167#define IEEE80211_WARNING(f, a...) printk(KERN_WARNING "ieee80211: " f, ## a)
168#define IEEE80211_DEBUG_INFO(f, a...) IEEE80211_DEBUG(IEEE80211_DL_INFO, f, ## a)
169
170#define IEEE80211_DEBUG_WX(f, a...) IEEE80211_DEBUG(IEEE80211_DL_WX, f, ## a)
171#define IEEE80211_DEBUG_SCAN(f, a...) IEEE80211_DEBUG(IEEE80211_DL_SCAN, f, ## a)
172#define IEEE80211_DEBUG_STATE(f, a...) IEEE80211_DEBUG(IEEE80211_DL_STATE, f, ## a)
173#define IEEE80211_DEBUG_MGMT(f, a...) IEEE80211_DEBUG(IEEE80211_DL_MGMT, f, ## a)
174#define IEEE80211_DEBUG_FRAG(f, a...) IEEE80211_DEBUG(IEEE80211_DL_FRAG, f, ## a)
Jeff Garzikb4538722005-05-12 22:48:20 -0400175#define IEEE80211_DEBUG_DROP(f, a...) IEEE80211_DEBUG(IEEE80211_DL_DROP, f, ## a)
176#define IEEE80211_DEBUG_TX(f, a...) IEEE80211_DEBUG(IEEE80211_DL_TX, f, ## a)
177#define IEEE80211_DEBUG_RX(f, a...) IEEE80211_DEBUG(IEEE80211_DL_RX, f, ## a)
James Ketrenos9e8571a2005-09-21 11:56:33 -0500178#define IEEE80211_DEBUG_QOS(f, a...) IEEE80211_DEBUG(IEEE80211_DL_QOS, f, ## a)
Jeff Garzikb4538722005-05-12 22:48:20 -0400179#include <linux/netdevice.h>
180#include <linux/wireless.h>
James Ketrenos74079fd2005-09-13 17:35:21 -0500181#include <linux/if_arp.h> /* ARPHRD_ETHER */
Jeff Garzikb4538722005-05-12 22:48:20 -0400182
183#ifndef WIRELESS_SPY
Jiri Benc099c5bb2005-08-25 20:15:10 -0400184#define WIRELESS_SPY /* enable iwspy support */
Jeff Garzikb4538722005-05-12 22:48:20 -0400185#endif
Jiri Benc099c5bb2005-08-25 20:15:10 -0400186#include <net/iw_handler.h> /* new driver API */
Jeff Garzikb4538722005-05-12 22:48:20 -0400187
188#ifndef ETH_P_PAE
James Ketrenos74079fd2005-09-13 17:35:21 -0500189#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
190#endif /* ETH_P_PAE */
Jeff Garzikb4538722005-05-12 22:48:20 -0400191
James Ketrenos74079fd2005-09-13 17:35:21 -0500192#define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */
Jeff Garzikb4538722005-05-12 22:48:20 -0400193
194#ifndef ETH_P_80211_RAW
195#define ETH_P_80211_RAW (ETH_P_ECONET + 1)
196#endif
197
198/* IEEE 802.11 defines */
199
200#define P80211_OUI_LEN 3
201
202struct ieee80211_snap_hdr {
203
James Ketrenos74079fd2005-09-13 17:35:21 -0500204 u8 dsap; /* always 0xAA */
205 u8 ssap; /* always 0xAA */
206 u8 ctrl; /* always 0x03 */
207 u8 oui[P80211_OUI_LEN]; /* organizational universal id */
Jeff Garzikb4538722005-05-12 22:48:20 -0400208
209} __attribute__ ((packed));
210
211#define SNAP_SIZE sizeof(struct ieee80211_snap_hdr)
212
Jiri Bencf13baae2005-08-25 20:11:46 -0400213#define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
Jeff Garzikb4538722005-05-12 22:48:20 -0400214#define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE)
215#define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
216
217#define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG)
218#define WLAN_GET_SEQ_SEQ(seq) ((seq) & IEEE80211_SCTL_SEQ)
219
220/* Authentication algorithms */
221#define WLAN_AUTH_OPEN 0
222#define WLAN_AUTH_SHARED_KEY 1
Zhu Yi24056be2006-01-19 16:21:09 +0800223#define WLAN_AUTH_LEAP 2
Jeff Garzikb4538722005-05-12 22:48:20 -0400224
225#define WLAN_AUTH_CHALLENGE_LEN 128
226
Jouni Malinen24743852005-08-14 20:59:59 -0700227#define WLAN_CAPABILITY_ESS (1<<0)
Jeff Garzikb4538722005-05-12 22:48:20 -0400228#define WLAN_CAPABILITY_IBSS (1<<1)
229#define WLAN_CAPABILITY_CF_POLLABLE (1<<2)
230#define WLAN_CAPABILITY_CF_POLL_REQUEST (1<<3)
231#define WLAN_CAPABILITY_PRIVACY (1<<4)
232#define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5)
233#define WLAN_CAPABILITY_PBCC (1<<6)
234#define WLAN_CAPABILITY_CHANNEL_AGILITY (1<<7)
Jiri Bencf13baae2005-08-25 20:11:46 -0400235#define WLAN_CAPABILITY_SPECTRUM_MGMT (1<<8)
James Ketrenos42c94e42005-09-21 11:58:29 -0500236#define WLAN_CAPABILITY_QOS (1<<9)
Jiri Bencf13baae2005-08-25 20:11:46 -0400237#define WLAN_CAPABILITY_SHORT_SLOT_TIME (1<<10)
James Ketrenos42c94e42005-09-21 11:58:29 -0500238#define WLAN_CAPABILITY_DSSS_OFDM (1<<13)
Jeff Garzikb4538722005-05-12 22:48:20 -0400239
240/* Status codes */
Jiri Benc95d51852005-08-25 20:13:04 -0400241enum ieee80211_statuscode {
242 WLAN_STATUS_SUCCESS = 0,
243 WLAN_STATUS_UNSPECIFIED_FAILURE = 1,
244 WLAN_STATUS_CAPS_UNSUPPORTED = 10,
245 WLAN_STATUS_REASSOC_NO_ASSOC = 11,
246 WLAN_STATUS_ASSOC_DENIED_UNSPEC = 12,
247 WLAN_STATUS_NOT_SUPPORTED_AUTH_ALG = 13,
248 WLAN_STATUS_UNKNOWN_AUTH_TRANSACTION = 14,
249 WLAN_STATUS_CHALLENGE_FAIL = 15,
250 WLAN_STATUS_AUTH_TIMEOUT = 16,
251 WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA = 17,
252 WLAN_STATUS_ASSOC_DENIED_RATES = 18,
253 /* 802.11b */
254 WLAN_STATUS_ASSOC_DENIED_NOSHORTPREAMBLE = 19,
255 WLAN_STATUS_ASSOC_DENIED_NOPBCC = 20,
256 WLAN_STATUS_ASSOC_DENIED_NOAGILITY = 21,
257 /* 802.11h */
258 WLAN_STATUS_ASSOC_DENIED_NOSPECTRUM = 22,
259 WLAN_STATUS_ASSOC_REJECTED_BAD_POWER = 23,
260 WLAN_STATUS_ASSOC_REJECTED_BAD_SUPP_CHAN = 24,
261 /* 802.11g */
262 WLAN_STATUS_ASSOC_DENIED_NOSHORTTIME = 25,
263 WLAN_STATUS_ASSOC_DENIED_NODSSSOFDM = 26,
264 /* 802.11i */
265 WLAN_STATUS_INVALID_IE = 40,
266 WLAN_STATUS_INVALID_GROUP_CIPHER = 41,
267 WLAN_STATUS_INVALID_PAIRWISE_CIPHER = 42,
268 WLAN_STATUS_INVALID_AKMP = 43,
269 WLAN_STATUS_UNSUPP_RSN_VERSION = 44,
270 WLAN_STATUS_INVALID_RSN_IE_CAP = 45,
271 WLAN_STATUS_CIPHER_SUITE_REJECTED = 46,
272};
Jeff Garzikb4538722005-05-12 22:48:20 -0400273
274/* Reason codes */
Jiri Benc95d51852005-08-25 20:13:04 -0400275enum ieee80211_reasoncode {
276 WLAN_REASON_UNSPECIFIED = 1,
277 WLAN_REASON_PREV_AUTH_NOT_VALID = 2,
278 WLAN_REASON_DEAUTH_LEAVING = 3,
279 WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY = 4,
280 WLAN_REASON_DISASSOC_AP_BUSY = 5,
281 WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA = 6,
282 WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA = 7,
283 WLAN_REASON_DISASSOC_STA_HAS_LEFT = 8,
284 WLAN_REASON_STA_REQ_ASSOC_WITHOUT_AUTH = 9,
285 /* 802.11h */
286 WLAN_REASON_DISASSOC_BAD_POWER = 10,
287 WLAN_REASON_DISASSOC_BAD_SUPP_CHAN = 11,
288 /* 802.11i */
289 WLAN_REASON_INVALID_IE = 13,
290 WLAN_REASON_MIC_FAILURE = 14,
291 WLAN_REASON_4WAY_HANDSHAKE_TIMEOUT = 15,
292 WLAN_REASON_GROUP_KEY_HANDSHAKE_TIMEOUT = 16,
293 WLAN_REASON_IE_DIFFERENT = 17,
294 WLAN_REASON_INVALID_GROUP_CIPHER = 18,
295 WLAN_REASON_INVALID_PAIRWISE_CIPHER = 19,
296 WLAN_REASON_INVALID_AKMP = 20,
297 WLAN_REASON_UNSUPP_RSN_VERSION = 21,
298 WLAN_REASON_INVALID_RSN_IE_CAP = 22,
299 WLAN_REASON_IEEE8021X_FAILED = 23,
300 WLAN_REASON_CIPHER_SUITE_REJECTED = 24,
301};
Jeff Garzikb4538722005-05-12 22:48:20 -0400302
Jeff Garzikb4538722005-05-12 22:48:20 -0400303#define IEEE80211_STATMASK_SIGNAL (1<<0)
304#define IEEE80211_STATMASK_RSSI (1<<1)
305#define IEEE80211_STATMASK_NOISE (1<<2)
306#define IEEE80211_STATMASK_RATE (1<<3)
307#define IEEE80211_STATMASK_WEMASK 0x7
308
Jeff Garzikb4538722005-05-12 22:48:20 -0400309#define IEEE80211_CCK_MODULATION (1<<0)
310#define IEEE80211_OFDM_MODULATION (1<<1)
311
312#define IEEE80211_24GHZ_BAND (1<<0)
313#define IEEE80211_52GHZ_BAND (1<<1)
314
315#define IEEE80211_CCK_RATE_1MB 0x02
316#define IEEE80211_CCK_RATE_2MB 0x04
317#define IEEE80211_CCK_RATE_5MB 0x0B
318#define IEEE80211_CCK_RATE_11MB 0x16
319#define IEEE80211_OFDM_RATE_6MB 0x0C
320#define IEEE80211_OFDM_RATE_9MB 0x12
321#define IEEE80211_OFDM_RATE_12MB 0x18
322#define IEEE80211_OFDM_RATE_18MB 0x24
323#define IEEE80211_OFDM_RATE_24MB 0x30
324#define IEEE80211_OFDM_RATE_36MB 0x48
325#define IEEE80211_OFDM_RATE_48MB 0x60
326#define IEEE80211_OFDM_RATE_54MB 0x6C
327#define IEEE80211_BASIC_RATE_MASK 0x80
328
329#define IEEE80211_CCK_RATE_1MB_MASK (1<<0)
330#define IEEE80211_CCK_RATE_2MB_MASK (1<<1)
331#define IEEE80211_CCK_RATE_5MB_MASK (1<<2)
332#define IEEE80211_CCK_RATE_11MB_MASK (1<<3)
333#define IEEE80211_OFDM_RATE_6MB_MASK (1<<4)
334#define IEEE80211_OFDM_RATE_9MB_MASK (1<<5)
335#define IEEE80211_OFDM_RATE_12MB_MASK (1<<6)
336#define IEEE80211_OFDM_RATE_18MB_MASK (1<<7)
337#define IEEE80211_OFDM_RATE_24MB_MASK (1<<8)
338#define IEEE80211_OFDM_RATE_36MB_MASK (1<<9)
339#define IEEE80211_OFDM_RATE_48MB_MASK (1<<10)
340#define IEEE80211_OFDM_RATE_54MB_MASK (1<<11)
341
342#define IEEE80211_CCK_RATES_MASK 0x0000000F
343#define IEEE80211_CCK_BASIC_RATES_MASK (IEEE80211_CCK_RATE_1MB_MASK | \
344 IEEE80211_CCK_RATE_2MB_MASK)
345#define IEEE80211_CCK_DEFAULT_RATES_MASK (IEEE80211_CCK_BASIC_RATES_MASK | \
346 IEEE80211_CCK_RATE_5MB_MASK | \
347 IEEE80211_CCK_RATE_11MB_MASK)
348
349#define IEEE80211_OFDM_RATES_MASK 0x00000FF0
350#define IEEE80211_OFDM_BASIC_RATES_MASK (IEEE80211_OFDM_RATE_6MB_MASK | \
351 IEEE80211_OFDM_RATE_12MB_MASK | \
352 IEEE80211_OFDM_RATE_24MB_MASK)
353#define IEEE80211_OFDM_DEFAULT_RATES_MASK (IEEE80211_OFDM_BASIC_RATES_MASK | \
354 IEEE80211_OFDM_RATE_9MB_MASK | \
355 IEEE80211_OFDM_RATE_18MB_MASK | \
356 IEEE80211_OFDM_RATE_36MB_MASK | \
357 IEEE80211_OFDM_RATE_48MB_MASK | \
358 IEEE80211_OFDM_RATE_54MB_MASK)
359#define IEEE80211_DEFAULT_RATES_MASK (IEEE80211_OFDM_DEFAULT_RATES_MASK | \
360 IEEE80211_CCK_DEFAULT_RATES_MASK)
361
362#define IEEE80211_NUM_OFDM_RATES 8
363#define IEEE80211_NUM_CCK_RATES 4
364#define IEEE80211_OFDM_SHIFT_MASK_A 4
365
Jeff Garzikb4538722005-05-12 22:48:20 -0400366/* NOTE: This data is for statistical purposes; not all hardware provides this
Johannes Bergc9fa7d52005-12-27 02:14:13 +0100367 * information for frames received.
368 * For ieee80211_rx_mgt, you need to set at least the 'len' parameter.
369 */
Jeff Garzikb4538722005-05-12 22:48:20 -0400370struct ieee80211_rx_stats {
371 u32 mac_time;
372 s8 rssi;
373 u8 signal;
374 u8 noise;
James Ketrenos74079fd2005-09-13 17:35:21 -0500375 u16 rate; /* in 100 kbps */
Jeff Garzikb4538722005-05-12 22:48:20 -0400376 u8 received_channel;
377 u8 control;
378 u8 mask;
379 u8 freq;
380 u16 len;
381};
382
383/* IEEE 802.11 requires that STA supports concurrent reception of at least
384 * three fragmented frames. This define can be increased to support more
385 * concurrent frames, but it should be noted that each entry can consume about
386 * 2 kB of RAM and increasing cache size will slow down frame reassembly. */
387#define IEEE80211_FRAG_CACHE_LEN 4
388
389struct ieee80211_frag_entry {
390 unsigned long first_frag_time;
391 unsigned int seq;
392 unsigned int last_frag;
393 struct sk_buff *skb;
394 u8 src_addr[ETH_ALEN];
395 u8 dst_addr[ETH_ALEN];
396};
397
398struct ieee80211_stats {
399 unsigned int tx_unicast_frames;
400 unsigned int tx_multicast_frames;
401 unsigned int tx_fragments;
402 unsigned int tx_unicast_octets;
403 unsigned int tx_multicast_octets;
404 unsigned int tx_deferred_transmissions;
405 unsigned int tx_single_retry_frames;
406 unsigned int tx_multiple_retry_frames;
407 unsigned int tx_retry_limit_exceeded;
408 unsigned int tx_discards;
409 unsigned int rx_unicast_frames;
410 unsigned int rx_multicast_frames;
411 unsigned int rx_fragments;
412 unsigned int rx_unicast_octets;
413 unsigned int rx_multicast_octets;
414 unsigned int rx_fcs_errors;
415 unsigned int rx_discards_no_buffer;
416 unsigned int tx_discards_wrong_sa;
417 unsigned int rx_discards_undecryptable;
418 unsigned int rx_message_in_msg_fragments;
419 unsigned int rx_message_in_bad_msg_fragments;
420};
421
422struct ieee80211_device;
423
424#include "ieee80211_crypt.h"
425
James Ketrenosf1bf6632005-09-21 11:53:54 -0500426#define SEC_KEY_1 (1<<0)
427#define SEC_KEY_2 (1<<1)
428#define SEC_KEY_3 (1<<2)
429#define SEC_KEY_4 (1<<3)
430#define SEC_ACTIVE_KEY (1<<4)
431#define SEC_AUTH_MODE (1<<5)
432#define SEC_UNICAST_GROUP (1<<6)
433#define SEC_LEVEL (1<<7)
434#define SEC_ENABLED (1<<8)
James Ketrenos259bf1f2005-09-21 11:54:22 -0500435#define SEC_ENCRYPT (1<<9)
Jeff Garzikb4538722005-05-12 22:48:20 -0400436
James Ketrenosf1bf6632005-09-21 11:53:54 -0500437#define SEC_LEVEL_0 0 /* None */
438#define SEC_LEVEL_1 1 /* WEP 40 and 104 bit */
439#define SEC_LEVEL_2 2 /* Level 1 + TKIP */
440#define SEC_LEVEL_2_CKIP 3 /* Level 1 + CKIP */
441#define SEC_LEVEL_3 4 /* Level 2 + CCMP */
Jeff Garzikb4538722005-05-12 22:48:20 -0400442
James Ketrenose0d369d2005-09-21 11:54:30 -0500443#define SEC_ALG_NONE 0
444#define SEC_ALG_WEP 1
445#define SEC_ALG_TKIP 2
446#define SEC_ALG_CCMP 3
447
James Ketrenosf1bf6632005-09-21 11:53:54 -0500448#define WEP_KEYS 4
449#define WEP_KEY_LEN 13
450#define SCM_KEY_LEN 32
451#define SCM_TEMPORAL_KEY_LENGTH 16
Jeff Garzikb4538722005-05-12 22:48:20 -0400452
453struct ieee80211_security {
454 u16 active_key:2,
James Ketrenosf1bf6632005-09-21 11:53:54 -0500455 enabled:1,
456 auth_mode:2, auth_algo:4, unicast_uses_group:1, encrypt:1;
James Ketrenose0d369d2005-09-21 11:54:30 -0500457 u8 encode_alg[WEP_KEYS];
Jeff Garzikb4538722005-05-12 22:48:20 -0400458 u8 key_sizes[WEP_KEYS];
James Ketrenosf1bf6632005-09-21 11:53:54 -0500459 u8 keys[WEP_KEYS][SCM_KEY_LEN];
Jeff Garzikb4538722005-05-12 22:48:20 -0400460 u8 level;
461 u16 flags;
462} __attribute__ ((packed));
463
Jeff Garzikb4538722005-05-12 22:48:20 -0400464/*
465
466 802.11 data frame from AP
467
468 ,-------------------------------------------------------------------.
469Bytes | 2 | 2 | 6 | 6 | 6 | 2 | 0..2312 | 4 |
470 |------|------|---------|---------|---------|------|---------|------|
471Desc. | ctrl | dura | DA/RA | TA | SA | Sequ | frame | fcs |
472 | | tion | (BSSID) | | | ence | data | |
473 `-------------------------------------------------------------------'
474
475Total: 28-2340 bytes
476
477*/
478
Jeff Garzikb4538722005-05-12 22:48:20 -0400479#define BEACON_PROBE_SSID_ID_POSITION 12
480
481/* Management Frame Information Element Types */
Jiri Benc95d51852005-08-25 20:13:04 -0400482enum ieee80211_mfie {
483 MFIE_TYPE_SSID = 0,
484 MFIE_TYPE_RATES = 1,
485 MFIE_TYPE_FH_SET = 2,
486 MFIE_TYPE_DS_SET = 3,
James Ketrenos74079fd2005-09-13 17:35:21 -0500487 MFIE_TYPE_CF_SET = 4,
Jiri Benc95d51852005-08-25 20:13:04 -0400488 MFIE_TYPE_TIM = 5,
489 MFIE_TYPE_IBSS_SET = 6,
490 MFIE_TYPE_COUNTRY = 7,
491 MFIE_TYPE_HOP_PARAMS = 8,
492 MFIE_TYPE_HOP_TABLE = 9,
493 MFIE_TYPE_REQUEST = 10,
494 MFIE_TYPE_CHALLENGE = 16,
495 MFIE_TYPE_POWER_CONSTRAINT = 32,
496 MFIE_TYPE_POWER_CAPABILITY = 33,
497 MFIE_TYPE_TPC_REQUEST = 34,
498 MFIE_TYPE_TPC_REPORT = 35,
499 MFIE_TYPE_SUPP_CHANNELS = 36,
500 MFIE_TYPE_CSA = 37,
501 MFIE_TYPE_MEASURE_REQUEST = 38,
502 MFIE_TYPE_MEASURE_REPORT = 39,
503 MFIE_TYPE_QUIET = 40,
504 MFIE_TYPE_IBSS_DFS = 41,
505 MFIE_TYPE_ERP_INFO = 42,
506 MFIE_TYPE_RSN = 48,
507 MFIE_TYPE_RATES_EX = 50,
508 MFIE_TYPE_GENERIC = 221,
James Ketrenos9e8571a2005-09-21 11:56:33 -0500509 MFIE_TYPE_QOS_PARAMETER = 222,
Jiri Benc95d51852005-08-25 20:13:04 -0400510};
Jeff Garzikb4538722005-05-12 22:48:20 -0400511
James Ketrenosee34af32005-09-21 11:54:36 -0500512/* Minimal header; can be used for passing 802.11 frames with sufficient
513 * information to determine what type of underlying data type is actually
514 * stored in the data. */
515struct ieee80211_hdr {
James Ketrenoscdcfc212005-09-21 11:56:49 -0500516 __le16 frame_ctl;
517 __le16 duration_id;
James Ketrenosee34af32005-09-21 11:54:36 -0500518 u8 payload[0];
519} __attribute__ ((packed));
520
521struct ieee80211_hdr_1addr {
James Ketrenoscdcfc212005-09-21 11:56:49 -0500522 __le16 frame_ctl;
523 __le16 duration_id;
James Ketrenosee34af32005-09-21 11:54:36 -0500524 u8 addr1[ETH_ALEN];
525 u8 payload[0];
526} __attribute__ ((packed));
527
528struct ieee80211_hdr_2addr {
James Ketrenoscdcfc212005-09-21 11:56:49 -0500529 __le16 frame_ctl;
530 __le16 duration_id;
James Ketrenosee34af32005-09-21 11:54:36 -0500531 u8 addr1[ETH_ALEN];
532 u8 addr2[ETH_ALEN];
533 u8 payload[0];
534} __attribute__ ((packed));
535
536struct ieee80211_hdr_3addr {
James Ketrenoscdcfc212005-09-21 11:56:49 -0500537 __le16 frame_ctl;
538 __le16 duration_id;
James Ketrenosee34af32005-09-21 11:54:36 -0500539 u8 addr1[ETH_ALEN];
540 u8 addr2[ETH_ALEN];
541 u8 addr3[ETH_ALEN];
James Ketrenoscdcfc212005-09-21 11:56:49 -0500542 __le16 seq_ctl;
James Ketrenosee34af32005-09-21 11:54:36 -0500543 u8 payload[0];
544} __attribute__ ((packed));
545
546struct ieee80211_hdr_4addr {
James Ketrenoscdcfc212005-09-21 11:56:49 -0500547 __le16 frame_ctl;
548 __le16 duration_id;
James Ketrenosee34af32005-09-21 11:54:36 -0500549 u8 addr1[ETH_ALEN];
550 u8 addr2[ETH_ALEN];
551 u8 addr3[ETH_ALEN];
James Ketrenoscdcfc212005-09-21 11:56:49 -0500552 __le16 seq_ctl;
James Ketrenosee34af32005-09-21 11:54:36 -0500553 u8 addr4[ETH_ALEN];
554 u8 payload[0];
555} __attribute__ ((packed));
556
James Ketrenos9e8571a2005-09-21 11:56:33 -0500557struct ieee80211_hdr_3addrqos {
James Ketrenoscdcfc212005-09-21 11:56:49 -0500558 __le16 frame_ctl;
559 __le16 duration_id;
James Ketrenos9e8571a2005-09-21 11:56:33 -0500560 u8 addr1[ETH_ALEN];
561 u8 addr2[ETH_ALEN];
562 u8 addr3[ETH_ALEN];
James Ketrenoscdcfc212005-09-21 11:56:49 -0500563 __le16 seq_ctl;
James Ketrenos9e8571a2005-09-21 11:56:33 -0500564 u8 payload[0];
James Ketrenoscdcfc212005-09-21 11:56:49 -0500565 __le16 qos_ctl;
James Ketrenos9e8571a2005-09-21 11:56:33 -0500566} __attribute__ ((packed));
567
568struct ieee80211_hdr_4addrqos {
James Ketrenoscdcfc212005-09-21 11:56:49 -0500569 __le16 frame_ctl;
570 __le16 duration_id;
James Ketrenos9e8571a2005-09-21 11:56:33 -0500571 u8 addr1[ETH_ALEN];
572 u8 addr2[ETH_ALEN];
573 u8 addr3[ETH_ALEN];
James Ketrenoscdcfc212005-09-21 11:56:49 -0500574 __le16 seq_ctl;
James Ketrenos9e8571a2005-09-21 11:56:33 -0500575 u8 addr4[ETH_ALEN];
576 u8 payload[0];
James Ketrenoscdcfc212005-09-21 11:56:49 -0500577 __le16 qos_ctl;
James Ketrenos9e8571a2005-09-21 11:56:33 -0500578} __attribute__ ((packed));
579
Jeff Garzikb4538722005-05-12 22:48:20 -0400580struct ieee80211_info_element {
581 u8 id;
582 u8 len;
583 u8 data[0];
584} __attribute__ ((packed));
585
586/*
587 * These are the data types that can make up management packets
588 *
589 u16 auth_algorithm;
590 u16 auth_sequence;
591 u16 beacon_interval;
592 u16 capability;
593 u8 current_ap[ETH_ALEN];
594 u16 listen_interval;
595 struct {
596 u16 association_id:14, reserved:2;
597 } __attribute__ ((packed));
598 u32 time_stamp[2];
599 u16 reason;
600 u16 status;
601*/
602
James Ketrenosee34af32005-09-21 11:54:36 -0500603struct ieee80211_auth {
Jiri Benc286d9742005-05-24 15:10:18 +0200604 struct ieee80211_hdr_3addr header;
Jiri Benc099c5bb2005-08-25 20:15:10 -0400605 __le16 algorithm;
606 __le16 transaction;
607 __le16 status;
James Ketrenose5658d32005-09-21 11:58:56 -0500608 /* challenge */
James Ketrenos68e4e032005-09-13 17:37:22 -0500609 struct ieee80211_info_element info_element[0];
Jeff Garzikb4538722005-05-12 22:48:20 -0400610} __attribute__ ((packed));
611
James Ketrenosee34af32005-09-21 11:54:36 -0500612struct ieee80211_disassoc {
613 struct ieee80211_hdr_3addr header;
James Ketrenose5658d32005-09-21 11:58:56 -0500614 __le16 reason;
James Ketrenosee34af32005-09-21 11:54:36 -0500615} __attribute__ ((packed));
616
James Ketrenose5658d32005-09-21 11:58:56 -0500617/* Alias deauth for disassoc */
Michael Wu604116a2005-09-28 15:16:46 -0500618#define ieee80211_deauth ieee80211_disassoc
James Ketrenose5658d32005-09-21 11:58:56 -0500619
James Ketrenosee34af32005-09-21 11:54:36 -0500620struct ieee80211_probe_request {
621 struct ieee80211_hdr_3addr header;
James Ketrenose5658d32005-09-21 11:58:56 -0500622 /* SSID, supported rates */
James Ketrenosee34af32005-09-21 11:54:36 -0500623 struct ieee80211_info_element info_element[0];
624} __attribute__ ((packed));
625
Jeff Garzikb4538722005-05-12 22:48:20 -0400626struct ieee80211_probe_response {
Jiri Benc286d9742005-05-24 15:10:18 +0200627 struct ieee80211_hdr_3addr header;
Jeff Garzikb4538722005-05-12 22:48:20 -0400628 u32 time_stamp[2];
Jiri Benc099c5bb2005-08-25 20:15:10 -0400629 __le16 beacon_interval;
630 __le16 capability;
James Ketrenose5658d32005-09-21 11:58:56 -0500631 /* SSID, supported rates, FH params, DS params,
632 * CF params, IBSS params, TIM (if beacon), RSN */
James Ketrenos68e4e032005-09-13 17:37:22 -0500633 struct ieee80211_info_element info_element[0];
Jeff Garzikb4538722005-05-12 22:48:20 -0400634} __attribute__ ((packed));
635
James Ketrenosee34af32005-09-21 11:54:36 -0500636/* Alias beacon for probe_response */
637#define ieee80211_beacon ieee80211_probe_response
638
639struct ieee80211_assoc_request {
640 struct ieee80211_hdr_3addr header;
James Ketrenoscdcfc212005-09-21 11:56:49 -0500641 __le16 capability;
642 __le16 listen_interval;
James Ketrenose5658d32005-09-21 11:58:56 -0500643 /* SSID, supported rates, RSN */
James Ketrenosee34af32005-09-21 11:54:36 -0500644 struct ieee80211_info_element info_element[0];
645} __attribute__ ((packed));
646
647struct ieee80211_reassoc_request {
648 struct ieee80211_hdr_3addr header;
Jiri Benc099c5bb2005-08-25 20:15:10 -0400649 __le16 capability;
650 __le16 listen_interval;
Jeff Garzikb4538722005-05-12 22:48:20 -0400651 u8 current_ap[ETH_ALEN];
James Ketrenos68e4e032005-09-13 17:37:22 -0500652 struct ieee80211_info_element info_element[0];
Jeff Garzikb4538722005-05-12 22:48:20 -0400653} __attribute__ ((packed));
654
James Ketrenosee34af32005-09-21 11:54:36 -0500655struct ieee80211_assoc_response {
Jeff Garzikb4538722005-05-12 22:48:20 -0400656 struct ieee80211_hdr_3addr header;
Jiri Benc099c5bb2005-08-25 20:15:10 -0400657 __le16 capability;
658 __le16 status;
659 __le16 aid;
James Ketrenose5658d32005-09-21 11:58:56 -0500660 /* supported rates */
661 struct ieee80211_info_element info_element[0];
Jeff Garzikb4538722005-05-12 22:48:20 -0400662} __attribute__ ((packed));
663
Jeff Garzikb4538722005-05-12 22:48:20 -0400664struct ieee80211_txb {
665 u8 nr_frags;
666 u8 encrypted;
James Ketrenosee34af32005-09-21 11:54:36 -0500667 u8 rts_included;
668 u8 reserved;
James Ketrenoscdcfc212005-09-21 11:56:49 -0500669 __le16 frag_size;
670 __le16 payload_size;
Jeff Garzikb4538722005-05-12 22:48:20 -0400671 struct sk_buff *fragments[0];
672};
673
Jiri Benc099c5bb2005-08-25 20:15:10 -0400674/* SWEEP TABLE ENTRIES NUMBER */
Jeff Garzikb4538722005-05-12 22:48:20 -0400675#define MAX_SWEEP_TAB_ENTRIES 42
676#define MAX_SWEEP_TAB_ENTRIES_PER_PACKET 7
677/* MAX_RATES_LENGTH needs to be 12. The spec says 8, and many APs
678 * only use 8, and then use extended rates for the remaining supported
679 * rates. Other APs, however, stick all of their supported rates on the
680 * main rates information element... */
681#define MAX_RATES_LENGTH ((u8)12)
682#define MAX_RATES_EX_LENGTH ((u8)16)
683#define MAX_NETWORK_COUNT 128
684
685#define CRC_LENGTH 4U
686
687#define MAX_WPA_IE_LEN 64
688
James Ketrenos9e8571a2005-09-21 11:56:33 -0500689#define NETWORK_EMPTY_ESSID (1<<0)
690#define NETWORK_HAS_OFDM (1<<1)
691#define NETWORK_HAS_CCK (1<<2)
692
693/* QoS structure */
694#define NETWORK_HAS_QOS_PARAMETERS (1<<3)
695#define NETWORK_HAS_QOS_INFORMATION (1<<4)
696#define NETWORK_HAS_QOS_MASK (NETWORK_HAS_QOS_PARAMETERS | NETWORK_HAS_QOS_INFORMATION)
697
698#define QOS_QUEUE_NUM 4
699#define QOS_OUI_LEN 3
700#define QOS_OUI_TYPE 2
701#define QOS_ELEMENT_ID 221
702#define QOS_OUI_INFO_SUB_TYPE 0
703#define QOS_OUI_PARAM_SUB_TYPE 1
704#define QOS_VERSION_1 1
705#define QOS_AIFSN_MIN_VALUE 2
706
707struct ieee80211_qos_information_element {
708 u8 elementID;
709 u8 length;
710 u8 qui[QOS_OUI_LEN];
711 u8 qui_type;
712 u8 qui_subtype;
713 u8 version;
714 u8 ac_info;
715} __attribute__ ((packed));
716
717struct ieee80211_qos_ac_parameter {
718 u8 aci_aifsn;
719 u8 ecw_min_max;
James Ketrenoscdcfc212005-09-21 11:56:49 -0500720 __le16 tx_op_limit;
James Ketrenos9e8571a2005-09-21 11:56:33 -0500721} __attribute__ ((packed));
722
723struct ieee80211_qos_parameter_info {
724 struct ieee80211_qos_information_element info_element;
725 u8 reserved;
726 struct ieee80211_qos_ac_parameter ac_params_record[QOS_QUEUE_NUM];
727} __attribute__ ((packed));
728
729struct ieee80211_qos_parameters {
James Ketrenoscdcfc212005-09-21 11:56:49 -0500730 __le16 cw_min[QOS_QUEUE_NUM];
731 __le16 cw_max[QOS_QUEUE_NUM];
James Ketrenos9e8571a2005-09-21 11:56:33 -0500732 u8 aifs[QOS_QUEUE_NUM];
733 u8 flag[QOS_QUEUE_NUM];
James Ketrenoscdcfc212005-09-21 11:56:49 -0500734 __le16 tx_op_limit[QOS_QUEUE_NUM];
James Ketrenos9e8571a2005-09-21 11:56:33 -0500735} __attribute__ ((packed));
736
737struct ieee80211_qos_data {
738 struct ieee80211_qos_parameters parameters;
739 int active;
740 int supported;
741 u8 param_count;
742 u8 old_param_count;
743};
744
745struct ieee80211_tim_parameters {
746 u8 tim_count;
747 u8 tim_period;
748} __attribute__ ((packed));
749
750/*******************************************************/
Jeff Garzikb4538722005-05-12 22:48:20 -0400751
752struct ieee80211_network {
753 /* These entries are used to identify a unique network */
754 u8 bssid[ETH_ALEN];
755 u8 channel;
756 /* Ensure null-terminated for any debug msgs */
757 u8 ssid[IW_ESSID_MAX_SIZE + 1];
758 u8 ssid_len;
759
James Ketrenos9e8571a2005-09-21 11:56:33 -0500760 struct ieee80211_qos_data qos_data;
761
Jeff Garzikb4538722005-05-12 22:48:20 -0400762 /* These are network statistics */
763 struct ieee80211_rx_stats stats;
764 u16 capability;
765 u8 rates[MAX_RATES_LENGTH];
766 u8 rates_len;
767 u8 rates_ex[MAX_RATES_EX_LENGTH];
768 u8 rates_ex_len;
769 unsigned long last_scanned;
770 u8 mode;
771 u8 flags;
772 u32 last_associate;
773 u32 time_stamp[2];
774 u16 beacon_interval;
775 u16 listen_interval;
776 u16 atim_window;
James Ketrenos42c94e42005-09-21 11:58:29 -0500777 u8 erp_value;
Jeff Garzikb4538722005-05-12 22:48:20 -0400778 u8 wpa_ie[MAX_WPA_IE_LEN];
779 size_t wpa_ie_len;
780 u8 rsn_ie[MAX_WPA_IE_LEN];
781 size_t rsn_ie_len;
James Ketrenos9e8571a2005-09-21 11:56:33 -0500782 struct ieee80211_tim_parameters tim;
Jeff Garzikb4538722005-05-12 22:48:20 -0400783 struct list_head list;
784};
785
786enum ieee80211_state {
787 IEEE80211_UNINITIALIZED = 0,
788 IEEE80211_INITIALIZED,
789 IEEE80211_ASSOCIATING,
790 IEEE80211_ASSOCIATED,
791 IEEE80211_AUTHENTICATING,
792 IEEE80211_AUTHENTICATED,
793 IEEE80211_SHUTDOWN
794};
795
796#define DEFAULT_MAX_SCAN_AGE (15 * HZ)
797#define DEFAULT_FTS 2346
Jeff Garzikb4538722005-05-12 22:48:20 -0400798
Jeff Garzikb4538722005-05-12 22:48:20 -0400799#define CFG_IEEE80211_RESERVE_FCS (1<<0)
800#define CFG_IEEE80211_COMPUTE_FCS (1<<1)
James Ketrenos3cdd00c2005-09-21 11:54:43 -0500801#define CFG_IEEE80211_RTS (1<<2)
Jeff Garzikb4538722005-05-12 22:48:20 -0400802
James Ketrenos02cda6a2005-09-21 11:56:38 -0500803#define IEEE80211_24GHZ_MIN_CHANNEL 1
804#define IEEE80211_24GHZ_MAX_CHANNEL 14
805#define IEEE80211_24GHZ_CHANNELS 14
806
Zhu Yi4a99ac32006-01-19 16:21:19 +0800807#define IEEE80211_52GHZ_MIN_CHANNEL 34
James Ketrenos02cda6a2005-09-21 11:56:38 -0500808#define IEEE80211_52GHZ_MAX_CHANNEL 165
Zhu Yi4a99ac32006-01-19 16:21:19 +0800809#define IEEE80211_52GHZ_CHANNELS 131
James Ketrenos02cda6a2005-09-21 11:56:38 -0500810
811enum {
812 IEEE80211_CH_PASSIVE_ONLY = (1 << 0),
813 IEEE80211_CH_B_ONLY = (1 << 2),
814 IEEE80211_CH_NO_IBSS = (1 << 3),
815 IEEE80211_CH_UNIFORM_SPREADING = (1 << 4),
816 IEEE80211_CH_RADAR_DETECT = (1 << 5),
817 IEEE80211_CH_INVALID = (1 << 6),
818};
819
820struct ieee80211_channel {
James Ketrenos31b59ea2005-09-21 11:58:49 -0500821 u32 freq;
James Ketrenos02cda6a2005-09-21 11:56:38 -0500822 u8 channel;
823 u8 flags;
824 u8 max_power;
825};
826
827struct ieee80211_geo {
828 u8 name[4];
829 u8 bg_channels;
830 u8 a_channels;
831 struct ieee80211_channel bg[IEEE80211_24GHZ_CHANNELS];
832 struct ieee80211_channel a[IEEE80211_52GHZ_CHANNELS];
833};
834
Jeff Garzikb4538722005-05-12 22:48:20 -0400835struct ieee80211_device {
836 struct net_device *dev;
James Ketrenosf1bf6632005-09-21 11:53:54 -0500837 struct ieee80211_security sec;
Jeff Garzikb4538722005-05-12 22:48:20 -0400838
839 /* Bookkeeping structures */
840 struct net_device_stats stats;
841 struct ieee80211_stats ieee_stats;
842
James Ketrenos02cda6a2005-09-21 11:56:38 -0500843 struct ieee80211_geo geo;
844
Jeff Garzikb4538722005-05-12 22:48:20 -0400845 /* Probe / Beacon management */
846 struct list_head network_free_list;
847 struct list_head network_list;
848 struct ieee80211_network *networks;
849 int scans;
850 int scan_age;
851
James Ketrenos74079fd2005-09-13 17:35:21 -0500852 int iw_mode; /* operating mode (IW_MODE_*) */
853 struct iw_spy_data spy_data; /* iwspy support */
Jeff Garzikb4538722005-05-12 22:48:20 -0400854
855 spinlock_t lock;
856
James Ketrenos74079fd2005-09-13 17:35:21 -0500857 int tx_headroom; /* Set to size of any additional room needed at front
858 * of allocated Tx SKBs */
Jeff Garzikb4538722005-05-12 22:48:20 -0400859 u32 config;
860
861 /* WEP and other encryption related settings at the device level */
James Ketrenos74079fd2005-09-13 17:35:21 -0500862 int open_wep; /* Set to 1 to allow unencrypted frames */
Jeff Garzikb4538722005-05-12 22:48:20 -0400863
James Ketrenos74079fd2005-09-13 17:35:21 -0500864 int reset_on_keychange; /* Set to 1 if the HW needs to be reset on
Jeff Garzikb4538722005-05-12 22:48:20 -0400865 * WEP key changes */
866
867 /* If the host performs {en,de}cryption, then set to 1 */
868 int host_encrypt;
James Ketrenos1264fc02005-09-21 11:54:53 -0500869 int host_encrypt_msdu;
Jeff Garzikb4538722005-05-12 22:48:20 -0400870 int host_decrypt;
James Ketrenosccd0fda2005-09-21 11:58:32 -0500871 /* host performs multicast decryption */
872 int host_mc_decrypt;
873
James Ketrenos1264fc02005-09-21 11:54:53 -0500874 int host_open_frag;
James Ketrenos31b59ea2005-09-21 11:58:49 -0500875 int host_build_iv;
James Ketrenos74079fd2005-09-13 17:35:21 -0500876 int ieee802_1x; /* is IEEE 802.1X used */
Jeff Garzikb4538722005-05-12 22:48:20 -0400877
878 /* WPA data */
879 int wpa_enabled;
880 int drop_unencrypted;
Jeff Garzikb4538722005-05-12 22:48:20 -0400881 int privacy_invoked;
882 size_t wpa_ie_len;
883 u8 *wpa_ie;
884
885 struct list_head crypt_deinit_list;
886 struct ieee80211_crypt_data *crypt[WEP_KEYS];
James Ketrenos74079fd2005-09-13 17:35:21 -0500887 int tx_keyidx; /* default TX key index (crypt[tx_keyidx]) */
Jeff Garzikb4538722005-05-12 22:48:20 -0400888 struct timer_list crypt_deinit_timer;
James Ketrenos0ad0c3c2005-09-21 11:54:15 -0500889 int crypt_quiesced;
Jeff Garzikb4538722005-05-12 22:48:20 -0400890
James Ketrenos74079fd2005-09-13 17:35:21 -0500891 int bcrx_sta_key; /* use individual keys to override default keys even
892 * with RX of broad/multicast frames */
Jeff Garzikb4538722005-05-12 22:48:20 -0400893
894 /* Fragmentation structures */
895 struct ieee80211_frag_entry frag_cache[IEEE80211_FRAG_CACHE_LEN];
896 unsigned int frag_next_idx;
James Ketrenos74079fd2005-09-13 17:35:21 -0500897 u16 fts; /* Fragmentation Threshold */
James Ketrenos3cdd00c2005-09-21 11:54:43 -0500898 u16 rts; /* RTS threshold */
Jeff Garzikb4538722005-05-12 22:48:20 -0400899
900 /* Association info */
901 u8 bssid[ETH_ALEN];
902
903 enum ieee80211_state state;
904
James Ketrenos74079fd2005-09-13 17:35:21 -0500905 int mode; /* A, B, G */
906 int modulation; /* CCK, OFDM */
907 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */
James Ketrenos3bc5ed62005-09-13 17:48:54 -0500908 int abg_true; /* ABG flag */
Jeff Garzikb4538722005-05-12 22:48:20 -0400909
James Ketrenosb1b508e2005-09-13 17:27:19 -0500910 int perfect_rssi;
911 int worst_rssi;
912
Jeff Garzikb4538722005-05-12 22:48:20 -0400913 /* Callback functions */
James Ketrenos74079fd2005-09-13 17:35:21 -0500914 void (*set_security) (struct net_device * dev,
915 struct ieee80211_security * sec);
916 int (*hard_start_xmit) (struct ieee80211_txb * txb,
James Ketrenos9e8571a2005-09-21 11:56:33 -0500917 struct net_device * dev, int pri);
James Ketrenos74079fd2005-09-13 17:35:21 -0500918 int (*reset_port) (struct net_device * dev);
James Ketrenos3f552bb2005-09-21 11:54:47 -0500919 int (*is_queue_full) (struct net_device * dev, int pri);
920
James Ketrenos9e8571a2005-09-21 11:56:33 -0500921 int (*handle_management) (struct net_device * dev,
922 struct ieee80211_network * network, u16 type);
923
James Ketrenos3f552bb2005-09-21 11:54:47 -0500924 /* Typical STA methods */
925 int (*handle_auth) (struct net_device * dev,
926 struct ieee80211_auth * auth);
James Ketrenos31b59ea2005-09-21 11:58:49 -0500927 int (*handle_deauth) (struct net_device * dev,
928 struct ieee80211_auth * auth);
James Ketrenos3f552bb2005-09-21 11:54:47 -0500929 int (*handle_disassoc) (struct net_device * dev,
930 struct ieee80211_disassoc * assoc);
931 int (*handle_beacon) (struct net_device * dev,
932 struct ieee80211_beacon * beacon,
933 struct ieee80211_network * network);
934 int (*handle_probe_response) (struct net_device * dev,
935 struct ieee80211_probe_response * resp,
936 struct ieee80211_network * network);
James Ketrenos42c94e42005-09-21 11:58:29 -0500937 int (*handle_probe_request) (struct net_device * dev,
938 struct ieee80211_probe_request * req,
939 struct ieee80211_rx_stats * stats);
James Ketrenos3f552bb2005-09-21 11:54:47 -0500940 int (*handle_assoc_response) (struct net_device * dev,
941 struct ieee80211_assoc_response * resp,
942 struct ieee80211_network * network);
943
944 /* Typical AP methods */
945 int (*handle_assoc_request) (struct net_device * dev);
946 int (*handle_reassoc_request) (struct net_device * dev,
947 struct ieee80211_reassoc_request * req);
Jeff Garzikb4538722005-05-12 22:48:20 -0400948
949 /* This must be the last item so that it points to the data
950 * allocated beyond this structure by alloc_ieee80211 */
951 u8 priv[0];
952};
953
954#define IEEE_A (1<<0)
955#define IEEE_B (1<<1)
956#define IEEE_G (1<<2)
957#define IEEE_MODE_MASK (IEEE_A|IEEE_B|IEEE_G)
958
James Ketrenos9ba7e0d2005-09-21 11:58:24 -0500959static inline void *ieee80211_priv(struct net_device *dev)
Jeff Garzikb4538722005-05-12 22:48:20 -0400960{
961 return ((struct ieee80211_device *)netdev_priv(dev))->priv;
962}
963
James Ketrenos9ba7e0d2005-09-21 11:58:24 -0500964static inline int ieee80211_is_empty_essid(const char *essid, int essid_len)
Jeff Garzikb4538722005-05-12 22:48:20 -0400965{
966 /* Single white space is for Linksys APs */
967 if (essid_len == 1 && essid[0] == ' ')
968 return 1;
969
970 /* Otherwise, if the entire essid is 0, we assume it is hidden */
971 while (essid_len) {
972 essid_len--;
973 if (essid[essid_len] != '\0')
974 return 0;
975 }
976
977 return 1;
978}
979
James Ketrenos9ba7e0d2005-09-21 11:58:24 -0500980static inline int ieee80211_is_valid_mode(struct ieee80211_device *ieee,
James Ketrenos74079fd2005-09-13 17:35:21 -0500981 int mode)
Jeff Garzikb4538722005-05-12 22:48:20 -0400982{
983 /*
984 * It is possible for both access points and our device to support
985 * combinations of modes, so as long as there is one valid combination
986 * of ap/device supported modes, then return success
987 *
988 */
989 if ((mode & IEEE_A) &&
990 (ieee->modulation & IEEE80211_OFDM_MODULATION) &&
991 (ieee->freq_band & IEEE80211_52GHZ_BAND))
992 return 1;
993
994 if ((mode & IEEE_G) &&
995 (ieee->modulation & IEEE80211_OFDM_MODULATION) &&
996 (ieee->freq_band & IEEE80211_24GHZ_BAND))
997 return 1;
998
999 if ((mode & IEEE_B) &&
1000 (ieee->modulation & IEEE80211_CCK_MODULATION) &&
1001 (ieee->freq_band & IEEE80211_24GHZ_BAND))
1002 return 1;
1003
1004 return 0;
1005}
1006
James Ketrenos9ba7e0d2005-09-21 11:58:24 -05001007static inline int ieee80211_get_hdrlen(u16 fc)
Jeff Garzikb4538722005-05-12 22:48:20 -04001008{
Jiri Benc286d9742005-05-24 15:10:18 +02001009 int hdrlen = IEEE80211_3ADDR_LEN;
James Ketrenos9e8571a2005-09-21 11:56:33 -05001010 u16 stype = WLAN_FC_GET_STYPE(fc);
Jeff Garzikb4538722005-05-12 22:48:20 -04001011
1012 switch (WLAN_FC_GET_TYPE(fc)) {
1013 case IEEE80211_FTYPE_DATA:
1014 if ((fc & IEEE80211_FCTL_FROMDS) && (fc & IEEE80211_FCTL_TODS))
Jiri Benc286d9742005-05-24 15:10:18 +02001015 hdrlen = IEEE80211_4ADDR_LEN;
James Ketrenos9e8571a2005-09-21 11:56:33 -05001016 if (stype & IEEE80211_STYPE_QOS_DATA)
1017 hdrlen += 2;
Jeff Garzikb4538722005-05-12 22:48:20 -04001018 break;
1019 case IEEE80211_FTYPE_CTL:
1020 switch (WLAN_FC_GET_STYPE(fc)) {
1021 case IEEE80211_STYPE_CTS:
1022 case IEEE80211_STYPE_ACK:
Jiri Benc286d9742005-05-24 15:10:18 +02001023 hdrlen = IEEE80211_1ADDR_LEN;
Jeff Garzikb4538722005-05-12 22:48:20 -04001024 break;
1025 default:
Jiri Benc286d9742005-05-24 15:10:18 +02001026 hdrlen = IEEE80211_2ADDR_LEN;
Jeff Garzikb4538722005-05-12 22:48:20 -04001027 break;
1028 }
1029 break;
1030 }
1031
1032 return hdrlen;
1033}
1034
James Ketrenos9ba7e0d2005-09-21 11:58:24 -05001035static inline u8 *ieee80211_get_payload(struct ieee80211_hdr *hdr)
James Ketrenosee34af32005-09-21 11:54:36 -05001036{
1037 switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) {
1038 case IEEE80211_1ADDR_LEN:
1039 return ((struct ieee80211_hdr_1addr *)hdr)->payload;
1040 case IEEE80211_2ADDR_LEN:
1041 return ((struct ieee80211_hdr_2addr *)hdr)->payload;
1042 case IEEE80211_3ADDR_LEN:
1043 return ((struct ieee80211_hdr_3addr *)hdr)->payload;
1044 case IEEE80211_4ADDR_LEN:
1045 return ((struct ieee80211_hdr_4addr *)hdr)->payload;
1046 }
Andrew Mortoncea00da2005-11-09 11:30:51 -08001047 return NULL;
James Ketrenosee34af32005-09-21 11:54:36 -05001048}
1049
Ivo van Doorn7c254d32005-10-03 09:50:40 -05001050static inline int ieee80211_is_ofdm_rate(u8 rate)
1051{
1052 switch (rate & ~IEEE80211_BASIC_RATE_MASK) {
1053 case IEEE80211_OFDM_RATE_6MB:
1054 case IEEE80211_OFDM_RATE_9MB:
1055 case IEEE80211_OFDM_RATE_12MB:
1056 case IEEE80211_OFDM_RATE_18MB:
1057 case IEEE80211_OFDM_RATE_24MB:
1058 case IEEE80211_OFDM_RATE_36MB:
1059 case IEEE80211_OFDM_RATE_48MB:
1060 case IEEE80211_OFDM_RATE_54MB:
1061 return 1;
1062 }
1063 return 0;
1064}
1065
1066static inline int ieee80211_is_cck_rate(u8 rate)
1067{
1068 switch (rate & ~IEEE80211_BASIC_RATE_MASK) {
1069 case IEEE80211_CCK_RATE_1MB:
1070 case IEEE80211_CCK_RATE_2MB:
1071 case IEEE80211_CCK_RATE_5MB:
1072 case IEEE80211_CCK_RATE_11MB:
1073 return 1;
1074 }
1075 return 0;
1076}
1077
Jeff Garzikb4538722005-05-12 22:48:20 -04001078/* ieee80211.c */
1079extern void free_ieee80211(struct net_device *dev);
1080extern struct net_device *alloc_ieee80211(int sizeof_priv);
1081
1082extern int ieee80211_set_encryption(struct ieee80211_device *ieee);
1083
1084/* ieee80211_tx.c */
James Ketrenos74079fd2005-09-13 17:35:21 -05001085extern int ieee80211_xmit(struct sk_buff *skb, struct net_device *dev);
Jeff Garzikb4538722005-05-12 22:48:20 -04001086extern void ieee80211_txb_free(struct ieee80211_txb *);
James Ketrenos3f552bb2005-09-21 11:54:47 -05001087extern int ieee80211_tx_frame(struct ieee80211_device *ieee,
1088 struct ieee80211_hdr *frame, int len);
Jeff Garzikb4538722005-05-12 22:48:20 -04001089
Jeff Garzikb4538722005-05-12 22:48:20 -04001090/* ieee80211_rx.c */
1091extern int ieee80211_rx(struct ieee80211_device *ieee, struct sk_buff *skb,
1092 struct ieee80211_rx_stats *rx_stats);
Johannes Bergc9fa7d52005-12-27 02:14:13 +01001093/* make sure to set stats->len */
Jeff Garzikb4538722005-05-12 22:48:20 -04001094extern void ieee80211_rx_mgt(struct ieee80211_device *ieee,
James Ketrenosee34af32005-09-21 11:54:36 -05001095 struct ieee80211_hdr_4addr *header,
Jeff Garzikb4538722005-05-12 22:48:20 -04001096 struct ieee80211_rx_stats *stats);
1097
James Ketrenos02cda6a2005-09-21 11:56:38 -05001098/* ieee80211_geo.c */
1099extern const struct ieee80211_geo *ieee80211_get_geo(struct ieee80211_device
1100 *ieee);
1101extern int ieee80211_set_geo(struct ieee80211_device *ieee,
1102 const struct ieee80211_geo *geo);
1103
1104extern int ieee80211_is_valid_channel(struct ieee80211_device *ieee,
1105 u8 channel);
1106extern int ieee80211_channel_to_index(struct ieee80211_device *ieee,
1107 u8 channel);
1108extern u8 ieee80211_freq_to_channel(struct ieee80211_device *ieee, u32 freq);
1109
Jiri Benc099c5bb2005-08-25 20:15:10 -04001110/* ieee80211_wx.c */
Jeff Garzikb4538722005-05-12 22:48:20 -04001111extern int ieee80211_wx_get_scan(struct ieee80211_device *ieee,
1112 struct iw_request_info *info,
1113 union iwreq_data *wrqu, char *key);
1114extern int ieee80211_wx_set_encode(struct ieee80211_device *ieee,
1115 struct iw_request_info *info,
1116 union iwreq_data *wrqu, char *key);
1117extern int ieee80211_wx_get_encode(struct ieee80211_device *ieee,
1118 struct iw_request_info *info,
1119 union iwreq_data *wrqu, char *key);
James Ketrenose0d369d2005-09-21 11:54:30 -05001120extern int ieee80211_wx_set_encodeext(struct ieee80211_device *ieee,
1121 struct iw_request_info *info,
1122 union iwreq_data *wrqu, char *extra);
1123extern int ieee80211_wx_get_encodeext(struct ieee80211_device *ieee,
1124 struct iw_request_info *info,
1125 union iwreq_data *wrqu, char *extra);
Jeff Garzikb4538722005-05-12 22:48:20 -04001126
James Ketrenos9ba7e0d2005-09-21 11:58:24 -05001127static inline void ieee80211_increment_scans(struct ieee80211_device *ieee)
Jeff Garzikb4538722005-05-12 22:48:20 -04001128{
1129 ieee->scans++;
1130}
1131
James Ketrenos9ba7e0d2005-09-21 11:58:24 -05001132static inline int ieee80211_get_scans(struct ieee80211_device *ieee)
Jeff Garzikb4538722005-05-12 22:48:20 -04001133{
1134 return ieee->scans;
1135}
1136
James Ketrenos74079fd2005-09-13 17:35:21 -05001137#endif /* IEEE80211_H */