3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

common: add FT-8021X-SHA384 to AKM_IS_8021X

Without this the AKM shows up as WEP.
This commit is contained in:
James Prestwood 2023-04-10 15:01:33 -07:00 committed by Denis Kenzior
parent ad769b718b
commit e13e2a5636

View File

@ -78,6 +78,7 @@ bool security_from_str(const char *str, enum security *security)
akm & (IE_RSN_AKM_SUITE_8021X | \
IE_RSN_AKM_SUITE_8021X_SHA256 | \
IE_RSN_AKM_SUITE_FT_OVER_8021X | \
IE_RSN_AKM_SUITE_FT_OVER_8021X_SHA384 | \
IE_RSN_AKM_SUITE_FILS_SHA256 | \
IE_RSN_AKM_SUITE_FILS_SHA384 | \
IE_RSN_AKM_SUITE_FT_OVER_FILS_SHA256 | \