mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-24 15:22:34 +01:00
crypto: Use same values as nl80211
This commit is contained in:
parent
dd4c69f25b
commit
d075d49a96
10
src/crypto.h
10
src/crypto.h
@ -24,11 +24,11 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
enum crypto_cipher {
|
enum crypto_cipher {
|
||||||
CRYPTO_CIPHER_WEP40,
|
CRYPTO_CIPHER_WEP40 = 0x000fac01,
|
||||||
CRYPTO_CIPHER_WEP104,
|
CRYPTO_CIPHER_WEP104 = 0x000fac05,
|
||||||
CRYPTO_CIPHER_TKIP,
|
CRYPTO_CIPHER_TKIP = 0x000fac02,
|
||||||
CRYPTO_CIPHER_CCMP,
|
CRYPTO_CIPHER_CCMP = 0x000fac04,
|
||||||
CRYPTO_CIPHER_BIP,
|
CRYPTO_CIPHER_BIP = 0x000fac06,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct crypto_ptk {
|
struct crypto_ptk {
|
||||||
|
Loading…
Reference in New Issue
Block a user