summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_crypto_ccmp.c
Commit message (Collapse)AuthorAgeFilesLines
* o fix wpa w/ wme: don't strip the QoS header on recv as tkip requiressam2005-06-101-4/+2
| | | | | | | | it; instead pass the space occupied by the header down into the crypto modules (except in the demic case which needs it only when doing int in s/w) o while here fix defrag to strip the header from 2nd and later frames o teach decap code how to handle 4-address frames
* add force flag to enmic/demic crypto api for use in xmit fragmentationsam2005-06-061-4/+4
| | | | | | and h/w mic verification Reviewed by: avatar
* bump copyright for 2005sam2004-12-311-1/+1
|
* correct header length calculations on tx path for QoS-encapsulated framessam2004-12-311-1/+3
| | | | | when IEEE80211_F_DATAPAD is set (e.g. ath); must use ieee80211_hdrspace instead of ieee80211_hdrsize
* correct module dependencysam2004-12-131-1/+1
|
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-0/+603
here but it includes completed 802.11g, WPA, 802.11i, 802.1x, WME/WMM, AP-side power-save, crypto plugin framework, authenticator plugin framework, and access control plugin frameowrk.
OpenPOWER on IntegriCloud