summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_crypto_wep.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: add new method for ieee80211_cipher (ic_setiv).adrian2015-10-031-21/+31
* net80211: separate ieee80211_crypto_get_keyid() from ieee80211_crypto_encap()adrian2015-10-021-2/+6
* Fix neeed -> neeeded.adrian2015-10-021-1/+1
* Move counter.h include into ieee80211_freebsd.h. Should fix build.glebius2015-05-271-1/+0
* Add two counters to ieee80211com, that will be used to count transmissionglebius2015-05-261-0/+1
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-251-3/+3
* 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
* Split s/w crypt/mic attributes to allow future hackery; this changesam2008-05-281-2/+2
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-22/+26
* Update 802.11 wireless support:sam2007-06-111-40/+12
* copyright updates:sam2007-06-061-7/+1
* disallow module unload when there are dynamic referencessam2005-12-121-1/+14
* o fix wpa w/ wme: don't strip the QoS header on recv as tkip requiressam2005-06-101-4/+2
* add force flag to enmic/demic crypto api for use in xmit fragmentationsam2005-06-061-4/+4
* bump copyright for 2005sam2004-12-311-1/+1
* correct header length calculations on tx path for QoS-encapsulated framessam2004-12-311-1/+2
* remove module dependency on rc4; it's not needed any moresam2004-12-121-1/+0
* fixup printf arguments for 64-bit machinessam2004-12-081-2/+2
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-0/+499
OpenPOWER on IntegriCloud