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

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

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
 
UINT8 * VendorSpecificInfo
 

Detailed Description

EFI_80211_ASSOCIATE_RESULT

Definition at line 709 of file WiFi.h.

Field Documentation

◆ AssociationID

UINT16 EFI_80211_ASSOCIATE_RESULT::AssociationID

Specifies the association ID value assigned by the AP.

Definition at line 722 of file WiFi.h.

◆ BSSId

EFI_80211_MAC_ADDRESS EFI_80211_ASSOCIATE_RESULT::BSSId

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

Definition at line 714 of file WiFi.h.

◆ CapabilityInfo

UINT16 EFI_80211_ASSOCIATE_RESULT::CapabilityInfo

Specifies the operational capabilities advertised by the AP.

Definition at line 718 of file WiFi.h.

◆ ExtCapElement

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.

Definition at line 737 of file WiFi.h.

◆ RCPIValue

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.

Definition at line 727 of file WiFi.h.

◆ RSNIValue

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.

Definition at line 732 of file WiFi.h.

◆ TimeoutInterval

EFI_80211_ELEMENT_TIMEOUT_VAL EFI_80211_ASSOCIATE_RESULT::TimeoutInterval

Specifies the timeout interval when the result code is AssociateRefusedTemporarily.

Definition at line 741 of file WiFi.h.

◆ VendorSpecificInfo

UINT8* EFI_80211_ASSOCIATE_RESULT::VendorSpecificInfo

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

Definition at line 745 of file WiFi.h.


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