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:
parent
ad769b718b
commit
e13e2a5636
@ -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 | \
|
||||
|
Loading…
Reference in New Issue
Block a user