Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2005 16:11:24 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200506101611.j5AGBOC8065942@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506101611.j5AGBOC8065942>