summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r196316:Rui 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
* Correct several issues with rate set negotiation:Sam Leffler2007-01-081-0/+1
* back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn'tSam Leffler2006-12-011-1/+1
* sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for nowSam Leffler2006-12-011-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-10/+2
* minor fixups:Sam Leffler2006-08-101-7/+18
* correct ie length check; need to include fixed part of ieSam Leffler2006-07-161-4/+4
* tighten invariant on loops used to parse ie's; this ensures we neverSam Leffler2006-07-161-4/+4
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-4/+4
* use m_dup instead of m_copypacket when doing internal bridgingSam Leffler2006-03-071-1/+1
* deliver an l2uf frame on sta join to prime the bridgeSam Leffler2006-03-061-0/+51
* when scanning channels marked passive defer probe request untilSam Leffler2006-03-061-0/+12
* s/w beacon miss facility; need to add knobs to fiddle with the settingsSam Leffler2006-01-231-1/+3
* bounds check each ie's length when parsingSam Leffler2006-01-231-0/+4
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inGleb Smirnoff2005-12-181-2/+3