From f7e23b3512d9504d9dfca29cb7baed3c20c85653 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 15 Jul 2019 21:24:05 -0500 Subject: [PATCH] eapolutil: Add 2010 EAP protocol version --- src/eapolutil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eapolutil.h b/src/eapolutil.h index 26ae50fd..020758c2 100644 --- a/src/eapolutil.h +++ b/src/eapolutil.h @@ -28,6 +28,7 @@ enum eapol_protocol_version { EAPOL_PROTOCOL_VERSION_2001 = 1, EAPOL_PROTOCOL_VERSION_2004 = 2, + EAPOL_PROTOCOL_VERSION_2010 = 3, }; /*