EAPOL definitions shared between hostapd and wpa_supplicant. More...
Go to the source code of this file.
Data Structures | |
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 |
EAPOL definitions shared between hostapd and wpa_supplicant.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file eapol_common.h.