cvs commit: src/sys/net80211 ieee80211_crypto.c ieee80211_crypto.h
ieee80211_crypto_ccmp.c ieee80211_crypto_none.c
ieee80211_crypto_tkip.c ieee80211_crypto_wep.c ieee80211_input.c
Sam Leffler
sam at FreeBSD.org
Fri Jun 10 16:11:25 GMT 2005
sam 2005-06-10 16:11:24 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_crypto.c ieee80211_crypto.h
ieee80211_crypto_ccmp.c
ieee80211_crypto_none.c
ieee80211_crypto_tkip.c
ieee80211_crypto_wep.c ieee80211_input.c
Log:
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
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
Revision Changes Path
1.9 +2 -4 src/sys/net80211/ieee80211_crypto.c
1.9 +2 -2 src/sys/net80211/ieee80211_crypto.h
1.6 +2 -4 src/sys/net80211/ieee80211_crypto_ccmp.c
1.5 +2 -2 src/sys/net80211/ieee80211_crypto_none.c
1.9 +6 -8 src/sys/net80211/ieee80211_crypto_tkip.c
1.7 +2 -4 src/sys/net80211/ieee80211_crypto_wep.c
1.52 +25 -43 src/sys/net80211/ieee80211_input.c
More information about the cvs-src
mailing list