iPXE
Data Fields
eapol_header Struct Reference

EAPoL header. More...

#include <eapol.h>

Data Fields

uint8_t version
 Version. More...
 
uint8_t type
 Type. More...
 
uint16_t len
 Payload length. More...
 

Detailed Description

EAPoL header.

Definition at line 18 of file eapol.h.

Field Documentation

◆ version

uint8_t eapol_header::version

Version.

Definition at line 20 of file eapol.h.

Referenced by eapol_eap_rx(), eapol_rx(), eapol_tx(), and wpa_send_eapol().

◆ type

uint8_t eapol_header::type

Type.

Definition at line 22 of file eapol.h.

Referenced by eapol_rx(), eapol_tx(), and wpa_send_eapol().

◆ len

uint16_t eapol_header::len

Payload length.

Definition at line 24 of file eapol.h.

Referenced by eapol_rx(), eapol_tx(), and wpa_send_eapol().


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