diff mbox series

[7/9] common: add FT-8021X-SHA384 to AKM_IS_8021X

Message ID 20230410220135.373872-8-prestwoj@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series Support FT-8021X-SHA384 | expand

Commit Message

James Prestwood April 10, 2023, 10:01 p.m. UTC
Without this the AKM shows up as WEP.
---
 src/common.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Denis Kenzior April 16, 2023, 6:01 p.m. UTC | #1
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 mbox series

Patch

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