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

Data Fields

EFI_80211_MAC_ADDRESS BSSId
 
UINT16 CapabilityInfo
 
UINT16 AssociationID
 
UINT8 RCPIValue
 
UINT8 RSNIValue
 
EFI_80211_ELEMENT_EXT_CAPExtCapElement
 
EFI_80211_ELEMENT_TIMEOUT_VAL TimeoutInterval
 
UINT8VendorSpecificInfo
 

Detailed Description

Field Documentation

UINT16 EFI_80211_ASSOCIATE_RESULT::AssociationID

Specifies the association ID value assigned by the AP.

EFI_80211_MAC_ADDRESS EFI_80211_ASSOCIATE_RESULT::BSSId

Specifies the address of the peer MAC entity from which the association request was received.

UINT16 EFI_80211_ASSOCIATE_RESULT::CapabilityInfo

Specifies the operational capabilities advertised by the AP.

EFI_80211_ELEMENT_EXT_CAP* EFI_80211_ASSOCIATE_RESULT::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.

UINT8 EFI_80211_ASSOCIATE_RESULT::RCPIValue

Indicates the measured RCPI of the corresponding association request frame. It is an optional parameter and is set to zero if unavailable.

UINT8 EFI_80211_ASSOCIATE_RESULT::RSNIValue

Indicates the measured RSNI at the time the corresponding association request frame was received. It is an optional parameter and is set to zero if unavailable.

EFI_80211_ELEMENT_TIMEOUT_VAL EFI_80211_ASSOCIATE_RESULT::TimeoutInterval

Specifies the timeout interval when the result code is AssociateRefusedTemporarily.

UINT8* EFI_80211_ASSOCIATE_RESULT::VendorSpecificInfo

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