aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_crypto_ccmp.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] high oops on the high seas, or "god damnit compilers, it's 2016 an...Adrian Chadd2016-11-221-4/+4
* [net80211] handle hardware encryption offload in the receive pathAdrian Chadd2016-11-191-4/+36
* net80211: add new method for ieee80211_cipher (ic_setiv).Adrian Chadd2015-10-031-13/+23
* net80211: separate ieee80211_crypto_get_keyid() from ieee80211_crypto_encap()Adrian Chadd2015-10-021-2/+6
* Fix neeed -> neeeded.Adrian Chadd2015-10-021-1/+1
* Move counter.h include into ieee80211_freebsd.h. Should fix build.Gleb Smirnoff2015-05-271-1/+0
* Add two counters to ieee80211com, that will be used to count transmissionGleb Smirnoff2015-05-261-0/+1
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-3/+3
* - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replayBernhard Schmidt2010-07-011-8/+2
* Add WPA-None support:Bernhard Schmidt2010-04-101-1/+8
* Correct ieee80211_gettid:Sam Leffler2009-06-091-4/+1
* add tid param to ieee80211_notify_replay_failure to get the correct rscSam Leffler2009-06-051-1/+1
* convert MALLOC/FREE to malloc/freeSam Leffler2008-12-181-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.Dag-Erling Smørgrav2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Split s/w crypt/mic attributes to allow future hackery; this changeSam Leffler2008-05-281-3/+3
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-24/+29
* Update 802.11 wireless support:Sam Leffler2007-06-111-38/+10
* copyright updates:Sam Leffler2007-06-061-7/+1
* disallow module unload when there are dynamic referencesSam Leffler2005-12-121-1/+14
* Handle encrypt of arbitarily fragmented mbuf chains: previouslySam Leffler2005-07-111-18/+68
* o fix wpa w/ wme: don't strip the QoS header on recv as tkip requiresSam Leffler2005-06-101-4/+2
* add force flag to enmic/demic crypto api for use in xmit fragmentationSam Leffler2005-06-061-4/+4
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* correct header length calculations on tx path for QoS-encapsulated framesSam Leffler2004-12-311-1/+3
* correct module dependencySam Leffler2004-12-131-1/+1
* Update 802.11 support; too much new functionality to fully describeSam Leffler2004-12-081-0/+603