Message ID | 20230410220135.373872-8-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | Support FT-8021X-SHA384 | expand |
Hi James, On 4/10/23 17:01, James Prestwood wrote: > Without this the AKM shows up as WEP. > --- > src/common.c | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks. Regards, -Denis
diff --git a/src/common.c b/src/common.c index ea7b0ca0..91979423 100644 --- a/src/common.c +++ b/src/common.c @@ -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 | \