summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_crypto_ccmp.c
AgeCommit message (Expand)Author
2017-05-02Switch 802.11 crypto over to the new AESMike Belopuhov
2017-03-23Use explicit_bzero() to wipe out key material and add some sizes to free().Theo Buehler
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-15Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoSStefan Sperling
2015-07-15m_freem() can handle NULL, do not check for this condition beforehands.Theo de Raadt
2014-12-23unifdef some more INET. v4 4life.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-11-21Remove unneeded include.Martin Pieuchot
2011-04-05Passing M_WAITOK to mbuf functions is supposed to be a contract betweenBret Lambert
2010-07-20Switch some obvious network stack MAC comparisons from bcmp() toMatthew Dempsky
2009-09-24do not call m_free(n0) followed by m_freem(n0) when m_dup_pkthdr()Damien Bergamini
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2008-12-03typos in comments - no binary change.Damien Bergamini
2008-09-27Add some inline functions to test the presence of optional 802.11Damien Bergamini
2008-08-12in a near future, unicast management frames will be encrypted/decryptedDamien Bergamini
2008-08-12maintain a count of TKIP and CCMP replayed frames.Damien Bergamini
2008-08-12retrieve the TID from QoS frames to use with the appropriateDamien Bergamini
2008-08-12use MINCLSIZE to decide wether we need to allocate an mbuf cluster insteadHenning Brauer
2008-07-26properly handle management frames (required for future work).Damien Bergamini
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini