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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise crypto api lightly to improve group key handling:
sam
2005-04-12
3
-33
/
+44
*
remove extern from function decls
sam
2005-04-04
4
-93
/
+83
*
change ieee80211_input to return the frame type or -1
sam
2005-04-04
2
-6
/
+8
*
pass re-association events up using a new message type
sam
2005-03-29
2
-5
/
+6
*
when WPA is enabled discard association requests w/o a WPA ie
sam
2005-03-26
1
-0
/
+14
*
don't include wme ie in probe request frames; it was meant for probe response
sam
2005-03-26
1
-4
/
+4
*
correct comparison for null ptr
sam
2005-03-16
1
-1
/
+1
*
avoid potential array index by -1
sam
2005-03-16
1
-1
/
+2
*
eliminate use after free in debug code
sam
2005-03-16
1
-3
/
+3
*
kill dead code
sam
2005-03-16
1
-2
/
+1
*
honor any desired bssid when creating an ibss
sam
2005-03-08
1
-1
/
+4
*
Recently, it was reported to me that you could provoke a double fault
wpaul
2005-03-03
1
-0
/
+19
*
mark timestamp for pending fragments
sam
2005-02-23
1
-0
/
+2
*
rev 1.19 fixed wpa supplicant but broke wpa authenticator; when operating
sam
2005-02-10
1
-1
/
+2
*
propagate state kept in the bss node when re-creating the node
sam
2005-02-10
1
-1
/
+16
*
correct check for unicast key being setup; wpa_supplicant in particular
sam
2005-02-03
1
-1
/
+1
*
supply a default ic_reset method for drivers; the ioctl code expect this
sam
2005-01-27
1
-0
/
+22
*
update node reference count debug msgs to include the node address
sam
2005-01-24
2
-19
/
+26
*
clear IEEE80211_F_WMEUPDATE when building the initial beacon frame so we
sam
2005-01-24
1
-0
/
+1
*
noop change so RUN->RUN transition isn't considered invalid
sam
2005-01-24
1
-1
/
+2
*
add macros to convert between txop's and usecs
sam
2005-01-24
1
-0
/
+2
*
o clarify that beacon interval settings are in TU's, not ms
sam
2005-01-24
1
-3
/
+6
*
statically allocate the station/neighbor node table; the deferred
sam
2005-01-24
7
-167
/
+70
*
handle potential stale values of bssid in neighbor nodes that
sam
2005-01-22
1
-1
/
+5
*
when ssid suppression is enabled don't respond to probe requests
sam
2005-01-22
1
-0
/
+8
*
be consistent in naming inactivity timers;
sam
2005-01-22
1
-1
/
+1
*
o replace out-of-line copy of FCS w/ a flag that indicates the
sam
2005-01-22
1
-9
/
+18
*
when a station is timed out for inactivity, remove it from the table
sam
2005-01-20
1
-2
/
+13
*
explicitly avoid timing out ourself due to inactivity; it
sam
2005-01-20
1
-0
/
+6
*
fix refcnt leak in adhoc mode: entries in the neighbor table
sam
2005-01-20
1
-3
/
+9
*
remove debug msg from ieee80211_iterate_nodes; it makes logs very noisy
sam
2005-01-18
1
-3
/
+0
*
avoid possible null pointer deref when refcnt debugging is enabled; the
sam
2005-01-18
1
-1
/
+1
*
Explicitly ignore ibss merge requests when the node is ic_bss. This can
sam
2005-01-18
1
-1
/
+2
*
Simplify the logic for checking the scan candidates at the end of a scan.
sam
2005-01-18
1
-20
/
+17
*
correct logic that caused beacon frames received in ibss mode to be
sam
2005-01-18
1
-1
/
+1
*
move beacon/probe response counting down to after we've decided whether or
sam
2005-01-18
1
-9
/
+9
*
when scanning is interrupted reset state so table entries go in the station
sam
2005-01-18
3
-6
/
+20
*
do fixed rate check when considering if a scan candidate is suitable so when
sam
2005-01-18
1
-9
/
+5
*
Correct scan candidate selection logic for dual-band devices: prefer
sam
2005-01-01
1
-15
/
+15
*
remove netbsd rcsid lines; they are way out of date and we appear to be
sam
2004-12-31
2
-2
/
+0
*
bump copyright for 2005
sam
2004-12-31
22
-21
/
+22
*
fixup inactivity timers:
sam
2004-12-31
2
-5
/
+7
*
Relearn how WPA keying is supposed to work and fix WPA+WME while
sam
2004-12-31
2
-111
/
+129
*
disable default use of wme until we can sort out interoperability issues;
sam
2004-12-31
1
-2
/
+2
*
s/inline/__inline/
sam
2004-12-31
1
-2
/
+2
*
compare pointers against NULL
sam
2004-12-31
1
-2
/
+2
*
make ap mode sta association debug msg as informative as sta mode
sam
2004-12-31
1
-3
/
+8
*
do 11g erp station management in turboG mode too
sam
2004-12-31
1
-3
/
+6
*
check if the node/station table is already present before creating one; this
sam
2004-12-31
1
-8
/
+11
*
include phy mode in scan debug msg
sam
2004-12-31
1
-2
/
+3
[next]