commit | 4be297016cd3a6aedbcc3b053da16cdd42546f04 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Jun 12 18:19:56 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 20 14:18:33 2019 +0800 |
tree | 0c1c5e88b5dfd15e33bc6aab30fb3667e56247d4 | |
parent | af1f3d327d49d9bb94d9c173023e6cbdc5453d38 [diff] |
net/lib80211: move TKIP handling to ARC4 library code The crypto API abstraction is not very useful for invoking ciphers directly, especially in the case of arc4, which only has a generic implementation in C. So let's invoke the library code directly. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>