MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_80211_AUTHENTICATE_DATA Struct Reference

Data Fields

EFI_80211_MAC_ADDRESS BSSId
 
EFI_80211_AUTHENTICATION_TYPE AuthType
 
UINT32 FailureTimeout
 
UINT8FTContent
 
UINT8SAEContent
 
UINT8VendorSpecificInfo
 

Detailed Description

EFI_80211_AUTHENTICATION_DATA

Field Documentation

EFI_80211_AUTHENTICATION_TYPE EFI_80211_AUTHENTICATE_DATA::AuthType

Specifies the type of authentication algorithm to use during the authentication process.

EFI_80211_MAC_ADDRESS EFI_80211_AUTHENTICATE_DATA::BSSId

Specifies the address of the peer MAC entity with which to perform the authentication process.

UINT32 EFI_80211_AUTHENTICATE_DATA::FailureTimeout

Specifies a time limit in TU after which the authentication procedure is terminated.

UINT8* EFI_80211_AUTHENTICATE_DATA::FTContent

Specifies the set of elements to be included in the first message of the FT authentication sequence, may be NULL.

UINT8* EFI_80211_AUTHENTICATE_DATA::SAEContent

Specifies the set of elements to be included in the SAE Commit Message or SAE Confirm Message, may be NULL.

UINT8* EFI_80211_AUTHENTICATE_DATA::VendorSpecificInfo

Zero or more elements, may be NULL.