28 #define EAPOL_VERSION_2001 1 31 #define EAPOL_TYPE_EAP 0 34 #define EAPOL_TYPE_START 1 37 #define EAPOL_TYPE_KEY 5 50 #define EAPOL_START_INTERVAL ( 2 * TICKS_PER_SEC ) 53 #define EAPOL_START_COUNT 3 70 struct io_buffer *iobuf,
const void *ll_source );
74 #define EAPOL_HANDLERS __table ( struct eapol_handler, "eapol_handlers" ) 77 #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.