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
*
Verify that the WPA flags set are actually compatible with the
imp
2008-08-09
1
-4
/
+13
*
add WPS oui
sam
2008-08-06
1
-0
/
+2
*
add missing lock for htinfo update
sam
2008-08-02
1
-0
/
+2
*
correct decap of of AppleTalk and IPX frames; don't strip the SNAP
sam
2008-08-02
1
-1
/
+4
*
add a sysctl to deliver a radar event for testing
sam
2008-08-02
1
-0
/
+20
*
schedule the correct timer when receiving a radar event during CAC
sam
2008-08-02
1
-1
/
+1
*
don't deauth a station because it sends a ps-poll w/ a bogus aid in it;
sam
2008-07-26
1
-2
/
+8
*
reorder RSN/WPA2 ie in beacon and probe response frames to comply
sam
2008-07-07
1
-13
/
+13
*
correct construction of delba action frame; don't shift+mask the initiator
sam
2008-07-05
1
-1
/
+1
*
Change the calling convention for ic_node_alloc to deal with
sam
2008-06-07
2
-5
/
+7
*
Split ieee80211_notify_erp into locked and unlocked variants
sam
2008-06-07
1
-4
/
+12
*
Fix node cleanup issues when the last reference is held by
sam
2008-06-07
1
-16
/
+27
*
correct code returned in AsssocResp; the previous code is spec'd for use
sam
2008-06-07
1
-2
/
+1
*
Add ieee80211_crypto_reload_keys to push all keys known
sam
2008-05-28
2
-0
/
+44
*
Add a mac address to the key definition as otherwise we lose the
sam
2008-05-28
3
-13
/
+12
*
Split s/w crypt/mic attributes to allow future hackery; this change
sam
2008-05-28
5
-12
/
+18
*
missing piece of last commit; add RESUME flag bit definition
sam
2008-05-28
1
-4
/
+4
*
Add ieee80211_suspend_all and ieee80211_resume_all for
sam
2008-05-28
3
-0
/
+43
*
Don't override the txpower cap installed by ieee80211_alloc_node;
sam
2008-05-28
1
-3
/
+0
*
Simplify some contorted logic that wrongly left ISCAN_DISCARD set
sam
2008-05-28
1
-15
/
+13
*
Revise lock name handling:
sam
2008-05-28
3
-20
/
+28
*
special-case broadcast probe request in ieee80211_find_rxnode; we need
sam
2008-05-22
1
-16
/
+30
*
ignore sw beacon miss while scanning, just reset the beacon count and timer
sam
2008-05-22
1
-1
/
+18
*
no need to stop the sw beacon miss timer; it's not used with adhoc or wds
sam
2008-05-22
2
-4
/
+0
*
declare ieee80211_phymode_name with an array size
sam
2008-05-12
1
-1
/
+1
*
Update PLCP<->rate mapping support:
sam
2008-05-12
2
-13
/
+18
*
Minor cleanup of vap create work:
sam
2008-05-12
5
-20
/
+31
*
we have a DFS capability now so enable check
sam
2008-05-11
1
-3
/
+0
*
use c99-style initialization for ieee80211_phymode_name
sam
2008-05-11
1
-11
/
+11
*
add DFS capability bit and use it to auto-enable DFS support
sam
2008-05-11
3
-3
/
+5
*
use the current left edge of the BA window when forming ADDBA request
sam
2008-05-11
1
-3
/
+4
*
add PLCP service bit definitions
sam
2008-05-11
1
-0
/
+5
*
move inline keyword to silence compiler complaints
sam
2008-05-11
1
-3
/
+3
*
fix build w/ IEEE80211_DEBUG_REFCNT enabled
sam
2008-05-01
1
-1
/
+1
*
re-enable WME by default; after a full day of testing on iwi I see no
sam
2008-05-01
1
-3
/
+0
*
disable default enabling of WME until we resolve driver regressions
sam
2008-04-30
1
-0
/
+3
*
hookup the parent device's if_input and if_output to stub routines
sam
2008-04-25
1
-0
/
+19
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
52
-8515
/
+18015
*
Fix adhoc mode to scan all available channels for a bss to join
sam
2008-02-29
1
-42
/
+63
*
- Correctly handle ALTQ in ieee80211_deliver_data()
sephe
2008-02-03
1
-2
/
+6
*
add opaque pointer to tx ampdu state for drivers
sam
2008-02-02
1
-0
/
+1
*
o correct typo that broke check when handling addba response
sam
2008-02-01
1
-1
/
+2
*
update channel flag defs to match _ieee80211.h so cpp doesn't complain
sam
2007-12-13
1
-16
/
+13
*
Add padding for anticipated functionality
kmacy
2007-12-07
2
-3
/
+3
*
Be more careful handling off-channel frames: if the driver (wrongly)
sam
2007-11-26
1
-3
/
+4
*
correct WMM packet classification:
sam
2007-11-23
1
-40
/
+9
*
o correct re-association indicator dispatched in node join event
sam
2007-11-23
1
-3
/
+3
*
correct sta mode setup: adopt ap's ampdu density and max ampdu size
sam
2007-11-23
1
-2
/
+8
*
parse htcap ie early so ampdu density and max rx size are available
sam
2007-11-23
1
-1
/
+3
*
correct TID_TO_WME_AC handling of BE
sam
2007-11-23
1
-1
/
+1
[next]