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