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

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

Data Fields

EFI_80211_MAC_ADDRESS BSSId
 
UINT16 CapabilityInfo
 
UINT32 FailureTimeout
 
UINT32 ListenInterval
 
EFI_80211_ELEMENT_SUPP_CHANNELChannels
 
EFI_80211_ELEMENT_RSN RSN
 
EFI_80211_ELEMENT_EXT_CAPExtCapElement
 
UINT8 * VendorSpecificInfo
 

Detailed Description

EFI_80211_ASSOCIATE_DATA

Definition at line 651 of file WiFi.h.

Field Documentation

◆ BSSId

EFI_80211_MAC_ADDRESS EFI_80211_ASSOCIATE_DATA::BSSId

Specifies the address of the peer MAC entity to associate with.

Definition at line 655 of file WiFi.h.

◆ CapabilityInfo

UINT16 EFI_80211_ASSOCIATE_DATA::CapabilityInfo

Specifies the requested operational capabilities to the AP in 2 octets.

Definition at line 659 of file WiFi.h.

◆ Channels

EFI_80211_ELEMENT_SUPP_CHANNEL* EFI_80211_ASSOCIATE_DATA::Channels

Indicates a list of channels in which the STA is capable of operating.

Definition at line 672 of file WiFi.h.

◆ ExtCapElement

EFI_80211_ELEMENT_EXT_CAP* EFI_80211_ASSOCIATE_DATA::ExtCapElement

Specifies the parameters within the Extended Capabilities element that are supported by the MAC entity. This is an optional parameter and may be NULL.

Definition at line 681 of file WiFi.h.

◆ FailureTimeout

UINT32 EFI_80211_ASSOCIATE_DATA::FailureTimeout

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

Definition at line 663 of file WiFi.h.

◆ ListenInterval

UINT32 EFI_80211_ASSOCIATE_DATA::ListenInterval

Specifies if in power save mode, how often the STA awakes and listens for the next beacon frame in TU.

Definition at line 668 of file WiFi.h.

◆ RSN

EFI_80211_ELEMENT_RSN EFI_80211_ASSOCIATE_DATA::RSN

The cipher suites and AKM suites selected by the STA.

Definition at line 676 of file WiFi.h.

◆ VendorSpecificInfo

UINT8* EFI_80211_ASSOCIATE_DATA::VendorSpecificInfo

Specifies zero or more elements. This is an optional parameter and may be NULL.

Definition at line 685 of file WiFi.h.


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