aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_input.c
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add in some backwards compatability hacks to make -HEAD net80211 compileAdrian Chadd2013-08-221-0/+2
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andAndre Oppermann2013-08-191-1/+2
* Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',Gleb Smirnoff2013-02-121-2/+2
* Start accepting IEEE80211_ACTION_MESH_GANN frames;Monthadar Al Jaberi2013-02-071-0/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Added Self-protected action category (including MPM).Monthadar Al Jaberi2012-05-011-0/+18
* Fix build w/o 'options IEEE80211_SUPPORT_MESH'.Gleb Smirnoff2012-03-041-0/+2
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;Adrian Chadd2012-03-041-0/+31
* Print out the bogus beacon interval.Adrian Chadd2012-02-281-1/+2
* Add 802.11h quiet time element support into net80211.Adrian Chadd2011-11-081-0/+3
* Add initial support for MIMO statistics to net80211.Adrian Chadd2011-04-081-1/+46
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while hereBernhard Schmidt2011-02-211-1/+0
* Constify vap argument of ieee80211_{note,discard}* functions.Rui Paulo2010-03-311-7/+8
* Fix a typo in ifdef mesh support. This would make mesh unworkable ifRui Paulo2009-08-171-1/+1
* More mesh bits, namely:Rui Paulo2009-07-201-11/+5
* Move code that does payload realigment to a new routine, ieee80211_realign,Sam Leffler2009-07-181-47/+3
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-1/+24
* iv_flags_ext is full, make room by moving HT-related flags to a newSam Leffler2009-06-071-1/+1
* o station mode channel switch supportSam Leffler2009-06-041-0/+12
* Fix monitor mode vaps to work as intended:Sam Leffler2009-06-021-3/+5
* don't dispatch frames to vap's not runningSam Leffler2009-06-021-0/+3
* Overhaul monitor mode handling:Sam Leffler2009-05-201-3/+2
* split Atheros SuperG support out into it's own file that's included onlySam Leffler2009-03-241-77/+2
* Use plural in a comment. No functional change.Rui Paulo2009-03-181-1/+1
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-081-1/+5
* convert MALLOC/FREE to malloc/freeSam Leffler2008-12-181-1/+1
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butSam Leffler2008-12-151-8/+0
* ignore IEEE80211_ELEMID_PWRCNSTR when parsing beacon/probe response framesSam Leffler2008-10-251-0/+1
* Revert the removal of the MALLOC and FREE macros from the net80211 code.Dag-Erling Smørgrav2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* correct decap of of AppleTalk and IPX frames; don't strip the SNAPSam Leffler2008-08-021-1/+4
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-2874/+376
* - Correctly handle ALTQ in ieee80211_deliver_data()Sepherosa Ziehau2008-02-031-2/+6
* sync 11n support with vap code base; many changes based on interopSam Leffler2007-11-021-3/+95
* Miscellaneous fixups to 802.11 defs:Sam Leffler2007-09-051-1/+1
* o add M_WEP mbuf flag so drivers can mark frames that are decrypted by theSam Leffler2007-09-051-1/+5
* Change the channel number in the scan results struct to be a pointer to theAndrew Thompson2007-06-301-6/+7
* Update 802.11 wireless support:Sam Leffler2007-06-111-262/+705
* copyright updates:Sam Leffler2007-06-061-8/+2
* change ieee80211_fix_rate to take a rate set instead of usingSam Leffler2007-03-111-1/+1
* expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MACSam Leffler2007-03-111-33/+3
* improve debug msg for ie's that are too shortSam Leffler2007-03-111-1/+2
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationsSam Leffler2007-03-111-1/+1
* split check for rate set mismatch on assoc req away from checkSam Leffler2007-03-111-10/+21
* disallow re-associate with a slot time mismatchSam Leffler2007-03-111-8/+27
* move __inline before type to appease gcc 4.xSam Leffler2007-03-111-5/+5
* discard deauth+disassoc frames that are not destined for us; theseSam Leffler2007-03-111-0/+10
* When dispatching frames saved on the power save queue to aSam Leffler2007-03-071-13/+23
* clear/reclaim challenge text when switching auth mode and operating as an apSam Leffler2007-02-041-0/+9