summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_input.c
Commit message (Expand)AuthorAgeFilesLines
* Add in some backwards compatability hacks to make -HEAD net80211 compileadrian2013-08-221-0/+2
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-1/+2
* Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',glebius2013-02-121-2/+2
* Start accepting IEEE80211_ACTION_MESH_GANN frames;monthadar2013-02-071-0/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Added Self-protected action category (including MPM).monthadar2012-05-011-0/+18
* Fix build w/o 'options IEEE80211_SUPPORT_MESH'.glebius2012-03-041-0/+2
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;adrian2012-03-041-0/+31
* Print out the bogus beacon interval.adrian2012-02-281-1/+2
* Add 802.11h quiet time element support into net80211.adrian2011-11-081-0/+3
* Add initial support for MIMO statistics to net80211.adrian2011-04-081-1/+46
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-211-1/+0
* Constify vap argument of ieee80211_{note,discard}* functions.rpaulo2010-03-311-7/+8
* Fix a typo in ifdef mesh support. This would make mesh unworkable ifrpaulo2009-08-171-1/+1
* More mesh bits, namely:rpaulo2009-07-201-11/+5
* Move code that does payload realigment to a new routine, ieee80211_realign,sam2009-07-181-47/+3
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-1/+24
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-1/+1
* o station mode channel switch supportsam2009-06-041-0/+12
* Fix monitor mode vaps to work as intended:sam2009-06-021-3/+5
* don't dispatch frames to vap's not runningsam2009-06-021-0/+3
* Overhaul monitor mode handling:sam2009-05-201-3/+2
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-77/+2
* Use plural in a comment. No functional change.rpaulo2009-03-181-1/+1
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+5
* convert MALLOC/FREE to malloc/freesam2008-12-181-1/+1
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-151-8/+0
* ignore IEEE80211_ELEMID_PWRCNSTR when parsing beacon/probe response framessam2008-10-251-0/+1
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* correct decap of of AppleTalk and IPX frames; don't strip the SNAPsam2008-08-021-1/+4
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-2874/+376
* - Correctly handle ALTQ in ieee80211_deliver_data()sephe2008-02-031-2/+6
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-3/+95
* Miscellaneous fixups to 802.11 defs:sam2007-09-051-1/+1
* o add M_WEP mbuf flag so drivers can mark frames that are decrypted by thesam2007-09-051-1/+5
* Change the channel number in the scan results struct to be a pointer to thethompsa2007-06-301-6/+7
* Update 802.11 wireless support:sam2007-06-111-262/+705
* copyright updates:sam2007-06-061-8/+2
* change ieee80211_fix_rate to take a rate set instead of usingsam2007-03-111-1/+1
* expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MACsam2007-03-111-33/+3
* improve debug msg for ie's that are too shortsam2007-03-111-1/+2
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-111-1/+1
* split check for rate set mismatch on assoc req away from checksam2007-03-111-10/+21
* disallow re-associate with a slot time mismatchsam2007-03-111-8/+27
* move __inline before type to appease gcc 4.xsam2007-03-111-5/+5
* discard deauth+disassoc frames that are not destined for us; thesesam2007-03-111-0/+10
* When dispatching frames saved on the power save queue to asam2007-03-071-13/+23
* clear/reclaim challenge text when switching auth mode and operating as an apsam2007-02-041-0/+9
* Correct several issues with rate set negotiation:sam2007-01-081-0/+1
OpenPOWER on IntegriCloud