TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/EapManagement.h>
Data Fields | |
UINT8 | ValidFieldMask |
UINTN | AuthPeriod |
UINTN | HeldPeriod |
UINTN | StartPeriod |
UINTN | MaxStart |
EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION
Definition at line 86 of file EapManagement.h.
UINTN _EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION::AuthPeriod |
The initial value for the authWhile timer. Its default value is 30s.
Definition at line 94 of file EapManagement.h.
UINTN _EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION::HeldPeriod |
The initial value for the heldWhile timer. Its default value is 60s.
Definition at line 98 of file EapManagement.h.
UINTN _EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION::MaxStart |
The maximum number of successive EAPOL-Start messages will be sent before the Supplicant assumes that there is no Authenticator present. Its default value is 3.
Definition at line 108 of file EapManagement.h.
UINTN _EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION::StartPeriod |
The initial value for the startWhen timer. Its default value is 30s.
Definition at line 102 of file EapManagement.h.
UINT8 _EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION::ValidFieldMask |
Indicates which of the following fields are valid.
Definition at line 90 of file EapManagement.h.