iPXE
Data Fields
eapol_handler Struct Reference

An EAPoL handler. More...

#include <eapol.h>

Data Fields

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

Detailed Description

An EAPoL handler.

Definition at line 56 of file eapol.h.

Field Documentation

◆ type

uint8_t eapol_handler::type

Type.

Definition at line 58 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 69 of file eapol.h.

Referenced by eapol_rx().


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