index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211_node.c
Age
Commit message (
Expand
)
Author
2007-09-07
use new malloc M_ZERO flag + replace MALLOC with malloc
Damien Bergamini
2007-07-06
remove remaining bits for pre-RSNA shared authmode support.
Damien Bergamini
2007-07-06
initialize an unitialized variable.
Damien Bergamini
2007-07-03
maintain the traffic-indication (TIM) virtual bitmap by defining
Damien Bergamini
2007-07-02
initial bits for proper TIM support.
Damien Bergamini
2007-06-16
constify
Damien Bergamini
2007-06-16
don't mix u_int{8,16,32}_t and uint{8,16,32}_t
Damien Bergamini
2007-06-16
de-static
Damien Bergamini
2007-06-07
expand the IEEE80211_NODE_{LOCK,UNLOCK}* macros into their respective
Damien Bergamini
2007-06-06
The license permits us to redistribute this code under the BSD or the GPLv2.
Damien Bergamini
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2006-11-15
s/roundup/howmany/ where it makes sense.
Damien Bergamini
2006-11-13
fix a possible NULL deref.
Damien Bergamini
2006-06-19
unbreak the code if compiled with IEEE80211_DEBUG by using the right
Reyk Floeter
2006-06-18
Improve 802.11b/g interoperability and move toward better compliance
Damien Bergamini
2006-02-19
Fix a comment in ieee80211_next_scan().
Damien Bergamini
2005-10-09
if the wireless hostap interface belongs to a bridge, learn the node's
Reyk Floeter
2005-10-07
minor knf
Reyk Floeter
2005-09-13
replace the node hash table with a red-black tree. this fixes some
Reyk Floeter
2005-09-08
mostly knf
Reyk Floeter
2005-09-08
Remove the last of the FreeBSD compatiblity goop.
Jonathan Gray
2005-09-08
Remove FreeBSD if_printf compat function from net80211.
Jonathan Gray
2005-09-08
reset the scan state for each new mode
Reyk Floeter
2005-09-07
Remove FreeBSD/NetBSD ifdef mess. We are not likely to be
Jonathan Gray
2005-05-25
add ifconfig -M option to replace wicontrol -L and -l for ap scanning
Reyk Floeter
2005-04-21
scan the next mode if nothing has been found. this is necessary if the
Reyk Floeter
2005-02-17
derived from NetBSD:
Reyk Floeter
2004-11-02
Don't call memset() if MALLOC returns NULL; also fix the rcs ID.
Todd C. Miller
2004-06-22
Import current NetBSD/FreeBSD 802.11 framework.
Todd C. Miller