diff options
Diffstat (limited to 'src/common/eapol_common.h')
-rw-r--r-- | src/common/eapol_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/eapol_common.h b/src/common/eapol_common.h index 3f4261a..a81e9ff 100644 --- a/src/common/eapol_common.h +++ b/src/common/eapol_common.h @@ -36,7 +36,8 @@ enum { IEEE802_1X_TYPE_EAP_PACKET = 0, IEEE802_1X_TYPE_EAPOL_START = 1, IEEE802_1X_TYPE_EAPOL_LOGOFF = 2, IEEE802_1X_TYPE_EAPOL_KEY = 3, - IEEE802_1X_TYPE_EAPOL_ENCAPSULATED_ASF_ALERT = 4 + IEEE802_1X_TYPE_EAPOL_ENCAPSULATED_ASF_ALERT = 4, + IEEE802_1X_TYPE_EAPOL_MKA = 5, }; enum { EAPOL_KEY_TYPE_RC4 = 1, EAPOL_KEY_TYPE_RSN = 2, |