ieee80211.h 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309
  1. /*
  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>
  14. * Copyright (c) 2004-2005, Intel Corporation
  15. *
  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.
  20. *
  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
  25. */
  26. #ifndef IEEE80211_H
  27. #define IEEE80211_H
  28. #include <linux/if_ether.h> /* ETH_ALEN */
  29. #include <linux/kernel.h> /* ARRAY_SIZE */
  30. #include <linux/wireless.h>
  31. #define IEEE80211_VERSION "git-1.1.7"
  32. #define IEEE80211_DATA_LEN 2304
  33. /* Maximum size for the MA-UNITDATA primitive, 802.11 standard section
  34. 6.2.1.1.2.
  35. The figure in section 7.1.2 suggests a body size of up to 2312
  36. bytes is allowed, which is a bit confusing, I suspect this
  37. represents the 2304 bytes of real data, plus a possible 8 bytes of
  38. WEP IV and ICV. (this interpretation suggested by Ramiro Barreiro) */
  39. #define IEEE80211_1ADDR_LEN 10
  40. #define IEEE80211_2ADDR_LEN 16
  41. #define IEEE80211_3ADDR_LEN 24
  42. #define IEEE80211_4ADDR_LEN 30
  43. #define IEEE80211_FCS_LEN 4
  44. #define IEEE80211_HLEN (IEEE80211_4ADDR_LEN)
  45. #define IEEE80211_FRAME_LEN (IEEE80211_DATA_LEN + IEEE80211_HLEN)
  46. #define MIN_FRAG_THRESHOLD 256U
  47. #define MAX_FRAG_THRESHOLD 2346U
  48. /* Frame control field constants */
  49. #define IEEE80211_FCTL_VERS 0x0003
  50. #define IEEE80211_FCTL_FTYPE 0x000c
  51. #define IEEE80211_FCTL_STYPE 0x00f0
  52. #define IEEE80211_FCTL_TODS 0x0100
  53. #define IEEE80211_FCTL_FROMDS 0x0200
  54. #define IEEE80211_FCTL_MOREFRAGS 0x0400
  55. #define IEEE80211_FCTL_RETRY 0x0800
  56. #define IEEE80211_FCTL_PM 0x1000
  57. #define IEEE80211_FCTL_MOREDATA 0x2000
  58. #define IEEE80211_FCTL_PROTECTED 0x4000
  59. #define IEEE80211_FCTL_ORDER 0x8000
  60. #define IEEE80211_FTYPE_MGMT 0x0000
  61. #define IEEE80211_FTYPE_CTL 0x0004
  62. #define IEEE80211_FTYPE_DATA 0x0008
  63. /* management */
  64. #define IEEE80211_STYPE_ASSOC_REQ 0x0000
  65. #define IEEE80211_STYPE_ASSOC_RESP 0x0010
  66. #define IEEE80211_STYPE_REASSOC_REQ 0x0020
  67. #define IEEE80211_STYPE_REASSOC_RESP 0x0030
  68. #define IEEE80211_STYPE_PROBE_REQ 0x0040
  69. #define IEEE80211_STYPE_PROBE_RESP 0x0050
  70. #define IEEE80211_STYPE_BEACON 0x0080
  71. #define IEEE80211_STYPE_ATIM 0x0090
  72. #define IEEE80211_STYPE_DISASSOC 0x00A0
  73. #define IEEE80211_STYPE_AUTH 0x00B0
  74. #define IEEE80211_STYPE_DEAUTH 0x00C0
  75. #define IEEE80211_STYPE_ACTION 0x00D0
  76. /* control */
  77. #define IEEE80211_STYPE_PSPOLL 0x00A0
  78. #define IEEE80211_STYPE_RTS 0x00B0
  79. #define IEEE80211_STYPE_CTS 0x00C0
  80. #define IEEE80211_STYPE_ACK 0x00D0
  81. #define IEEE80211_STYPE_CFEND 0x00E0
  82. #define IEEE80211_STYPE_CFENDACK 0x00F0
  83. /* data */
  84. #define IEEE80211_STYPE_DATA 0x0000
  85. #define IEEE80211_STYPE_DATA_CFACK 0x0010
  86. #define IEEE80211_STYPE_DATA_CFPOLL 0x0020
  87. #define IEEE80211_STYPE_DATA_CFACKPOLL 0x0030
  88. #define IEEE80211_STYPE_NULLFUNC 0x0040
  89. #define IEEE80211_STYPE_CFACK 0x0050
  90. #define IEEE80211_STYPE_CFPOLL 0x0060
  91. #define IEEE80211_STYPE_CFACKPOLL 0x0070
  92. #define IEEE80211_STYPE_QOS_DATA 0x0080
  93. #define IEEE80211_SCTL_FRAG 0x000F
  94. #define IEEE80211_SCTL_SEQ 0xFFF0
  95. /* debug macros */
  96. #ifdef CONFIG_IEEE80211_DEBUG
  97. extern u32 ieee80211_debug_level;
  98. #define IEEE80211_DEBUG(level, fmt, args...) \
  99. do { if (ieee80211_debug_level & (level)) \
  100. printk(KERN_DEBUG "ieee80211: %c %s " fmt, \
  101. in_interrupt() ? 'I' : 'U', __FUNCTION__ , ## args); } while (0)
  102. #else
  103. #define IEEE80211_DEBUG(level, fmt, args...) do {} while (0)
  104. #endif /* CONFIG_IEEE80211_DEBUG */
  105. /* debug macros not dependent on CONFIG_IEEE80211_DEBUG */
  106. #define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x"
  107. #define MAC_ARG(x) ((u8*)(x))[0],((u8*)(x))[1],((u8*)(x))[2],((u8*)(x))[3],((u8*)(x))[4],((u8*)(x))[5]
  108. /* escape_essid() is intended to be used in debug (and possibly error)
  109. * messages. It should never be used for passing essid to user space. */
  110. const char *escape_essid(const char *essid, u8 essid_len);
  111. /*
  112. * To use the debug system:
  113. *
  114. * If you are defining a new debug classification, simply add it to the #define
  115. * list here in the form of:
  116. *
  117. * #define IEEE80211_DL_xxxx VALUE
  118. *
  119. * shifting value to the left one bit from the previous entry. xxxx should be
  120. * the name of the classification (for example, WEP)
  121. *
  122. * You then need to either add a IEEE80211_xxxx_DEBUG() macro definition for your
  123. * classification, or use IEEE80211_DEBUG(IEEE80211_DL_xxxx, ...) whenever you want
  124. * to send output to that classification.
  125. *
  126. * To add your debug level to the list of levels seen when you perform
  127. *
  128. * % cat /proc/net/ieee80211/debug_level
  129. *
  130. * you simply need to add your entry to the ieee80211_debug_level array.
  131. *
  132. * If you do not see debug_level in /proc/net/ieee80211 then you do not have
  133. * CONFIG_IEEE80211_DEBUG defined in your kernel configuration
  134. *
  135. */
  136. #define IEEE80211_DL_INFO (1<<0)
  137. #define IEEE80211_DL_WX (1<<1)
  138. #define IEEE80211_DL_SCAN (1<<2)
  139. #define IEEE80211_DL_STATE (1<<3)
  140. #define IEEE80211_DL_MGMT (1<<4)
  141. #define IEEE80211_DL_FRAG (1<<5)
  142. #define IEEE80211_DL_DROP (1<<7)
  143. #define IEEE80211_DL_TX (1<<8)
  144. #define IEEE80211_DL_RX (1<<9)
  145. #define IEEE80211_DL_QOS (1<<31)
  146. #define IEEE80211_ERROR(f, a...) printk(KERN_ERR "ieee80211: " f, ## a)
  147. #define IEEE80211_WARNING(f, a...) printk(KERN_WARNING "ieee80211: " f, ## a)
  148. #define IEEE80211_DEBUG_INFO(f, a...) IEEE80211_DEBUG(IEEE80211_DL_INFO, f, ## a)
  149. #define IEEE80211_DEBUG_WX(f, a...) IEEE80211_DEBUG(IEEE80211_DL_WX, f, ## a)
  150. #define IEEE80211_DEBUG_SCAN(f, a...) IEEE80211_DEBUG(IEEE80211_DL_SCAN, f, ## a)
  151. #define IEEE80211_DEBUG_STATE(f, a...) IEEE80211_DEBUG(IEEE80211_DL_STATE, f, ## a)
  152. #define IEEE80211_DEBUG_MGMT(f, a...) IEEE80211_DEBUG(IEEE80211_DL_MGMT, f, ## a)
  153. #define IEEE80211_DEBUG_FRAG(f, a...) IEEE80211_DEBUG(IEEE80211_DL_FRAG, f, ## a)
  154. #define IEEE80211_DEBUG_DROP(f, a...) IEEE80211_DEBUG(IEEE80211_DL_DROP, f, ## a)
  155. #define IEEE80211_DEBUG_TX(f, a...) IEEE80211_DEBUG(IEEE80211_DL_TX, f, ## a)
  156. #define IEEE80211_DEBUG_RX(f, a...) IEEE80211_DEBUG(IEEE80211_DL_RX, f, ## a)
  157. #define IEEE80211_DEBUG_QOS(f, a...) IEEE80211_DEBUG(IEEE80211_DL_QOS, f, ## a)
  158. #include <linux/netdevice.h>
  159. #include <linux/wireless.h>
  160. #include <linux/if_arp.h> /* ARPHRD_ETHER */
  161. #ifndef WIRELESS_SPY
  162. #define WIRELESS_SPY /* enable iwspy support */
  163. #endif
  164. #include <net/iw_handler.h> /* new driver API */
  165. #ifndef ETH_P_PAE
  166. #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
  167. #endif /* ETH_P_PAE */
  168. #define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */
  169. #ifndef ETH_P_80211_RAW
  170. #define ETH_P_80211_RAW (ETH_P_ECONET + 1)
  171. #endif
  172. /* IEEE 802.11 defines */
  173. #define P80211_OUI_LEN 3
  174. struct ieee80211_snap_hdr {
  175. u8 dsap; /* always 0xAA */
  176. u8 ssap; /* always 0xAA */
  177. u8 ctrl; /* always 0x03 */
  178. u8 oui[P80211_OUI_LEN]; /* organizational universal id */
  179. } __attribute__ ((packed));
  180. #define SNAP_SIZE sizeof(struct ieee80211_snap_hdr)
  181. #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS)
  182. #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE)
  183. #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
  184. #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG)
  185. #define WLAN_GET_SEQ_SEQ(seq) ((seq) & IEEE80211_SCTL_SEQ)
  186. /* Authentication algorithms */
  187. #define WLAN_AUTH_OPEN 0
  188. #define WLAN_AUTH_SHARED_KEY 1
  189. #define WLAN_AUTH_LEAP 2
  190. #define WLAN_AUTH_CHALLENGE_LEN 128
  191. #define WLAN_CAPABILITY_ESS (1<<0)
  192. #define WLAN_CAPABILITY_IBSS (1<<1)
  193. #define WLAN_CAPABILITY_CF_POLLABLE (1<<2)
  194. #define WLAN_CAPABILITY_CF_POLL_REQUEST (1<<3)
  195. #define WLAN_CAPABILITY_PRIVACY (1<<4)
  196. #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5)
  197. #define WLAN_CAPABILITY_PBCC (1<<6)
  198. #define WLAN_CAPABILITY_CHANNEL_AGILITY (1<<7)
  199. #define WLAN_CAPABILITY_SPECTRUM_MGMT (1<<8)
  200. #define WLAN_CAPABILITY_QOS (1<<9)
  201. #define WLAN_CAPABILITY_SHORT_SLOT_TIME (1<<10)
  202. #define WLAN_CAPABILITY_DSSS_OFDM (1<<13)
  203. /* Status codes */
  204. enum ieee80211_statuscode {
  205. WLAN_STATUS_SUCCESS = 0,
  206. WLAN_STATUS_UNSPECIFIED_FAILURE = 1,
  207. WLAN_STATUS_CAPS_UNSUPPORTED = 10,
  208. WLAN_STATUS_REASSOC_NO_ASSOC = 11,
  209. WLAN_STATUS_ASSOC_DENIED_UNSPEC = 12,
  210. WLAN_STATUS_NOT_SUPPORTED_AUTH_ALG = 13,
  211. WLAN_STATUS_UNKNOWN_AUTH_TRANSACTION = 14,
  212. WLAN_STATUS_CHALLENGE_FAIL = 15,
  213. WLAN_STATUS_AUTH_TIMEOUT = 16,
  214. WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA = 17,
  215. WLAN_STATUS_ASSOC_DENIED_RATES = 18,
  216. /* 802.11b */
  217. WLAN_STATUS_ASSOC_DENIED_NOSHORTPREAMBLE = 19,
  218. WLAN_STATUS_ASSOC_DENIED_NOPBCC = 20,
  219. WLAN_STATUS_ASSOC_DENIED_NOAGILITY = 21,
  220. /* 802.11h */
  221. WLAN_STATUS_ASSOC_DENIED_NOSPECTRUM = 22,
  222. WLAN_STATUS_ASSOC_REJECTED_BAD_POWER = 23,
  223. WLAN_STATUS_ASSOC_REJECTED_BAD_SUPP_CHAN = 24,
  224. /* 802.11g */
  225. WLAN_STATUS_ASSOC_DENIED_NOSHORTTIME = 25,
  226. WLAN_STATUS_ASSOC_DENIED_NODSSSOFDM = 26,
  227. /* 802.11i */
  228. WLAN_STATUS_INVALID_IE = 40,
  229. WLAN_STATUS_INVALID_GROUP_CIPHER = 41,
  230. WLAN_STATUS_INVALID_PAIRWISE_CIPHER = 42,
  231. WLAN_STATUS_INVALID_AKMP = 43,
  232. WLAN_STATUS_UNSUPP_RSN_VERSION = 44,
  233. WLAN_STATUS_INVALID_RSN_IE_CAP = 45,
  234. WLAN_STATUS_CIPHER_SUITE_REJECTED = 46,
  235. };
  236. /* Reason codes */
  237. enum ieee80211_reasoncode {
  238. WLAN_REASON_UNSPECIFIED = 1,
  239. WLAN_REASON_PREV_AUTH_NOT_VALID = 2,
  240. WLAN_REASON_DEAUTH_LEAVING = 3,
  241. WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY = 4,
  242. WLAN_REASON_DISASSOC_AP_BUSY = 5,
  243. WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA = 6,
  244. WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA = 7,
  245. WLAN_REASON_DISASSOC_STA_HAS_LEFT = 8,
  246. WLAN_REASON_STA_REQ_ASSOC_WITHOUT_AUTH = 9,
  247. /* 802.11h */
  248. WLAN_REASON_DISASSOC_BAD_POWER = 10,
  249. WLAN_REASON_DISASSOC_BAD_SUPP_CHAN = 11,
  250. /* 802.11i */
  251. WLAN_REASON_INVALID_IE = 13,
  252. WLAN_REASON_MIC_FAILURE = 14,
  253. WLAN_REASON_4WAY_HANDSHAKE_TIMEOUT = 15,
  254. WLAN_REASON_GROUP_KEY_HANDSHAKE_TIMEOUT = 16,
  255. WLAN_REASON_IE_DIFFERENT = 17,
  256. WLAN_REASON_INVALID_GROUP_CIPHER = 18,
  257. WLAN_REASON_INVALID_PAIRWISE_CIPHER = 19,
  258. WLAN_REASON_INVALID_AKMP = 20,
  259. WLAN_REASON_UNSUPP_RSN_VERSION = 21,
  260. WLAN_REASON_INVALID_RSN_IE_CAP = 22,
  261. WLAN_REASON_IEEE8021X_FAILED = 23,
  262. WLAN_REASON_CIPHER_SUITE_REJECTED = 24,
  263. };
  264. /* Action categories - 802.11h */
  265. enum ieee80211_actioncategories {
  266. WLAN_ACTION_SPECTRUM_MGMT = 0,
  267. /* Reserved 1-127 */
  268. /* Error 128-255 */
  269. };
  270. /* Action details - 802.11h */
  271. enum ieee80211_actiondetails {
  272. WLAN_ACTION_CATEGORY_MEASURE_REQUEST = 0,
  273. WLAN_ACTION_CATEGORY_MEASURE_REPORT = 1,
  274. WLAN_ACTION_CATEGORY_TPC_REQUEST = 2,
  275. WLAN_ACTION_CATEGORY_TPC_REPORT = 3,
  276. WLAN_ACTION_CATEGORY_CHANNEL_SWITCH = 4,
  277. /* 5 - 255 Reserved */
  278. };
  279. #define IEEE80211_STATMASK_SIGNAL (1<<0)
  280. #define IEEE80211_STATMASK_RSSI (1<<1)
  281. #define IEEE80211_STATMASK_NOISE (1<<2)
  282. #define IEEE80211_STATMASK_RATE (1<<3)
  283. #define IEEE80211_STATMASK_WEMASK 0x7
  284. #define IEEE80211_CCK_MODULATION (1<<0)
  285. #define IEEE80211_OFDM_MODULATION (1<<1)
  286. #define IEEE80211_24GHZ_BAND (1<<0)
  287. #define IEEE80211_52GHZ_BAND (1<<1)
  288. #define IEEE80211_CCK_RATE_1MB 0x02
  289. #define IEEE80211_CCK_RATE_2MB 0x04
  290. #define IEEE80211_CCK_RATE_5MB 0x0B
  291. #define IEEE80211_CCK_RATE_11MB 0x16
  292. #define IEEE80211_OFDM_RATE_6MB 0x0C
  293. #define IEEE80211_OFDM_RATE_9MB 0x12
  294. #define IEEE80211_OFDM_RATE_12MB 0x18
  295. #define IEEE80211_OFDM_RATE_18MB 0x24
  296. #define IEEE80211_OFDM_RATE_24MB 0x30
  297. #define IEEE80211_OFDM_RATE_36MB 0x48
  298. #define IEEE80211_OFDM_RATE_48MB 0x60
  299. #define IEEE80211_OFDM_RATE_54MB 0x6C
  300. #define IEEE80211_BASIC_RATE_MASK 0x80
  301. #define IEEE80211_CCK_RATE_1MB_MASK (1<<0)
  302. #define IEEE80211_CCK_RATE_2MB_MASK (1<<1)
  303. #define IEEE80211_CCK_RATE_5MB_MASK (1<<2)
  304. #define IEEE80211_CCK_RATE_11MB_MASK (1<<3)
  305. #define IEEE80211_OFDM_RATE_6MB_MASK (1<<4)
  306. #define IEEE80211_OFDM_RATE_9MB_MASK (1<<5)
  307. #define IEEE80211_OFDM_RATE_12MB_MASK (1<<6)
  308. #define IEEE80211_OFDM_RATE_18MB_MASK (1<<7)
  309. #define IEEE80211_OFDM_RATE_24MB_MASK (1<<8)
  310. #define IEEE80211_OFDM_RATE_36MB_MASK (1<<9)
  311. #define IEEE80211_OFDM_RATE_48MB_MASK (1<<10)
  312. #define IEEE80211_OFDM_RATE_54MB_MASK (1<<11)
  313. #define IEEE80211_CCK_RATES_MASK 0x0000000F
  314. #define IEEE80211_CCK_BASIC_RATES_MASK (IEEE80211_CCK_RATE_1MB_MASK | \
  315. IEEE80211_CCK_RATE_2MB_MASK)
  316. #define IEEE80211_CCK_DEFAULT_RATES_MASK (IEEE80211_CCK_BASIC_RATES_MASK | \
  317. IEEE80211_CCK_RATE_5MB_MASK | \
  318. IEEE80211_CCK_RATE_11MB_MASK)
  319. #define IEEE80211_OFDM_RATES_MASK 0x00000FF0
  320. #define IEEE80211_OFDM_BASIC_RATES_MASK (IEEE80211_OFDM_RATE_6MB_MASK | \
  321. IEEE80211_OFDM_RATE_12MB_MASK | \
  322. IEEE80211_OFDM_RATE_24MB_MASK)
  323. #define IEEE80211_OFDM_DEFAULT_RATES_MASK (IEEE80211_OFDM_BASIC_RATES_MASK | \
  324. IEEE80211_OFDM_RATE_9MB_MASK | \
  325. IEEE80211_OFDM_RATE_18MB_MASK | \
  326. IEEE80211_OFDM_RATE_36MB_MASK | \
  327. IEEE80211_OFDM_RATE_48MB_MASK | \
  328. IEEE80211_OFDM_RATE_54MB_MASK)
  329. #define IEEE80211_DEFAULT_RATES_MASK (IEEE80211_OFDM_DEFAULT_RATES_MASK | \
  330. IEEE80211_CCK_DEFAULT_RATES_MASK)
  331. #define IEEE80211_NUM_OFDM_RATES 8
  332. #define IEEE80211_NUM_CCK_RATES 4
  333. #define IEEE80211_OFDM_SHIFT_MASK_A 4
  334. /* NOTE: This data is for statistical purposes; not all hardware provides this
  335. * information for frames received.
  336. * For ieee80211_rx_mgt, you need to set at least the 'len' parameter.
  337. */
  338. struct ieee80211_rx_stats {
  339. u32 mac_time;
  340. s8 rssi;
  341. u8 signal;
  342. u8 noise;
  343. u16 rate; /* in 100 kbps */
  344. u8 received_channel;
  345. u8 control;
  346. u8 mask;
  347. u8 freq;
  348. u16 len;
  349. u64 tsf;
  350. u32 beacon_time;
  351. };
  352. /* IEEE 802.11 requires that STA supports concurrent reception of at least
  353. * three fragmented frames. This define can be increased to support more
  354. * concurrent frames, but it should be noted that each entry can consume about
  355. * 2 kB of RAM and increasing cache size will slow down frame reassembly. */
  356. #define IEEE80211_FRAG_CACHE_LEN 4
  357. struct ieee80211_frag_entry {
  358. unsigned long first_frag_time;
  359. unsigned int seq;
  360. unsigned int last_frag;
  361. struct sk_buff *skb;
  362. u8 src_addr[ETH_ALEN];
  363. u8 dst_addr[ETH_ALEN];
  364. };
  365. struct ieee80211_stats {
  366. unsigned int tx_unicast_frames;
  367. unsigned int tx_multicast_frames;
  368. unsigned int tx_fragments;
  369. unsigned int tx_unicast_octets;
  370. unsigned int tx_multicast_octets;
  371. unsigned int tx_deferred_transmissions;
  372. unsigned int tx_single_retry_frames;
  373. unsigned int tx_multiple_retry_frames;
  374. unsigned int tx_retry_limit_exceeded;
  375. unsigned int tx_discards;
  376. unsigned int rx_unicast_frames;
  377. unsigned int rx_multicast_frames;
  378. unsigned int rx_fragments;
  379. unsigned int rx_unicast_octets;
  380. unsigned int rx_multicast_octets;
  381. unsigned int rx_fcs_errors;
  382. unsigned int rx_discards_no_buffer;
  383. unsigned int tx_discards_wrong_sa;
  384. unsigned int rx_discards_undecryptable;
  385. unsigned int rx_message_in_msg_fragments;
  386. unsigned int rx_message_in_bad_msg_fragments;
  387. };
  388. struct ieee80211_device;
  389. #include "ieee80211_crypt.h"
  390. #define SEC_KEY_1 (1<<0)
  391. #define SEC_KEY_2 (1<<1)
  392. #define SEC_KEY_3 (1<<2)
  393. #define SEC_KEY_4 (1<<3)
  394. #define SEC_ACTIVE_KEY (1<<4)
  395. #define SEC_AUTH_MODE (1<<5)
  396. #define SEC_UNICAST_GROUP (1<<6)
  397. #define SEC_LEVEL (1<<7)
  398. #define SEC_ENABLED (1<<8)
  399. #define SEC_ENCRYPT (1<<9)
  400. #define SEC_LEVEL_0 0 /* None */
  401. #define SEC_LEVEL_1 1 /* WEP 40 and 104 bit */
  402. #define SEC_LEVEL_2 2 /* Level 1 + TKIP */
  403. #define SEC_LEVEL_2_CKIP 3 /* Level 1 + CKIP */
  404. #define SEC_LEVEL_3 4 /* Level 2 + CCMP */
  405. #define SEC_ALG_NONE 0
  406. #define SEC_ALG_WEP 1
  407. #define SEC_ALG_TKIP 2
  408. #define SEC_ALG_CCMP 3
  409. #define WEP_KEYS 4
  410. #define WEP_KEY_LEN 13
  411. #define SCM_KEY_LEN 32
  412. #define SCM_TEMPORAL_KEY_LENGTH 16
  413. struct ieee80211_security {
  414. u16 active_key:2,
  415. enabled:1,
  416. auth_mode:2, auth_algo:4, unicast_uses_group:1, encrypt:1;
  417. u8 encode_alg[WEP_KEYS];
  418. u8 key_sizes[WEP_KEYS];
  419. u8 keys[WEP_KEYS][SCM_KEY_LEN];
  420. u8 level;
  421. u16 flags;
  422. } __attribute__ ((packed));
  423. /*
  424. 802.11 data frame from AP
  425. ,-------------------------------------------------------------------.
  426. Bytes | 2 | 2 | 6 | 6 | 6 | 2 | 0..2312 | 4 |
  427. |------|------|---------|---------|---------|------|---------|------|
  428. Desc. | ctrl | dura | DA/RA | TA | SA | Sequ | frame | fcs |
  429. | | tion | (BSSID) | | | ence | data | |
  430. `-------------------------------------------------------------------'
  431. Total: 28-2340 bytes
  432. */
  433. #define BEACON_PROBE_SSID_ID_POSITION 12
  434. /* Management Frame Information Element Types */
  435. enum ieee80211_mfie {
  436. MFIE_TYPE_SSID = 0,
  437. MFIE_TYPE_RATES = 1,
  438. MFIE_TYPE_FH_SET = 2,
  439. MFIE_TYPE_DS_SET = 3,
  440. MFIE_TYPE_CF_SET = 4,
  441. MFIE_TYPE_TIM = 5,
  442. MFIE_TYPE_IBSS_SET = 6,
  443. MFIE_TYPE_COUNTRY = 7,
  444. MFIE_TYPE_HOP_PARAMS = 8,
  445. MFIE_TYPE_HOP_TABLE = 9,
  446. MFIE_TYPE_REQUEST = 10,
  447. MFIE_TYPE_CHALLENGE = 16,
  448. MFIE_TYPE_POWER_CONSTRAINT = 32,
  449. MFIE_TYPE_POWER_CAPABILITY = 33,
  450. MFIE_TYPE_TPC_REQUEST = 34,
  451. MFIE_TYPE_TPC_REPORT = 35,
  452. MFIE_TYPE_SUPP_CHANNELS = 36,
  453. MFIE_TYPE_CSA = 37,
  454. MFIE_TYPE_MEASURE_REQUEST = 38,
  455. MFIE_TYPE_MEASURE_REPORT = 39,
  456. MFIE_TYPE_QUIET = 40,
  457. MFIE_TYPE_IBSS_DFS = 41,
  458. MFIE_TYPE_ERP_INFO = 42,
  459. MFIE_TYPE_RSN = 48,
  460. MFIE_TYPE_RATES_EX = 50,
  461. MFIE_TYPE_GENERIC = 221,
  462. MFIE_TYPE_QOS_PARAMETER = 222,
  463. };
  464. /* Minimal header; can be used for passing 802.11 frames with sufficient
  465. * information to determine what type of underlying data type is actually
  466. * stored in the data. */
  467. struct ieee80211_hdr {
  468. __le16 frame_ctl;
  469. __le16 duration_id;
  470. u8 payload[0];
  471. } __attribute__ ((packed));
  472. struct ieee80211_hdr_1addr {
  473. __le16 frame_ctl;
  474. __le16 duration_id;
  475. u8 addr1[ETH_ALEN];
  476. u8 payload[0];
  477. } __attribute__ ((packed));
  478. struct ieee80211_hdr_2addr {
  479. __le16 frame_ctl;
  480. __le16 duration_id;
  481. u8 addr1[ETH_ALEN];
  482. u8 addr2[ETH_ALEN];
  483. u8 payload[0];
  484. } __attribute__ ((packed));
  485. struct ieee80211_hdr_3addr {
  486. __le16 frame_ctl;
  487. __le16 duration_id;
  488. u8 addr1[ETH_ALEN];
  489. u8 addr2[ETH_ALEN];
  490. u8 addr3[ETH_ALEN];
  491. __le16 seq_ctl;
  492. u8 payload[0];
  493. } __attribute__ ((packed));
  494. struct ieee80211_hdr_4addr {
  495. __le16 frame_ctl;
  496. __le16 duration_id;
  497. u8 addr1[ETH_ALEN];
  498. u8 addr2[ETH_ALEN];
  499. u8 addr3[ETH_ALEN];
  500. __le16 seq_ctl;
  501. u8 addr4[ETH_ALEN];
  502. u8 payload[0];
  503. } __attribute__ ((packed));
  504. struct ieee80211_hdr_3addrqos {
  505. __le16 frame_ctl;
  506. __le16 duration_id;
  507. u8 addr1[ETH_ALEN];
  508. u8 addr2[ETH_ALEN];
  509. u8 addr3[ETH_ALEN];
  510. __le16 seq_ctl;
  511. u8 payload[0];
  512. __le16 qos_ctl;
  513. } __attribute__ ((packed));
  514. struct ieee80211_hdr_4addrqos {
  515. __le16 frame_ctl;
  516. __le16 duration_id;
  517. u8 addr1[ETH_ALEN];
  518. u8 addr2[ETH_ALEN];
  519. u8 addr3[ETH_ALEN];
  520. __le16 seq_ctl;
  521. u8 addr4[ETH_ALEN];
  522. u8 payload[0];
  523. __le16 qos_ctl;
  524. } __attribute__ ((packed));
  525. struct ieee80211_info_element {
  526. u8 id;
  527. u8 len;
  528. u8 data[0];
  529. } __attribute__ ((packed));
  530. /*
  531. * These are the data types that can make up management packets
  532. *
  533. u16 auth_algorithm;
  534. u16 auth_sequence;
  535. u16 beacon_interval;
  536. u16 capability;
  537. u8 current_ap[ETH_ALEN];
  538. u16 listen_interval;
  539. struct {
  540. u16 association_id:14, reserved:2;
  541. } __attribute__ ((packed));
  542. u32 time_stamp[2];
  543. u16 reason;
  544. u16 status;
  545. */
  546. struct ieee80211_auth {
  547. struct ieee80211_hdr_3addr header;
  548. __le16 algorithm;
  549. __le16 transaction;
  550. __le16 status;
  551. /* challenge */
  552. struct ieee80211_info_element info_element[0];
  553. } __attribute__ ((packed));
  554. struct ieee80211_channel_switch {
  555. u8 id;
  556. u8 len;
  557. u8 mode;
  558. u8 channel;
  559. u8 count;
  560. } __attribute__ ((packed));
  561. struct ieee80211_action {
  562. struct ieee80211_hdr_3addr header;
  563. u8 category;
  564. u8 action;
  565. union {
  566. struct ieee80211_action_exchange {
  567. u8 token;
  568. struct ieee80211_info_element info_element[0];
  569. } exchange;
  570. struct ieee80211_channel_switch channel_switch;
  571. } format;
  572. } __attribute__ ((packed));
  573. struct ieee80211_disassoc {
  574. struct ieee80211_hdr_3addr header;
  575. __le16 reason;
  576. } __attribute__ ((packed));
  577. /* Alias deauth for disassoc */
  578. #define ieee80211_deauth ieee80211_disassoc
  579. struct ieee80211_probe_request {
  580. struct ieee80211_hdr_3addr header;
  581. /* SSID, supported rates */
  582. struct ieee80211_info_element info_element[0];
  583. } __attribute__ ((packed));
  584. struct ieee80211_probe_response {
  585. struct ieee80211_hdr_3addr header;
  586. u32 time_stamp[2];
  587. __le16 beacon_interval;
  588. __le16 capability;
  589. /* SSID, supported rates, FH params, DS params,
  590. * CF params, IBSS params, TIM (if beacon), RSN */
  591. struct ieee80211_info_element info_element[0];
  592. } __attribute__ ((packed));
  593. /* Alias beacon for probe_response */
  594. #define ieee80211_beacon ieee80211_probe_response
  595. struct ieee80211_assoc_request {
  596. struct ieee80211_hdr_3addr header;
  597. __le16 capability;
  598. __le16 listen_interval;
  599. /* SSID, supported rates, RSN */
  600. struct ieee80211_info_element info_element[0];
  601. } __attribute__ ((packed));
  602. struct ieee80211_reassoc_request {
  603. struct ieee80211_hdr_3addr header;
  604. __le16 capability;
  605. __le16 listen_interval;
  606. u8 current_ap[ETH_ALEN];
  607. struct ieee80211_info_element info_element[0];
  608. } __attribute__ ((packed));
  609. struct ieee80211_assoc_response {
  610. struct ieee80211_hdr_3addr header;
  611. __le16 capability;
  612. __le16 status;
  613. __le16 aid;
  614. /* supported rates */
  615. struct ieee80211_info_element info_element[0];
  616. } __attribute__ ((packed));
  617. struct ieee80211_txb {
  618. u8 nr_frags;
  619. u8 encrypted;
  620. u8 rts_included;
  621. u8 reserved;
  622. __le16 frag_size;
  623. __le16 payload_size;
  624. struct sk_buff *fragments[0];
  625. };
  626. /* SWEEP TABLE ENTRIES NUMBER */
  627. #define MAX_SWEEP_TAB_ENTRIES 42
  628. #define MAX_SWEEP_TAB_ENTRIES_PER_PACKET 7
  629. /* MAX_RATES_LENGTH needs to be 12. The spec says 8, and many APs
  630. * only use 8, and then use extended rates for the remaining supported
  631. * rates. Other APs, however, stick all of their supported rates on the
  632. * main rates information element... */
  633. #define MAX_RATES_LENGTH ((u8)12)
  634. #define MAX_RATES_EX_LENGTH ((u8)16)
  635. #define MAX_NETWORK_COUNT 128
  636. #define CRC_LENGTH 4U
  637. #define MAX_WPA_IE_LEN 64
  638. #define NETWORK_EMPTY_ESSID (1<<0)
  639. #define NETWORK_HAS_OFDM (1<<1)
  640. #define NETWORK_HAS_CCK (1<<2)
  641. /* QoS structure */
  642. #define NETWORK_HAS_QOS_PARAMETERS (1<<3)
  643. #define NETWORK_HAS_QOS_INFORMATION (1<<4)
  644. #define NETWORK_HAS_QOS_MASK (NETWORK_HAS_QOS_PARAMETERS | \
  645. NETWORK_HAS_QOS_INFORMATION)
  646. /* 802.11h */
  647. #define NETWORK_HAS_POWER_CONSTRAINT (1<<5)
  648. #define NETWORK_HAS_CSA (1<<6)
  649. #define NETWORK_HAS_QUIET (1<<7)
  650. #define NETWORK_HAS_IBSS_DFS (1<<8)
  651. #define NETWORK_HAS_TPC_REPORT (1<<9)
  652. #define QOS_QUEUE_NUM 4
  653. #define QOS_OUI_LEN 3
  654. #define QOS_OUI_TYPE 2
  655. #define QOS_ELEMENT_ID 221
  656. #define QOS_OUI_INFO_SUB_TYPE 0
  657. #define QOS_OUI_PARAM_SUB_TYPE 1
  658. #define QOS_VERSION_1 1
  659. #define QOS_AIFSN_MIN_VALUE 2
  660. struct ieee80211_qos_information_element {
  661. u8 elementID;
  662. u8 length;
  663. u8 qui[QOS_OUI_LEN];
  664. u8 qui_type;
  665. u8 qui_subtype;
  666. u8 version;
  667. u8 ac_info;
  668. } __attribute__ ((packed));
  669. struct ieee80211_qos_ac_parameter {
  670. u8 aci_aifsn;
  671. u8 ecw_min_max;
  672. __le16 tx_op_limit;
  673. } __attribute__ ((packed));
  674. struct ieee80211_qos_parameter_info {
  675. struct ieee80211_qos_information_element info_element;
  676. u8 reserved;
  677. struct ieee80211_qos_ac_parameter ac_params_record[QOS_QUEUE_NUM];
  678. } __attribute__ ((packed));
  679. struct ieee80211_qos_parameters {
  680. __le16 cw_min[QOS_QUEUE_NUM];
  681. __le16 cw_max[QOS_QUEUE_NUM];
  682. u8 aifs[QOS_QUEUE_NUM];
  683. u8 flag[QOS_QUEUE_NUM];
  684. __le16 tx_op_limit[QOS_QUEUE_NUM];
  685. } __attribute__ ((packed));
  686. struct ieee80211_qos_data {
  687. struct ieee80211_qos_parameters parameters;
  688. int active;
  689. int supported;
  690. u8 param_count;
  691. u8 old_param_count;
  692. };
  693. struct ieee80211_tim_parameters {
  694. u8 tim_count;
  695. u8 tim_period;
  696. } __attribute__ ((packed));
  697. /*******************************************************/
  698. enum { /* ieee80211_basic_report.map */
  699. IEEE80211_BASIC_MAP_BSS = (1 << 0),
  700. IEEE80211_BASIC_MAP_OFDM = (1 << 1),
  701. IEEE80211_BASIC_MAP_UNIDENTIFIED = (1 << 2),
  702. IEEE80211_BASIC_MAP_RADAR = (1 << 3),
  703. IEEE80211_BASIC_MAP_UNMEASURED = (1 << 4),
  704. /* Bits 5-7 are reserved */
  705. };
  706. struct ieee80211_basic_report {
  707. u8 channel;
  708. __le64 start_time;
  709. __le16 duration;
  710. u8 map;
  711. } __attribute__ ((packed));
  712. enum { /* ieee80211_measurement_request.mode */
  713. /* Bit 0 is reserved */
  714. IEEE80211_MEASUREMENT_ENABLE = (1 << 1),
  715. IEEE80211_MEASUREMENT_REQUEST = (1 << 2),
  716. IEEE80211_MEASUREMENT_REPORT = (1 << 3),
  717. /* Bits 4-7 are reserved */
  718. };
  719. enum {
  720. IEEE80211_REPORT_BASIC = 0, /* required */
  721. IEEE80211_REPORT_CCA = 1, /* optional */
  722. IEEE80211_REPORT_RPI = 2, /* optional */
  723. /* 3-255 reserved */
  724. };
  725. struct ieee80211_measurement_params {
  726. u8 channel;
  727. __le64 start_time;
  728. __le16 duration;
  729. } __attribute__ ((packed));
  730. struct ieee80211_measurement_request {
  731. struct ieee80211_info_element ie;
  732. u8 token;
  733. u8 mode;
  734. u8 type;
  735. struct ieee80211_measurement_params params[0];
  736. } __attribute__ ((packed));
  737. struct ieee80211_measurement_report {
  738. struct ieee80211_info_element ie;
  739. u8 token;
  740. u8 mode;
  741. u8 type;
  742. union {
  743. struct ieee80211_basic_report basic[0];
  744. } u;
  745. } __attribute__ ((packed));
  746. struct ieee80211_tpc_report {
  747. u8 transmit_power;
  748. u8 link_margin;
  749. } __attribute__ ((packed));
  750. struct ieee80211_channel_map {
  751. u8 channel;
  752. u8 map;
  753. } __attribute__ ((packed));
  754. struct ieee80211_ibss_dfs {
  755. struct ieee80211_info_element ie;
  756. u8 owner[ETH_ALEN];
  757. u8 recovery_interval;
  758. struct ieee80211_channel_map channel_map[0];
  759. };
  760. struct ieee80211_csa {
  761. u8 mode;
  762. u8 channel;
  763. u8 count;
  764. } __attribute__ ((packed));
  765. struct ieee80211_quiet {
  766. u8 count;
  767. u8 period;
  768. u8 duration;
  769. u8 offset;
  770. } __attribute__ ((packed));
  771. struct ieee80211_network {
  772. /* These entries are used to identify a unique network */
  773. u8 bssid[ETH_ALEN];
  774. u8 channel;
  775. /* Ensure null-terminated for any debug msgs */
  776. u8 ssid[IW_ESSID_MAX_SIZE + 1];
  777. u8 ssid_len;
  778. struct ieee80211_qos_data qos_data;
  779. /* These are network statistics */
  780. struct ieee80211_rx_stats stats;
  781. u16 capability;
  782. u8 rates[MAX_RATES_LENGTH];
  783. u8 rates_len;
  784. u8 rates_ex[MAX_RATES_EX_LENGTH];
  785. u8 rates_ex_len;
  786. unsigned long last_scanned;
  787. u8 mode;
  788. u32 flags;
  789. u32 last_associate;
  790. u32 time_stamp[2];
  791. u16 beacon_interval;
  792. u16 listen_interval;
  793. u16 atim_window;
  794. u8 erp_value;
  795. u8 wpa_ie[MAX_WPA_IE_LEN];
  796. size_t wpa_ie_len;
  797. u8 rsn_ie[MAX_WPA_IE_LEN];
  798. size_t rsn_ie_len;
  799. struct ieee80211_tim_parameters tim;
  800. /* 802.11h info */
  801. /* Power Constraint - mandatory if spctrm mgmt required */
  802. u8 power_constraint;
  803. /* TPC Report - mandatory if spctrm mgmt required */
  804. struct ieee80211_tpc_report tpc_report;
  805. /* IBSS DFS - mandatory if spctrm mgmt required and IBSS
  806. * NOTE: This is variable length and so must be allocated dynamically */
  807. struct ieee80211_ibss_dfs *ibss_dfs;
  808. /* Channel Switch Announcement - optional if spctrm mgmt required */
  809. struct ieee80211_csa csa;
  810. /* Quiet - optional if spctrm mgmt required */
  811. struct ieee80211_quiet quiet;
  812. struct list_head list;
  813. };
  814. enum ieee80211_state {
  815. IEEE80211_UNINITIALIZED = 0,
  816. IEEE80211_INITIALIZED,
  817. IEEE80211_ASSOCIATING,
  818. IEEE80211_ASSOCIATED,
  819. IEEE80211_AUTHENTICATING,
  820. IEEE80211_AUTHENTICATED,
  821. IEEE80211_SHUTDOWN
  822. };
  823. #define DEFAULT_MAX_SCAN_AGE (15 * HZ)
  824. #define DEFAULT_FTS 2346
  825. #define CFG_IEEE80211_RESERVE_FCS (1<<0)
  826. #define CFG_IEEE80211_COMPUTE_FCS (1<<1)
  827. #define CFG_IEEE80211_RTS (1<<2)
  828. #define IEEE80211_24GHZ_MIN_CHANNEL 1
  829. #define IEEE80211_24GHZ_MAX_CHANNEL 14
  830. #define IEEE80211_24GHZ_CHANNELS (IEEE80211_24GHZ_MAX_CHANNEL - \
  831. IEEE80211_24GHZ_MIN_CHANNEL + 1)
  832. #define IEEE80211_52GHZ_MIN_CHANNEL 34
  833. #define IEEE80211_52GHZ_MAX_CHANNEL 165
  834. #define IEEE80211_52GHZ_CHANNELS (IEEE80211_52GHZ_MAX_CHANNEL - \
  835. IEEE80211_52GHZ_MIN_CHANNEL + 1)
  836. enum {
  837. IEEE80211_CH_PASSIVE_ONLY = (1 << 0),
  838. IEEE80211_CH_B_ONLY = (1 << 2),
  839. IEEE80211_CH_NO_IBSS = (1 << 3),
  840. IEEE80211_CH_UNIFORM_SPREADING = (1 << 4),
  841. IEEE80211_CH_RADAR_DETECT = (1 << 5),
  842. IEEE80211_CH_INVALID = (1 << 6),
  843. };
  844. struct ieee80211_channel {
  845. u32 freq;
  846. u8 channel;
  847. u8 flags;
  848. u8 max_power;
  849. };
  850. struct ieee80211_geo {
  851. u8 name[4];
  852. u8 bg_channels;
  853. u8 a_channels;
  854. struct ieee80211_channel bg[IEEE80211_24GHZ_CHANNELS];
  855. struct ieee80211_channel a[IEEE80211_52GHZ_CHANNELS];
  856. };
  857. struct ieee80211_device {
  858. struct net_device *dev;
  859. struct ieee80211_security sec;
  860. /* Bookkeeping structures */
  861. struct net_device_stats stats;
  862. struct ieee80211_stats ieee_stats;
  863. struct ieee80211_geo geo;
  864. /* Probe / Beacon management */
  865. struct list_head network_free_list;
  866. struct list_head network_list;
  867. struct ieee80211_network *networks;
  868. int scans;
  869. int scan_age;
  870. int iw_mode; /* operating mode (IW_MODE_*) */
  871. struct iw_spy_data spy_data; /* iwspy support */
  872. spinlock_t lock;
  873. int tx_headroom; /* Set to size of any additional room needed at front
  874. * of allocated Tx SKBs */
  875. u32 config;
  876. /* WEP and other encryption related settings at the device level */
  877. int open_wep; /* Set to 1 to allow unencrypted frames */
  878. int reset_on_keychange; /* Set to 1 if the HW needs to be reset on
  879. * WEP key changes */
  880. /* If the host performs {en,de}cryption, then set to 1 */
  881. int host_encrypt;
  882. int host_encrypt_msdu;
  883. int host_decrypt;
  884. /* host performs multicast decryption */
  885. int host_mc_decrypt;
  886. int host_open_frag;
  887. int host_build_iv;
  888. int ieee802_1x; /* is IEEE 802.1X used */
  889. /* WPA data */
  890. int wpa_enabled;
  891. int drop_unencrypted;
  892. int privacy_invoked;
  893. size_t wpa_ie_len;
  894. u8 *wpa_ie;
  895. struct list_head crypt_deinit_list;
  896. struct ieee80211_crypt_data *crypt[WEP_KEYS];
  897. int tx_keyidx; /* default TX key index (crypt[tx_keyidx]) */
  898. struct timer_list crypt_deinit_timer;
  899. int crypt_quiesced;
  900. int bcrx_sta_key; /* use individual keys to override default keys even
  901. * with RX of broad/multicast frames */
  902. /* Fragmentation structures */
  903. struct ieee80211_frag_entry frag_cache[IEEE80211_FRAG_CACHE_LEN];
  904. unsigned int frag_next_idx;
  905. u16 fts; /* Fragmentation Threshold */
  906. u16 rts; /* RTS threshold */
  907. /* Association info */
  908. u8 bssid[ETH_ALEN];
  909. enum ieee80211_state state;
  910. int mode; /* A, B, G */
  911. int modulation; /* CCK, OFDM */
  912. int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */
  913. int abg_true; /* ABG flag */
  914. int perfect_rssi;
  915. int worst_rssi;
  916. /* Callback functions */
  917. void (*set_security) (struct net_device * dev,
  918. struct ieee80211_security * sec);
  919. int (*hard_start_xmit) (struct ieee80211_txb * txb,
  920. struct net_device * dev, int pri);
  921. int (*reset_port) (struct net_device * dev);
  922. int (*is_queue_full) (struct net_device * dev, int pri);
  923. int (*handle_management) (struct net_device * dev,
  924. struct ieee80211_network * network, u16 type);
  925. /* Typical STA methods */
  926. int (*handle_auth) (struct net_device * dev,
  927. struct ieee80211_auth * auth);
  928. int (*handle_deauth) (struct net_device * dev,
  929. struct ieee80211_deauth * auth);
  930. int (*handle_action) (struct net_device * dev,
  931. struct ieee80211_action * action,
  932. struct ieee80211_rx_stats * stats);
  933. int (*handle_disassoc) (struct net_device * dev,
  934. struct ieee80211_disassoc * assoc);
  935. int (*handle_beacon) (struct net_device * dev,
  936. struct ieee80211_beacon * beacon,
  937. struct ieee80211_network * network);
  938. int (*handle_probe_response) (struct net_device * dev,
  939. struct ieee80211_probe_response * resp,
  940. struct ieee80211_network * network);
  941. int (*handle_probe_request) (struct net_device * dev,
  942. struct ieee80211_probe_request * req,
  943. struct ieee80211_rx_stats * stats);
  944. int (*handle_assoc_response) (struct net_device * dev,
  945. struct ieee80211_assoc_response * resp,
  946. struct ieee80211_network * network);
  947. /* Typical AP methods */
  948. int (*handle_assoc_request) (struct net_device * dev);
  949. int (*handle_reassoc_request) (struct net_device * dev,
  950. struct ieee80211_reassoc_request * req);
  951. /* This must be the last item so that it points to the data
  952. * allocated beyond this structure by alloc_ieee80211 */
  953. u8 priv[0];
  954. };
  955. #define IEEE_A (1<<0)
  956. #define IEEE_B (1<<1)
  957. #define IEEE_G (1<<2)
  958. #define IEEE_MODE_MASK (IEEE_A|IEEE_B|IEEE_G)
  959. static inline void *ieee80211_priv(struct net_device *dev)
  960. {
  961. return ((struct ieee80211_device *)netdev_priv(dev))->priv;
  962. }
  963. static inline int ieee80211_is_empty_essid(const char *essid, int essid_len)
  964. {
  965. /* Single white space is for Linksys APs */
  966. if (essid_len == 1 && essid[0] == ' ')
  967. return 1;
  968. /* Otherwise, if the entire essid is 0, we assume it is hidden */
  969. while (essid_len) {
  970. essid_len--;
  971. if (essid[essid_len] != '\0')
  972. return 0;
  973. }
  974. return 1;
  975. }
  976. static inline int ieee80211_is_valid_mode(struct ieee80211_device *ieee,
  977. int mode)
  978. {
  979. /*
  980. * It is possible for both access points and our device to support
  981. * combinations of modes, so as long as there is one valid combination
  982. * of ap/device supported modes, then return success
  983. *
  984. */
  985. if ((mode & IEEE_A) &&
  986. (ieee->modulation & IEEE80211_OFDM_MODULATION) &&
  987. (ieee->freq_band & IEEE80211_52GHZ_BAND))
  988. return 1;
  989. if ((mode & IEEE_G) &&
  990. (ieee->modulation & IEEE80211_OFDM_MODULATION) &&
  991. (ieee->freq_band & IEEE80211_24GHZ_BAND))
  992. return 1;
  993. if ((mode & IEEE_B) &&
  994. (ieee->modulation & IEEE80211_CCK_MODULATION) &&
  995. (ieee->freq_band & IEEE80211_24GHZ_BAND))
  996. return 1;
  997. return 0;
  998. }
  999. static inline int ieee80211_get_hdrlen(u16 fc)
  1000. {
  1001. int hdrlen = IEEE80211_3ADDR_LEN;
  1002. u16 stype = WLAN_FC_GET_STYPE(fc);
  1003. switch (WLAN_FC_GET_TYPE(fc)) {
  1004. case IEEE80211_FTYPE_DATA:
  1005. if ((fc & IEEE80211_FCTL_FROMDS) && (fc & IEEE80211_FCTL_TODS))
  1006. hdrlen = IEEE80211_4ADDR_LEN;
  1007. if (stype & IEEE80211_STYPE_QOS_DATA)
  1008. hdrlen += 2;
  1009. break;
  1010. case IEEE80211_FTYPE_CTL:
  1011. switch (WLAN_FC_GET_STYPE(fc)) {
  1012. case IEEE80211_STYPE_CTS:
  1013. case IEEE80211_STYPE_ACK:
  1014. hdrlen = IEEE80211_1ADDR_LEN;
  1015. break;
  1016. default:
  1017. hdrlen = IEEE80211_2ADDR_LEN;
  1018. break;
  1019. }
  1020. break;
  1021. }
  1022. return hdrlen;
  1023. }
  1024. static inline u8 *ieee80211_get_payload(struct ieee80211_hdr *hdr)
  1025. {
  1026. switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) {
  1027. case IEEE80211_1ADDR_LEN:
  1028. return ((struct ieee80211_hdr_1addr *)hdr)->payload;
  1029. case IEEE80211_2ADDR_LEN:
  1030. return ((struct ieee80211_hdr_2addr *)hdr)->payload;
  1031. case IEEE80211_3ADDR_LEN:
  1032. return ((struct ieee80211_hdr_3addr *)hdr)->payload;
  1033. case IEEE80211_4ADDR_LEN:
  1034. return ((struct ieee80211_hdr_4addr *)hdr)->payload;
  1035. }
  1036. return NULL;
  1037. }
  1038. static inline int ieee80211_is_ofdm_rate(u8 rate)
  1039. {
  1040. switch (rate & ~IEEE80211_BASIC_RATE_MASK) {
  1041. case IEEE80211_OFDM_RATE_6MB:
  1042. case IEEE80211_OFDM_RATE_9MB:
  1043. case IEEE80211_OFDM_RATE_12MB:
  1044. case IEEE80211_OFDM_RATE_18MB:
  1045. case IEEE80211_OFDM_RATE_24MB:
  1046. case IEEE80211_OFDM_RATE_36MB:
  1047. case IEEE80211_OFDM_RATE_48MB:
  1048. case IEEE80211_OFDM_RATE_54MB:
  1049. return 1;
  1050. }
  1051. return 0;
  1052. }
  1053. static inline int ieee80211_is_cck_rate(u8 rate)
  1054. {
  1055. switch (rate & ~IEEE80211_BASIC_RATE_MASK) {
  1056. case IEEE80211_CCK_RATE_1MB:
  1057. case IEEE80211_CCK_RATE_2MB:
  1058. case IEEE80211_CCK_RATE_5MB:
  1059. case IEEE80211_CCK_RATE_11MB:
  1060. return 1;
  1061. }
  1062. return 0;
  1063. }
  1064. /* ieee80211.c */
  1065. extern void free_ieee80211(struct net_device *dev);
  1066. extern struct net_device *alloc_ieee80211(int sizeof_priv);
  1067. extern int ieee80211_set_encryption(struct ieee80211_device *ieee);
  1068. /* ieee80211_tx.c */
  1069. extern int ieee80211_xmit(struct sk_buff *skb, struct net_device *dev);
  1070. extern void ieee80211_txb_free(struct ieee80211_txb *);
  1071. extern int ieee80211_tx_frame(struct ieee80211_device *ieee,
  1072. struct ieee80211_hdr *frame, int len);
  1073. /* ieee80211_rx.c */
  1074. extern int ieee80211_rx(struct ieee80211_device *ieee, struct sk_buff *skb,
  1075. struct ieee80211_rx_stats *rx_stats);
  1076. /* make sure to set stats->len */
  1077. extern void ieee80211_rx_mgt(struct ieee80211_device *ieee,
  1078. struct ieee80211_hdr_4addr *header,
  1079. struct ieee80211_rx_stats *stats);
  1080. extern void ieee80211_network_reset(struct ieee80211_network *network);
  1081. /* ieee80211_geo.c */
  1082. extern const struct ieee80211_geo *ieee80211_get_geo(struct ieee80211_device
  1083. *ieee);
  1084. extern int ieee80211_set_geo(struct ieee80211_device *ieee,
  1085. const struct ieee80211_geo *geo);
  1086. extern int ieee80211_is_valid_channel(struct ieee80211_device *ieee,
  1087. u8 channel);
  1088. extern int ieee80211_channel_to_index(struct ieee80211_device *ieee,
  1089. u8 channel);
  1090. extern u8 ieee80211_freq_to_channel(struct ieee80211_device *ieee, u32 freq);
  1091. extern u8 ieee80211_get_channel_flags(struct ieee80211_device *ieee,
  1092. u8 channel);
  1093. extern const struct ieee80211_channel *ieee80211_get_channel(struct
  1094. ieee80211_device
  1095. *ieee, u8 channel);
  1096. /* ieee80211_wx.c */
  1097. extern int ieee80211_wx_get_scan(struct ieee80211_device *ieee,
  1098. struct iw_request_info *info,
  1099. union iwreq_data *wrqu, char *key);
  1100. extern int ieee80211_wx_set_encode(struct ieee80211_device *ieee,
  1101. struct iw_request_info *info,
  1102. union iwreq_data *wrqu, char *key);
  1103. extern int ieee80211_wx_get_encode(struct ieee80211_device *ieee,
  1104. struct iw_request_info *info,
  1105. union iwreq_data *wrqu, char *key);
  1106. extern int ieee80211_wx_set_encodeext(struct ieee80211_device *ieee,
  1107. struct iw_request_info *info,
  1108. union iwreq_data *wrqu, char *extra);
  1109. extern int ieee80211_wx_get_encodeext(struct ieee80211_device *ieee,
  1110. struct iw_request_info *info,
  1111. union iwreq_data *wrqu, char *extra);
  1112. extern int ieee80211_wx_set_auth(struct net_device *dev,
  1113. struct iw_request_info *info,
  1114. union iwreq_data *wrqu,
  1115. char *extra);
  1116. extern int ieee80211_wx_get_auth(struct net_device *dev,
  1117. struct iw_request_info *info,
  1118. union iwreq_data *wrqu,
  1119. char *extra);
  1120. static inline void ieee80211_increment_scans(struct ieee80211_device *ieee)
  1121. {
  1122. ieee->scans++;
  1123. }
  1124. static inline int ieee80211_get_scans(struct ieee80211_device *ieee)
  1125. {
  1126. return ieee->scans;
  1127. }
  1128. #endif /* IEEE80211_H */