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_node.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-1
/
+0
*
promote ieee80211_seq typedef
sam
2009-05-02
1
-2
/
+2
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
1
-0
/
+2
*
Fix typo in comment.
rpaulo
2009-03-19
1
-1
/
+1
*
o make %b msg bit defines public (to user apps too)
sam
2009-01-27
1
-0
/
+5
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-1
/
+2
*
Replace adhoc checks in ieee80211_start with a per-node flag that
sam
2008-12-15
1
-0
/
+1
*
New ap-side power save implementation; the main change is to allow drivers
sam
2008-10-26
1
-1
/
+1
*
change ieee80211_sta_join to take an explicit channel instead of
sam
2008-10-25
1
-1
/
+1
*
Fix handling of shortgi: use the local configuration (and implicitly
sam
2008-09-22
1
-1
/
+4
*
RIFS support; needs driver callback for dynamic state change
sam
2008-09-22
1
-1
/
+2
*
MIMO power save support; still needs callbacks for notifying drivers
sam
2008-09-21
1
-1
/
+4
*
o widen ni_flags as it's going to be full shortly
sam
2008-09-21
1
-17
/
+17
*
Add current transmit parameters for fixed rate handling so drivers
sam
2008-09-21
1
-0
/
+1
*
o kill IEEE80211_NODE_PSUPDATE; it was never used
sam
2008-09-06
1
-2
/
+0
*
add IEEE80211_NODE_HT_ALL to collect up all the HT-related node flags
sam
2008-09-06
1
-0
/
+3
*
purge ni_reqcw; not used and never will be
sam
2008-09-06
1
-1
/
+0
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-92
/
+165
*
sync 11n support with vap code base; many changes based on interop
sam
2007-11-02
1
-0
/
+7
*
o move IEEE80211_NONQOS_TID into a public location
sam
2007-09-18
1
-3
/
+4
*
Update beacon handling to sync w/ vap code base:
sam
2007-09-17
1
-0
/
+5
*
Update 802.11 wireless support:
sam
2007-06-11
1
-113
/
+107
*
copyright updates:
sam
2007-06-06
1
-7
/
+1
*
keep tx/rx seq #'s for non-QoS traffic separate from QoS; stations
sam
2007-03-11
1
-0
/
+1
*
when scanning channels marked passive defer probe request until
sam
2006-03-06
1
-0
/
+1
*
Adhoc mode fixups:
sam
2005-12-04
1
-0
/
+3
*
Clarify/fix handling of the current channel:
sam
2005-08-10
1
-1
/
+35
*
Split crypto tx+rx key indices and add a key index -> node mapping table:
sam
2005-08-08
1
-0
/
+11
*
Fix handling of frames sent prior to a station being authorized
sam
2005-08-06
1
-0
/
+2
*
simplify ieee80211_ibss_merge api
sam
2005-07-22
1
-1
/
+1
*
simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's
sam
2005-07-22
1
-4
/
+2
*
Fix race condition in handling node reference counts for authenticating
sam
2005-07-06
1
-0
/
+1
*
o collect dtim period+count from beacons in station mode so drivers
sam
2005-06-09
1
-0
/
+2
*
remove extern from function decls
sam
2005-04-04
1
-44
/
+37
*
statically allocate the station/neighbor node table; the deferred
sam
2005-01-24
1
-1
/
+0
*
when scanning is interrupted reset state so table entries go in the station
sam
2005-01-18
1
-0
/
+1
*
bump copyright for 2005
sam
2004-12-31
1
-1
/
+1
*
Update 802.11 support; too much new functionality to fully describe
sam
2004-12-08
1
-64
/
+191
*
eliminate nested include by making MALLOC_DECLARE conditional on the
sam
2004-04-05
1
-0
/
+2
*
export the malloc type M_80211_NODE for drivers that override the node
sam
2004-04-05
1
-0
/
+2
*
fix adhoc/ibss operation for drivers that require host support (e.g. ath):
sam
2004-04-02
1
-0
/
+2
*
parameterize locking to improve portability and possible
sam
2003-10-17
1
-0
/
+8
*
Try yet again to deal with timing out nodes. We cannot hold the
sam
2003-09-26
1
-0
/
+1
*
MFp4 changes to fix locking issues and correct reference
sam
2003-08-19
1
-2
/
+1
*
Delay creating ic_bss until after the super-class has a chance
sam
2003-08-13
1
-0
/
+1
*
o change ieee80211_new_state handling to use a proper method that drivers
sam
2003-07-20
1
-2
/
+1
*
revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>
sam
2003-06-27
1
-11
/
+17
*
new 802.11 layer:
sam
2003-06-23
1
-0
/
+142