Re: [PATCH 13/13] ieee80211: Add TKIP crypt-build_iv

2006-01-20 Thread Johannes Berg
On Fri, 2006-01-20 at 13:24 +0800, Zhu Yi wrote: This patch is based on your patch (mentioned above). It changes the build_iv() interface to add two more parameters. Because for TKIP, the encryption key is changed everytime an IV is built. Since the IV is built by software, we have to return

[PATCH 13/13] ieee80211: Add TKIP crypt-build_iv

2006-01-19 Thread Zhu Yi
ieee80211: Add TKIP crypt-build_iv This patch adds ieee80211 TKIP build_iv() method to support hardwares that can do TKIP encryption but relies on ieee80211 layer to build the IV. It also changes the build_iv() interface to return the key if possible after the IV is built (this is required by

Re: [PATCH 13/13] ieee80211: Add TKIP crypt-build_iv

2006-01-19 Thread Johannes Berg
On Thu, 2006-01-19 at 16:22 +0800, Zhu Yi wrote: This patch adds ieee80211 TKIP build_iv() method to support hardwares that can do TKIP encryption but relies on ieee80211 layer to build the IV. It also changes the build_iv() interface to return the key if possible after the IV is built (this