[PATCH] mka: Update GCM-AES-128 cipher suite identifier

Mahesh Patil maheshp at nvidia.com
Mon Jun 27 15:26:03 PDT 2022


Update Macsec GCM-AES-128 cipher suite identifier as per
IEEE Std 802.1AE-2018 specification

Signed-off-by: Mahesh Patil <maheshp at nvidia.com>
---
 src/common/ieee802_1x_defs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/ieee802_1x_defs.h b/src/common/ieee802_1x_defs.h
index e7acff108..e63ebe1ac 100644
--- a/src/common/ieee802_1x_defs.h
+++ b/src/common/ieee802_1x_defs.h
@@ -10,7 +10,7 @@
 #define IEEE802_1X_DEFS_H
 
 #define CS_ID_LEN		8
-#define CS_ID_GCM_AES_128	0x0080020001000001ULL
+#define CS_ID_GCM_AES_128	0x0080c20001000001ULL
 #define CS_NAME_GCM_AES_128	"GCM-AES-128"
 #define CS_ID_GCM_AES_256	0x0080c20001000002ULL
 #define CS_NAME_GCM_AES_256	"GCM-AES-256"
-- 
2.25.1




More information about the Hostap mailing list