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

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

Data Fields

EFI_80211_MAC_ADDRESS BSSId
 
EFI_80211_AUTHENTICATION_TYPE AuthType
 
UINT32 FailureTimeout
 
UINT8 * FTContent
 
UINT8 * SAEContent
 
UINT8 * VendorSpecificInfo
 

Detailed Description

EFI_80211_AUTHENTICATION_DATA

Definition at line 828 of file WiFi.h.

Field Documentation

◆ AuthType

EFI_80211_AUTHENTICATION_TYPE EFI_80211_AUTHENTICATE_DATA::AuthType

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

Definition at line 838 of file WiFi.h.

◆ BSSId

EFI_80211_MAC_ADDRESS EFI_80211_AUTHENTICATE_DATA::BSSId

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

Definition at line 833 of file WiFi.h.

◆ FailureTimeout

UINT32 EFI_80211_AUTHENTICATE_DATA::FailureTimeout

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

Definition at line 843 of file WiFi.h.

◆ FTContent

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.

Definition at line 848 of file WiFi.h.

◆ SAEContent

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.

Definition at line 853 of file WiFi.h.

◆ VendorSpecificInfo

UINT8* EFI_80211_AUTHENTICATE_DATA::VendorSpecificInfo

Zero or more elements, may be NULL.

Definition at line 857 of file WiFi.h.


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