Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires | sam | 2005-06-10 | 1 | -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 fragmentation | sam | 2005-06-06 | 1 | -4/+4 |
| | | | | | | and h/w mic verification Reviewed by: avatar | ||||
* | bump copyright for 2005 | sam | 2004-12-31 | 1 | -1/+1 |
| | |||||
* | correct header length calculations on tx path for QoS-encapsulated frames | sam | 2004-12-31 | 1 | -1/+3 |
| | | | | | when IEEE80211_F_DATAPAD is set (e.g. ath); must use ieee80211_hdrspace instead of ieee80211_hdrsize | ||||
* | correct module dependency | sam | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | Update 802.11 support; too much new functionality to fully describe | sam | 2004-12-08 | 1 | -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. |