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
2017-05-02
Switch 802.11 crypto over to the new AES
Mike Belopuhov
2017-03-23
Use explicit_bzero() to wipe out key material and add some sizes to free().
Theo Buehler
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-15
Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoS
Stefan Sperling
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2014-12-23
unifdef some more INET. v4 4life.
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-11-21
Remove unneeded include.
Martin Pieuchot
2011-04-05
Passing M_WAITOK to mbuf functions is supposed to be a contract between
Bret Lambert
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