iPXE
Data Fields
eap_method Struct Reference

An EAP method. More...

#include <eap.h>

Data Fields

uint8_t type
 Type. More...
 
int(* rx )(struct eap_supplicant *supplicant, const void *req, size_t req_len)
 Handle EAP request. More...
 

Detailed Description

An EAP method.

Definition at line 177 of file eap.h.

Field Documentation

◆ type

uint8_t eap_method::type

Type.

Definition at line 179 of file eap.h.

◆ rx

int( * eap_method::rx) (struct eap_supplicant *supplicant, const void *req, size_t req_len)

Handle EAP request.

Parameters
supplicantEAP supplicant
reqRequest type data
req_lenLength of request type data
Return values
rcReturn status code

Definition at line 188 of file eap.h.


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