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
*
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
*
fix switching between agressive and non-agressive wmm modes
sam
2006-03-10
1
-2
/
+2
*
when scanning channels marked passive defer probe request until
sam
2006-03-06
1
-12
/
+4
*
s/w beacon miss facility; need to add knobs to fiddle with the settings
sam
2006-01-23
1
-0
/
+37
*
enable "aggressive mode" only when operating in ap or station mode; in
sam
2006-01-02
1
-1
/
+1
*
make packet bursting configurable (default to on if device is capable)
sam
2005-12-14
1
-1
/
+1
*
Add ieee80211_beacon_miss for processing sta mode beacon miss events
sam
2005-12-12
1
-0
/
+38
*
add fixed rate for sending multicast frames
sam
2005-12-12
1
-0
/
+1
*
Clarify/fix handling of the current channel:
sam
2005-08-10
1
-2
/
+2
*
split xmit of probe request frame out into a separate routine that
sam
2005-07-22
1
-2
/
+5
*
simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's
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
-1
/
+2
*
o add IEEE80211_FRAG_DEFAULT
sam
2005-07-22
1
-5
/
+1
*
diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use
sam
2005-07-22
1
-2
/
+3
*
when operating in ap mode, explicitly drop associated/authenticated
sam
2005-07-04
1
-19
/
+25
*
Don't clock the state machine in various cases when roaming is set
sam
2005-06-07
1
-6
/
+11
*
noop change so RUN->RUN transition isn't considered invalid
sam
2005-01-24
1
-1
/
+2
*
statically allocate the station/neighbor node table; the deferred
sam
2005-01-24
1
-12
/
+3
*
when scanning is interrupted reset state so table entries go in the station
sam
2005-01-18
1
-1
/
+3
*
bump copyright for 2005
sam
2004-12-31
1
-1
/
+1
*
do not clear the global key cache when reaching the INIT state
sam
2004-12-12
1
-1
/
+0
*
Update 802.11 support; too much new functionality to fully describe
sam
2004-12-08
1
-101
/
+658
*
Add a new network interface flag, IFF_NEEDSGIANT, which will allow
rwatson
2004-07-27
1
-1
/
+1
*
insure basic rate bit is set in derived rate set; this
sam
2004-04-02
1
-1
/
+10
*
o add support for controlling the power of transmitted frames
sam
2004-03-30
1
-0
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-1
/
+1
*
parameterize locking to improve portability and possible
sam
2003-10-17
1
-4
/
+4
*
Correct rate set negotiation when operating as a station: if the
sam
2003-09-26
1
-2
/
+11
*
o change ieee80211_new_state handling to use a proper method that drivers
sam
2003-07-20
1
-21
/
+20
*
revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>
sam
2003-06-27
1
-21
/
+17
*
new 802.11 layer:
sam
2003-06-23
1
-0
/
+508