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

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

Data Fields

EFI_EAP_GET_SYSTEM_CONFIGURATION GetSystemConfiguration
 
EFI_EAP_SET_SYSTEM_CONFIGURATION SetSystemConfiguration
 
EFI_EAP_INITIALIZE_PORT InitializePort
 
EFI_EAP_USER_LOGON UserLogon
 
EFI_EAP_USER_LOGOFF UserLogoff
 
EFI_EAP_GET_SUPPLICANT_STATUS GetSupplicantStatus
 
EFI_EAP_SET_SUPPLICANT_CONFIGURATION SetSupplicantConfiguration
 
EFI_EAP_GET_SUPPLICANT_STATISTICS GetSupplicantStatistics
 
EFI_EAP_GET_KEY GetKey
 

Detailed Description

The EFI_EAP_MANAGEMENT2_PROTOCOL is used to control, configure and monitor EAPOL state machine on a Port, and return information of the Port. EAPOL state machine is built on a per-Port basis. Herein, a Port means a NIC. For the details of EAPOL, please refer to IEEE 802.1x specification.

Definition at line 67 of file EapManagement2.h.

Field Documentation

◆ GetKey

EFI_EAP_GET_KEY _EFI_EAP_MANAGEMENT2_PROTOCOL::GetKey

Definition at line 76 of file EapManagement2.h.

◆ GetSupplicantStatistics

EFI_EAP_GET_SUPPLICANT_STATISTICS _EFI_EAP_MANAGEMENT2_PROTOCOL::GetSupplicantStatistics

Definition at line 75 of file EapManagement2.h.

◆ GetSupplicantStatus

EFI_EAP_GET_SUPPLICANT_STATUS _EFI_EAP_MANAGEMENT2_PROTOCOL::GetSupplicantStatus

Definition at line 73 of file EapManagement2.h.

◆ GetSystemConfiguration

EFI_EAP_GET_SYSTEM_CONFIGURATION _EFI_EAP_MANAGEMENT2_PROTOCOL::GetSystemConfiguration

Definition at line 68 of file EapManagement2.h.

◆ InitializePort

EFI_EAP_INITIALIZE_PORT _EFI_EAP_MANAGEMENT2_PROTOCOL::InitializePort

Definition at line 70 of file EapManagement2.h.

◆ SetSupplicantConfiguration

EFI_EAP_SET_SUPPLICANT_CONFIGURATION _EFI_EAP_MANAGEMENT2_PROTOCOL::SetSupplicantConfiguration

Definition at line 74 of file EapManagement2.h.

◆ SetSystemConfiguration

EFI_EAP_SET_SYSTEM_CONFIGURATION _EFI_EAP_MANAGEMENT2_PROTOCOL::SetSystemConfiguration

Definition at line 69 of file EapManagement2.h.

◆ UserLogoff

EFI_EAP_USER_LOGOFF _EFI_EAP_MANAGEMENT2_PROTOCOL::UserLogoff

Definition at line 72 of file EapManagement2.h.

◆ UserLogon

EFI_EAP_USER_LOGON _EFI_EAP_MANAGEMENT2_PROTOCOL::UserLogon

Definition at line 71 of file EapManagement2.h.


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