XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_80211_ASSOCIATE_DATA Struct Reference

#include <WiFi.h>

Collaboration diagram for EFI_80211_ASSOCIATE_DATA:
Collaboration graph
[legend]

Public Attributes

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
 
UINT8VendorSpecificInfo
 

Detailed Description

EFI_80211_ASSOCIATE_DATA

Member Data Documentation

◆ BSSId

EFI_80211_MAC_ADDRESS EFI_80211_ASSOCIATE_DATA::BSSId

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

◆ CapabilityInfo

UINT16 EFI_80211_ASSOCIATE_DATA::CapabilityInfo

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

◆ Channels

EFI_80211_ELEMENT_SUPP_CHANNEL* EFI_80211_ASSOCIATE_DATA::Channels

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

◆ 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.

◆ FailureTimeout

UINT32 EFI_80211_ASSOCIATE_DATA::FailureTimeout

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

◆ 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.

◆ RSN

EFI_80211_ELEMENT_RSN EFI_80211_ASSOCIATE_DATA::RSN

The cipher suites and AKM suites selected by the STA.

◆ VendorSpecificInfo

UINT8* EFI_80211_ASSOCIATE_DATA::VendorSpecificInfo

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


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