29 #define EAPOL_VERSION_2001 1 32 #define EAPOL_TYPE_EAP 0 35 #define EAPOL_TYPE_START 1 38 #define EAPOL_TYPE_KEY 5 51 #define EAPOL_START_INTERVAL ( 2 * TICKS_PER_SEC ) 54 #define EAPOL_START_COUNT 3 71 struct io_buffer *iobuf,
const void *ll_source );
75 #define EAPOL_HANDLERS __table ( struct eapol_handler, "eapol_handlers" ) 78 #define __eapol_handler __table_entry ( EAPOL_HANDLERS, 01 )
struct eap_supplicant eap
EAP supplicant.
struct net_protocol eapol_protocol __net_protocol
AoE protocol.
int(* rx)(struct eapol_supplicant *supplicant, struct io_buffer *iobuf, const void *ll_source)
Process received packet.
A network-layer protocol.
Network device management.
unsigned int count
EAPoL-Start transmission count.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
Extensible Authentication Protocol.