On Thu, 13 Jul 2006 01:39:59 -0700, Michael Wu wrote:
> This patch replaces the rc4 code used in wep.c with crypto api's arc4
> cipher. The struct crypto_tfm passing in tkip isn't great, but it'll get fixed
> when tkip is converted to use crypto api entirely. (michael_mic)
Great work! Thanks, I'll
Replace rc4 code with crypto api arc4
This patch replaces the rc4 code used in wep.c with crypto api's arc4
cipher. The struct crypto_tfm passing in tkip isn't great, but it'll get fixed
when tkip is converted to use crypto api entirely. (michael_mic)
Signed-off-by: Michael Wu <[EMAIL PROTECTED]>