summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn'tsam2006-12-011-1/+1
* sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for nowsam2006-12-011-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-10/+2
* minor fixups:sam2006-08-101-7/+18
* correct ie length check; need to include fixed part of iesam2006-07-161-4/+4
* tighten invariant on loops used to parse ie's; this ensures we neversam2006-07-161-4/+4
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-4/+4
* use m_dup instead of m_copypacket when doing internal bridgingsam2006-03-071-1/+1
* deliver an l2uf frame on sta join to prime the bridgesam2006-03-061-0/+51
* when scanning channels marked passive defer probe request untilsam2006-03-061-0/+12
* s/w beacon miss facility; need to add knobs to fiddle with the settingssam2006-01-231-1/+3
* bounds check each ie's length when parsingsam2006-01-231-0/+4
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-2/+3
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventssam2005-12-121-0/+1
* Adhoc mode fixups:sam2005-12-041-9/+20
* fix dynamic changes in short slottime for 11g sta mode: set thesam2005-11-301-1/+1
* Clarify/fix handling of the current channel:sam2005-08-101-166/+77
* Cleanup beacon/listen interval handling:sam2005-08-081-3/+13
* fix debug msg typosam2005-08-061-1/+1
* Fix handling of frames sent prior to a station being authorizedsam2005-08-061-2/+2
* close a race between reclaiming a node when a station is inactivesam2005-07-311-1/+1
* when bridging internally bypass the bss node as traffic to itsam2005-07-271-11/+21
* simplify tim callback apisam2005-07-221-4/+4
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-221-2/+2
* simplifiy ieee80211_send_nulldata apisam2005-07-221-1/+1
* simplify rate set api's by removing ic parameter (implicit in node reference)sam2005-07-221-8/+9
* reject association requests with a wpa/rsn ie when wpa/rsn is notsam2005-07-221-8/+15
* missed one in last commit; add device name to discard msgssam2005-07-221-1/+1
* include device name in discard msgssam2005-07-221-2/+4
* add diag msgs for frames discarded because the direction field is wrongsam2005-07-221-0/+8
* split data frame delivery out to a new function ieee80211_deliver_datasam2005-07-221-38/+56
* Diff reduction against p4:sam2005-07-221-0/+42
* send a response when an auth request is denied due to an acl;sam2005-07-221-0/+5
* remove excess whitespacesam2005-07-221-6/+6
* use IF_HANDOFF when bridging frames internally so if_start getssam2005-07-221-8/+3
* nuke assert that duplicates real checksam2005-07-111-3/+0
* correct check for high priority wme trafficsam2005-07-081-1/+1
* fix another instance of the MORE_DATA bit handling for frames on thesam2005-07-081-2/+1
* add "pureg" mode for ap operation: reject association requests fromsam2005-07-061-1/+8
OpenPOWER on IntegriCloud