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_crypto_ccmp.c
Age
Commit message (
Expand
)
Author
2010-07-20
Switch some obvious network stack MAC comparisons from bcmp() to
Matthew Dempsky
2009-09-24
do not call m_free(n0) followed by m_freem(n0) when m_dup_pkthdr()
Damien Bergamini
2009-09-13
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
Kenneth R Westerback
2008-12-03
typos in comments - no binary change.
Damien Bergamini
2008-09-27
Add some inline functions to test the presence of optional 802.11
Damien Bergamini
2008-08-12
in a near future, unicast management frames will be encrypted/decrypted
Damien Bergamini
2008-08-12
maintain a count of TKIP and CCMP replayed frames.
Damien Bergamini
2008-08-12
retrieve the TID from QoS frames to use with the appropriate
Damien Bergamini
2008-08-12
use MINCLSIZE to decide wether we need to allocate an mbuf cluster instead
Henning Brauer
2008-07-26
properly handle management frames (required for future work).
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini