summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_input.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix handling of data frames queued for a station in power save mode:sam2005-07-061-6/+4
* Fix race condition in handling node reference counts for authenticatingsam2005-07-061-2/+16
* Only update the scan entry state based on newly received frames.avatar2005-07-061-1/+2
* revert 1.53; it breaks ibss mergesam2005-06-131-2/+2
* don't look at the wme ie in a beacon unless we negotiated usesam2005-06-101-0/+1
* validate the bssid for non-data frames too when operating insam2005-06-101-2/+2
* o fix wpa w/ wme: don't strip the QoS header on recv as tkip requiressam2005-06-101-43/+25
* mark stations authorized during recv processing instead of doing itsam2005-06-101-0/+7
* accept diassoc frame in ASSOC statesam2005-06-101-0/+1
* pull some debug msgs up so they're seen more oftensam2005-06-101-11/+10
* kick the state machine when we receive failure notice from an ap (whensam2005-06-101-4/+13
* discard open auth requests in adhoc modesam2005-06-101-11/+4
* reject open auth requests when shared key auth is configuredsam2005-06-101-0/+13
* add ieee80211_send_error to encapsulate an idiomsam2005-06-101-18/+38
* o always check if ic_set_tim is !NULL before using itsam2005-06-101-3/+8
* mark state for protection only when operating in 11gsam2005-06-101-2/+4
* don't reject station based on the PRIVACY bit in the capabilities;sam2005-06-101-6/+2
* correct checks for rate set compatibilitysam2005-06-101-8/+6
* record tstamp from beacons received in station mode when associated;sam2005-06-101-0/+3
OpenPOWER on IntegriCloud