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_proto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r260444:
kevlo
2014-02-17
1
-1
/
+1
*
Merge r257065 (by adrian) from head:
gavin
2013-12-10
1
-3
/
+1
*
Replace the homegrown implementation of nitems() with calls to nitems()
rpaulo
2013-08-14
1
-4
/
+2
*
Convert net80211 over to using if_transmit for the dispatch from the
adrian
2013-08-08
1
-7
/
+4
*
if_start() is being used here as a way of kick-starting the new queue
adrian
2012-12-22
1
-0
/
+5
*
Update the aggressive mode logic to also enable aggressive mode
adrian
2012-12-10
1
-8
/
+50
*
Create a new task to handle 802.11n channel width changes.
adrian
2012-03-25
1
-0
/
+14
*
Although it's documented that the vap newstate call can drop the
adrian
2012-02-24
1
-0
/
+6
*
Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...
adrian
2011-10-02
1
-7
/
+12
*
Fix brokenness introduced by my last commit.
adrian
2011-07-20
1
-0
/
+2
*
This sets the BSS channel for each VAP for the given interface.
adrian
2011-07-19
1
-0
/
+15
*
Fix a WME corner case found by the FreeBSD 802.11n testing crew.
adrian
2011-03-24
1
-0
/
+9
*
Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while here
bschmidt
2011-02-21
1
-1
/
+1
*
Default to the lowest negotiated rate for mgmt/multicast traffic in 11n mode
adrian
2011-02-21
1
-0
/
+18
*
fixes a broken software beacon miss handler. There is a race to check
weongyo
2010-03-14
1
-2
/
+0
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-2
/
+13
*
o station mode channel switch support
sam
2009-06-04
1
-9
/
+28
*
remove another vestige of the null if_softc on detach hack
sam
2009-06-02
1
-16
/
+6
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-0
/
+1
*
Cancel the scan when going to INIT state. Should do this for other states here
thompsa
2009-05-10
1
-0
/
+2
*
Relax the condition for printing the lost state transition message. The new
thompsa
2009-05-03
1
-10
/
+12
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
1
-44
/
+171
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
1
-33
/
+0
*
o reset aggressive mode flag; it was being left set after marking an
sam
2009-02-20
1
-1
/
+2
*
misc cleanup of wme parameter setting
sam
2009-02-20
1
-63
/
+46
*
Add modes for 1/2 and 1/4-width channels so we have separate roaming
sam
2009-02-19
1
-0
/
+20
*
use c99 initializers
sam
2009-02-19
1
-101
/
+101
*
o consolidate loops to eliminate assumptions about ordering of modes
sam
2009-02-19
1
-13
/
+10
*
Add a ieee80211_waitfor_parent() function that will wait for all deferred
thompsa
2009-02-12
1
-0
/
+15
*
convert MALLOC/FREE to malloc/free
sam
2008-12-18
1
-1
/
+1
*
Revert the removal of the MALLOC and FREE macros from the net80211 code.
des
2008-10-23
1
-1
/
+1
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-1
/
+1
*
Add ieee80211_suspend_all and ieee80211_resume_all for
sam
2008-05-28
1
-0
/
+40
*
ignore sw beacon miss while scanning, just reset the beacon count and timer
sam
2008-05-22
1
-1
/
+18
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-475
/
+776
*
update default wme parameters to latest WiFi test plans
sam
2007-11-23
1
-24
/
+24
*
sync 11n support with vap code base; many changes based on interop
sam
2007-11-02
1
-1
/
+3
*
don't try to re-associate after a parameter change, too many ap's
sam
2007-11-02
1
-11
/
+1
*
mgmt subtype 13 is action
sam
2007-09-18
1
-1
/
+1
*
Update beacon handling to sync w/ vap code base:
sam
2007-09-17
1
-1
/
+7
*
o add 802.11 state machine states for DFS and client-side power save
sam
2007-09-05
1
-1
/
+16
*
Correct state machine handling of AUTH -> AUTH transitions that pass
sam
2007-06-16
1
-0
/
+1
*
Update 802.11 wireless support:
sam
2007-06-11
1
-151
/
+374
*
copyright updates:
sam
2007-06-06
1
-7
/
+1
*
change ieee80211_fix_rate to take a rate set instead of using
sam
2007-03-11
1
-3
/
+2
*
add ieee80211_opmode_name array for mapping the opmode to a string
sam
2007-03-07
1
-0
/
+10
*
Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq when
sam
2007-01-08
1
-7
/
+9
*
Correct several issues with rate set negotiation:
sam
2007-01-08
1
-33
/
+32
*
First cut at half/quarter-rate 11a channel support (e.g. for use
sam
2006-12-27
1
-2
/
+3
*
add support for 802.11 packet injection via bpf
sam
2006-07-26
1
-0
/
+1
[next]