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
1 changed files with 1 additions and 0 deletions

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 | \