index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify/fix handling of the current channel:
sam
2005-08-10
1
-166
/
+77
*
Cleanup beacon/listen interval handling:
sam
2005-08-08
1
-3
/
+13
*
fix debug msg typo
sam
2005-08-06
1
-1
/
+1
*
Fix handling of frames sent prior to a station being authorized
sam
2005-08-06
1
-2
/
+2
*
close a race between reclaiming a node when a station is inactive
sam
2005-07-31
1
-1
/
+1
*
when bridging internally bypass the bss node as traffic to it
sam
2005-07-27
1
-11
/
+21
*
simplify tim callback api
sam
2005-07-22
1
-4
/
+4
*
simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's
sam
2005-07-22
1
-2
/
+2
*
simplifiy ieee80211_send_nulldata api
sam
2005-07-22
1
-1
/
+1
*
simplify rate set api's by removing ic parameter (implicit in node reference)
sam
2005-07-22
1
-8
/
+9
*
reject association requests with a wpa/rsn ie when wpa/rsn is not
sam
2005-07-22
1
-8
/
+15
*
missed one in last commit; add device name to discard msgs
sam
2005-07-22
1
-1
/
+1
*
include device name in discard msgs
sam
2005-07-22
1
-2
/
+4
*
add diag msgs for frames discarded because the direction field is wrong
sam
2005-07-22
1
-0
/
+8
*
split data frame delivery out to a new function ieee80211_deliver_data
sam
2005-07-22
1
-38
/
+56
*
Diff reduction against p4:
sam
2005-07-22
1
-0
/
+42
*
send a response when an auth request is denied due to an acl;
sam
2005-07-22
1
-0
/
+5
*
remove excess whitespace
sam
2005-07-22
1
-6
/
+6
*
use IF_HANDOFF when bridging frames internally so if_start gets
sam
2005-07-22
1
-8
/
+3
*
nuke assert that duplicates real check
sam
2005-07-11
1
-3
/
+0
*
correct check for high priority wme traffic
sam
2005-07-08
1
-1
/
+1
*
fix another instance of the MORE_DATA bit handling for frames on the
sam
2005-07-08
1
-2
/
+1
*
add "pureg" mode for ap operation: reject association requests from
sam
2005-07-06
1
-1
/
+8
*
Fix handling of data frames queued for a station in power save mode:
sam
2005-07-06
1
-6
/
+4
*
Fix race condition in handling node reference counts for authenticating
sam
2005-07-06
1
-2
/
+16
*
Only update the scan entry state based on newly received frames.
avatar
2005-07-06
1
-1
/
+2
*
revert 1.53; it breaks ibss merge
sam
2005-06-13
1
-2
/
+2
*
don't look at the wme ie in a beacon unless we negotiated use
sam
2005-06-10
1
-0
/
+1
*
validate the bssid for non-data frames too when operating in
sam
2005-06-10
1
-2
/
+2
*
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
sam
2005-06-10
1
-43
/
+25
*
mark stations authorized during recv processing instead of doing it
sam
2005-06-10
1
-0
/
+7
*
accept diassoc frame in ASSOC state
sam
2005-06-10
1
-0
/
+1
*
pull some debug msgs up so they're seen more often
sam
2005-06-10
1
-11
/
+10
*
kick the state machine when we receive failure notice from an ap (when
sam
2005-06-10
1
-4
/
+13
*
discard open auth requests in adhoc mode
sam
2005-06-10
1
-11
/
+4
*
reject open auth requests when shared key auth is configured
sam
2005-06-10
1
-0
/
+13
*
add ieee80211_send_error to encapsulate an idiom
sam
2005-06-10
1
-18
/
+38
*
o always check if ic_set_tim is !NULL before using it
sam
2005-06-10
1
-3
/
+8
*
mark state for protection only when operating in 11g
sam
2005-06-10
1
-2
/
+4
*
don't reject station based on the PRIVACY bit in the capabilities;
sam
2005-06-10
1
-6
/
+2
*
correct checks for rate set compatibility
sam
2005-06-10
1
-8
/
+6
*
record tstamp from beacons received in station mode when associated;
sam
2005-06-10
1
-0
/
+3
*
o collect dtim period+count from beacons in station mode so drivers
sam
2005-06-09
1
-2
/
+17
*
add force flag to enmic/demic crypto api for use in xmit fragmentation
sam
2005-06-06
1
-1
/
+1
*
change ieee80211_input to return the frame type or -1
sam
2005-04-04
1
-5
/
+7
*
when WPA is enabled discard association requests w/o a WPA ie
sam
2005-03-26
1
-0
/
+14
*
eliminate use after free in debug code
sam
2005-03-16
1
-3
/
+3
*
kill dead code
sam
2005-03-16
1
-2
/
+1
*
mark timestamp for pending fragments
sam
2005-02-23
1
-0
/
+2
*
statically allocate the station/neighbor node table; the deferred
sam
2005-01-24
1
-9
/
+9
[next]