TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_EAP_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/Eap.h>

Data Fields

EFI_EAP_SET_DESIRED_AUTHENTICATION_METHOD SetDesiredAuthMethod
 
EFI_EAP_REGISTER_AUTHENTICATION_METHOD RegisterAuthMethod
 

Detailed Description

EFI_EAP_PROTOCOL is used to configure the desired EAP authentication method for the EAP framework and extend the EAP framework by registering new EAP authentication method on a Port. The EAP framework is built on a per-Port basis. Herein, a Port means a NIC. For the details of EAP protocol, please refer to RFC 2284.

Definition at line 147 of file Eap.h.

Field Documentation

◆ RegisterAuthMethod

EFI_EAP_REGISTER_AUTHENTICATION_METHOD _EFI_EAP_PROTOCOL::RegisterAuthMethod

Definition at line 149 of file Eap.h.

◆ SetDesiredAuthMethod

EFI_EAP_SET_DESIRED_AUTHENTICATION_METHOD _EFI_EAP_PROTOCOL::SetDesiredAuthMethod

Definition at line 148 of file Eap.h.


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