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
*
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