aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_crypto.h
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] turn the default TX key configuration (for WEP) into a vap callback.Adrian Chadd2016-12-271-0/+2
* [net80211] start refactoring out the "am I a wep / group key!" code.Adrian Chadd2016-12-071-0/+2
* [net80211] handle hardware encryption offload in the receive pathAdrian Chadd2016-11-191-3/+4
* [net80211] begin fleshing out new hardware crypto offload features.Adrian Chadd2016-11-051-25/+21
* net80211: allow to override SWCRYPT/SWMIC bits in the driverAndriy Voskoboinyk2016-09-151-2/+4
* net80211: add a possibility to retrieve current TX key without encapsulation.Adrian Chadd2015-10-031-0/+2
* net80211: add new method for ieee80211_cipher (ic_setiv).Adrian Chadd2015-10-031-0/+1
* net80211: separate ieee80211_crypto_get_keyid() from ieee80211_crypto_encap()Adrian Chadd2015-10-021-2/+3
* - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replayBernhard Schmidt2010-07-011-1/+3
* Correct handling of keys that already have a hardware/device key index:Sam Leffler2009-07-211-0/+2
* add tid param to ieee80211_notify_replay_failure to get the correct rscSam Leffler2009-06-051-1/+1
* o add IEEE80211_KEY_BITS for %b printing of wk_flagsSam Leffler2009-02-051-0/+4
* o make %b msg bit defines public (to user apps too)Sam Leffler2009-01-271-0/+3
* remove extraneous ';'Sam Leffler2008-12-151-1/+1
* Crypto api changes:Sam Leffler2008-09-211-7/+10
* Add ieee80211_crypto_reload_keys to push all keys knownSam Leffler2008-05-281-0/+1
* Add a mac address to the key definition as otherwise we lose theSam Leffler2008-05-281-3/+2
* Split s/w crypt/mic attributes to allow future hackery; this changeSam Leffler2008-05-281-2/+8
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-45/+48
* Update 802.11 wireless support:Sam Leffler2007-06-111-12/+12
* copyright updates:Sam Leffler2007-06-061-7/+1
* add IEEE80211_KEY_UNDEFINED and use it instead of local defsSam Leffler2007-03-111-0/+3
* Split crypto tx+rx key indices and add a key index -> node mapping table:Sam Leffler2005-08-081-10/+13
* o fix wpa w/ wme: don't strip the QoS header on recv as tkip requiresSam Leffler2005-06-101-2/+2
* add force flag to enmic/demic crypto api for use in xmit fragmentationSam Leffler2005-06-061-6/+6
* Revise crypto api lightly to improve group key handling:Sam Leffler2005-04-121-3/+6
* remove extern from function declsSam Leffler2005-04-041-13/+13
* remove netbsd rcsid lines; they are way out of date and we appear to beSam Leffler2004-12-311-1/+0
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* Update 802.11 support; too much new functionality to fully describeSam Leffler2004-12-081-6/+178
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>Sam Leffler2003-06-271-11/+17
* new 802.11 layer:Sam Leffler2003-06-231-0/+44