iPXE
|
EAPoL header. More...
#include <eapol.h>
Data Fields | |
uint8_t | version |
Version. More... | |
uint8_t | type |
Type. More... | |
uint16_t | len |
Payload length. More... | |
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().
uint8_t eapol_header::type |
Type.
Definition at line 22 of file eapol.h.
Referenced by eapol_rx(), eapol_tx(), and wpa_send_eapol().
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().