crypto: add OSEN AKM

OSEN (OSU Server-Only authenticated layer 2 Encryption Network) is
required for the WiFi Alliance Hotspot Specification.
This commit is contained in:
James Prestwood 2019-06-07 12:16:59 -07:00 committed by Denis Kenzior
parent 6ee479f022
commit f6df93d358
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ enum crypto_akm {
CRYPTO_AKM_FT_OVER_FILS_SHA256 = 0x000fac10,
CRYPTO_AKM_FT_OVER_FILS_SHA384 = 0x000fac11,
CRYPTO_AKM_OWE = 0x000fac12,
CRYPTO_AKM_OSEN = 0x506f9a01,
};
/* Min & Max reported by crypto_cipher_key_len when ignoring WEP */