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_tkip.c
Age
Commit message (
Expand
)
Author
2009-10-30
missing \n in log() message.
Damien Bergamini
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
2009-04-16
make TKIP TSC start at 1 (instead of 0) to match the standard.
Damien Bergamini
2009-04-14
do not cache the computed TTAK unless MIC has been verified.
Damien Bergamini
2008-12-03
typos in comments - no binary change.
Damien Bergamini
2008-11-13
use different TSCs when sending the two MIC failure report frames
Damien Miller
2008-11-13
Mitigate the new WPA attack described in Beck, M. and Tews S. "Practical
Damien Miller
2008-09-27
Add some inline functions to test the presence of optional 802.11
Damien Bergamini
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
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
call Phase1 every 2**16 frames instead of calling it for every frame.
Damien Bergamini
2008-04-26
small optimization of TKIP mixing phase 2 (for little-endian architectures).
Damien Bergamini
2008-04-18
extend the if_ethersubr.c crc functions to support updating a running
Damien Miller
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini