Go to the source code of this file.
Classes | |
struct | ieee802_1x_hdr |
Defines | |
#define | EAPOL_VERSION 2 |
Enumerations | |
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 } |
enum | { EAPOL_KEY_TYPE_RC4 = 1, EAPOL_KEY_TYPE_RSN = 2, EAPOL_KEY_TYPE_WPA = 254 } |
Variables | |
struct ieee802_1x_hdr | STRUCT_PACKED |
#define EAPOL_VERSION 2 |
Definition at line 35 of file eapol_common.h.
anonymous enum |
IEEE802_1X_TYPE_EAP_PACKET | |
IEEE802_1X_TYPE_EAPOL_START | |
IEEE802_1X_TYPE_EAPOL_LOGOFF | |
IEEE802_1X_TYPE_EAPOL_KEY | |
IEEE802_1X_TYPE_EAPOL_ENCAPSULATED_ASF_ALERT |
Definition at line 37 of file eapol_common.h.
anonymous enum |
Definition at line 44 of file eapol_common.h.
struct ieee802_1x_hdr STRUCT_PACKED |