iPXE
eap_message Struct Reference

EAP request/response message. More...

#include <eap.h>

Data Fields

struct eap_header hdr
 Header.
uint8_t type
 Type.
uint8_t data [0]
 Type data.

Detailed Description

EAP request/response message.

Definition at line 35 of file eap.h.

Field Documentation

◆ hdr

struct eap_header eap_message::hdr

Header.

Definition at line 37 of file eap.h.

◆ type

uint8_t eap_message::type

Type.

Definition at line 39 of file eap.h.

◆ data

uint8_t eap_message::data[0]

Type data.

Definition at line 41 of file eap.h.


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