summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_crypto_tkip.c
Commit message (Expand)AuthorAgeFilesLines
* - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replaybschmidt2010-07-011-8/+2
* Add WPA-None support:bschmidt2010-04-101-1/+8
* Ensure that tkip_mixing_phase1() is called after a rekeying event whenbschmidt2010-02-081-0/+1
* add tid param to ieee80211_notify_replay_failure to get the correct rscsam2009-06-051-1/+1
* convert MALLOC/FREE to malloc/freesam2008-12-181-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Fixing INVARIANTS build by adding 'z' format prefix for size_t typedavatar2008-08-291-1/+1
* Fix mic calculation when final data is entirely in a trailing mbuf;sam2008-08-291-1/+19
* Split s/w crypt/mic attributes to allow future hackery; this changesam2008-05-281-4/+4
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-46/+52
* Update 802.11 wireless support:sam2007-06-111-33/+5
* copyright updates:sam2007-06-061-7/+1
* disallow module unload when there are dynamic referencessam2005-12-121-1/+14
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-081-1/+3
* o fix wpa w/ wme: don't strip the QoS header on recv as tkip requiressam2005-06-101-8/+6
* add force flag to enmic/demic crypto api for use in xmit fragmentationsam2005-06-061-6/+6
* bump copyright for 2005sam2004-12-311-1/+1
* correct pseudo-mic header calculation for QoS framessam2004-12-311-1/+6
* whitespace/debug msg fixupssam2004-12-311-6/+5
* correct header length calculations on tx path for QoS-encapsulated framessam2004-12-311-3/+6
* correct module dependencysam2004-12-131-1/+1
* fixup printf arguments for 64-bit machinessam2004-12-081-4/+4
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-0/+987
OpenPOWER on IntegriCloud