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
2009-01-29
fix a panic that occurs when IEEE80211_STA_ONLY is defined (SMALL_KERNEL).
Damien Bergamini
2009-01-28
Block Ack agreements are unidirectional.
Damien Bergamini
2009-01-28
In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr)
Damien Bergamini
2009-01-27
unbreak SMALL_KERNEL builds by adding missing #ifndef IEEE80211_STA_ONLY
Damien Bergamini
2009-01-26
move ni_macaddr field at the top of the ieee80211_node structure.
Damien Bergamini
2009-01-26
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
Damien Bergamini
2008-12-14
Add an ieee80211_notify_dtim() function that drivers should call after
Damien Bergamini
2008-10-23
Prevent a crash in ieee80211_setkeys() when unplugging an interface in
Michael Knudsen
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-09-27
Initial implementation of PMKSA caching and pre-authentication.
Damien Bergamini
2008-08-29
move code to support Frequency-Hopping spread spectrum (FHSS) PHYs
Damien Bergamini
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-08-12
new SHA-256 based AKMPs.
Damien Bergamini
2008-08-12
add/process group integrity cipher suite in RSN IEs.
Damien Bergamini
2008-08-12
the only integrity group cipher currently supported is AES-128-CMAC.
Damien Bergamini
2008-08-12
generate a random IGTK in HostAP mode if we're MFP-capable.
Damien Bergamini
2008-08-12
get rid of the map_ptk()/map_gtk() functions, just inline them
Damien Bergamini
2008-08-02
Drop frames that are received unencrypted when WEP is on or when
Damien Bergamini
2008-07-28
ignore PS mode changes and PS-Poll from non-associated STAs.
Damien Bergamini
2008-07-27
s/IEEE80211_DPRINTF/DPRINTF/
Damien Bergamini
2008-07-21
add ieee80211_priv.h file: contains definitions private to net80211.
Damien Bergamini
2008-06-09
rename arc4random_bytes => arc4random_buf to match libc's nicer name;
Damien Miller
2008-04-21
move ieee80211_ibss_merge() from ieee80211_input.c to ieee80211_node.c
Damien Bergamini
2008-04-21
move ieee80211_auth_open() to ieee80211_proto.c
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2007-10-29
MALLOC/FREE -> malloc/free
Charles Longeau
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
[next]