summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_crypto_ccmp.c
AgeCommit message (Expand)Author
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