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
*
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
*
accept IEEE80211_KEYIX_NONE for a default tx key
sam
2004-12-31
1
-1
/
+2
*
don't return prematurely from processing a beacon or probe response frame
sam
2004-12-31
1
-1
/
+2
*
change ieee80211_parse_wmeparams to return a unique value when the ie
sam
2004-12-31
1
-3
/
+4
*
remove stray \n from debug msg
sam
2004-12-31
1
-1
/
+1
*
clear wep bit in 802.11 header after crypto decap so packet
sam
2004-12-31
1
-0
/
+3
*
o add net.wlan.X.driver_caps mib variable for setting the driver capabilities
sam
2004-12-31
1
-3
/
+6
*
correct pseudo-mic header calculation for QoS frames
sam
2004-12-31
1
-1
/
+6
*
whitespace/debug msg fixups
sam
2004-12-31
2
-8
/
+7
*
add ieee80211_hdrspace and ieee80211_anyhdrspace to calculate the space
sam
2004-12-31
1
-0
/
+30
*
correct header length calculations on tx path for QoS-encapsulated frames
sam
2004-12-31
3
-5
/
+11
*
const'ify ivp reference
sam
2004-12-31
1
-2
/
+2
*
add/fixup debug msgs
sam
2004-12-31
1
-2
/
+15
*
s/inline/__inline/
sam
2004-12-31
1
-1
/
+1
*
expose ieee80211_phymode_name for use in debug msgs
sam
2004-12-31
2
-1
/
+2
*
correct module dependency
sam
2004-12-13
1
-1
/
+1
*
correct module dependency
sam
2004-12-13
1
-1
/
+1
*
cover up the landmine until there's a proper solution
sam
2004-12-13
1
-0
/
+4
*
do not clear the global key cache when reaching the INIT state
sam
2004-12-12
1
-1
/
+0
*
remove module dependency on rc4; it's not needed any more
sam
2004-12-12
1
-1
/
+0
*
fix wep key seting: ENETRESET is the code to return to signal the driver
sam
2004-12-10
1
-1
/
+1
*
fixup printf arguments for 64-bit machines
sam
2004-12-08
4
-11
/
+11
*
Update 802.11 support; too much new functionality to fully describe
sam
2004-12-08
23
-2187
/
+12388
*
Add a new network interface flag, IFF_NEEDSGIANT, which will allow
rwatson
2004-07-27
2
-2
/
+2
*
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
mlaier
2004-06-13
1
-5
/
+0
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
1
-0
/
+1
*
Link state change notification of ethernet media to the routing socket.
andre
2004-05-05
1
-1
/
+10
*
Resolve the issue of whether frames have FCS or not. Frame data does not
sam
2004-04-05
1
-0
/
+5
*
eliminate nested include by making MALLOC_DECLARE conditional on the
sam
2004-04-05
2
-1
/
+2
*
add definitions for WME, WPA (and WPA2), and miscellaneous other stuff
sam
2004-04-05
1
-1
/
+145
*
export the malloc type M_80211_NODE for drivers that override the node
sam
2004-04-05
2
-0
/
+3
*
make malloc tag for ieee80211_node more recognizable
sam
2004-04-05
1
-1
/
+1
*
Change handling of probe response frames. Previously we always dropped the
sam
2004-04-02
1
-2
/
+27
*
fix adhoc/ibss operation for drivers that require host support (e.g. ath):
sam
2004-04-02
4
-36
/
+79
*
always free node reference when processing a probe request frame; was
sam
2004-04-02
1
-7
/
+2
*
o change ieee80211_dup_bss to inherit explicit data from ic_bss instead of
sam
2004-04-02
1
-2
/
+7
*
track node allocation failure stats in ieee80211_alloc_node instead
sam
2004-04-02
2
-9
/
+5
*
replace explicit malloc/free with MALLOC/FREE for portability
sam
2004-04-02
1
-3
/
+5
*
extract node matching logic into new ieee80211_match_bss routine for use
sam
2004-04-02
1
-54
/
+66
[next]