iPXE
eapol_handler Struct Reference

An EAPoL handler. More...

#include <eapol.h>

Data Fields

uint8_t type
 Type.
int(* rx )(struct eapol_supplicant *supplicant, struct io_buffer *iobuf, const void *ll_source)
 Process received packet.

Detailed Description

An EAPoL handler.

Definition at line 57 of file eapol.h.

Field Documentation

◆ type

uint8_t eapol_handler::type

Type.

Definition at line 59 of file eapol.h.

Referenced by eapol_rx().

◆ rx

int(* eapol_handler::rx) (struct eapol_supplicant *supplicant, struct io_buffer *iobuf, const void *ll_source)

Process received packet.

Parameters
supplicantEAPoL supplicant
iobufI/O buffer
ll_sourceLink-layer source address
Return values
rcReturn status code

This method takes ownership of the I/O buffer.

Definition at line 70 of file eapol.h.

Referenced by eapol_rx().


The documentation for this struct was generated from the following file: