aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r200242:Bernhard Schmidt2010-11-211-1/+1
* MFC r180837: don't deauth a station because it sends a ps-poll w/ a bogus aidSam Leffler2008-08-181-2/+8
* MFC support to return all received information elements in scan resultsSam Leffler2008-08-171-210/+51
* MFC 1.115: fix use with altqSam Leffler2008-02-051-2/+6
* MFC: sync 11n support with vap code baseSam Leffler2007-11-111-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
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventsSam Leffler2005-12-121-0/+1
* Adhoc mode fixups:Sam Leffler2005-12-041-9/+20
* fix dynamic changes in short slottime for 11g sta mode: set theSam Leffler2005-11-301-1/+1
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-166/+77
* Cleanup beacon/listen interval handling:Sam Leffler2005-08-081-3/+13
* fix debug msg typoSam Leffler2005-08-061-1/+1
* Fix handling of frames sent prior to a station being authorizedSam Leffler2005-08-061-2/+2
* close a race between reclaiming a node when a station is inactiveSam Leffler2005-07-311-1/+1
* when bridging internally bypass the bss node as traffic to itSam Leffler2005-07-271-11/+21
* simplify tim callback apiSam Leffler2005-07-221-4/+4
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'sSam Leffler2005-07-221-2/+2
* simplifiy ieee80211_send_nulldata apiSam Leffler2005-07-221-1/+1
* simplify rate set api's by removing ic parameter (implicit in node reference)Sam Leffler2005-07-221-8/+9
* reject association requests with a wpa/rsn ie when wpa/rsn is notSam Leffler2005-07-221-8/+15
* missed one in last commit; add device name to discard msgsSam Leffler2005-07-221-1/+1
* include device name in discard msgsSam Leffler2005-07-221-2/+4