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

Data Fields

EFI_80211_MAC_ADDRESS BSSId
 
UINT8SSId
 
UINT8 SSIdLen
 
EFI_80211_BSS_TYPE BSSType
 
UINT16 BeaconPeriod
 
UINT64 Timestamp
 
UINT16 CapabilityInfo
 
UINT8BSSBasicRateSet
 
UINT8OperationalRateSet
 
EFI_80211_ELEMENT_COUNTRYCountry
 
EFI_80211_ELEMENT_RSN RSN
 
UINT8 RSSI
 
UINT8 RCPIMeasurement
 
UINT8 RSNIMeasurement
 
UINT8RequestedElements
 
UINT8BSSMembershipSelectorSet
 
EFI_80211_ELEMENT_EXT_CAPExtCapElement
 

Detailed Description

Field Documentation

UINT16 EFI_80211_BSS_DESCRIPTION::BeaconPeriod

The beacon period in TU of the found BSS.

UINT8* EFI_80211_BSS_DESCRIPTION::BSSBasicRateSet

The set of data rates that shall be supported by all STAs that desire to join this BSS.

EFI_80211_MAC_ADDRESS EFI_80211_BSS_DESCRIPTION::BSSId

Indicates a specific BSSID of the found BSS.

UINT8* EFI_80211_BSS_DESCRIPTION::BSSMembershipSelectorSet

Specifies the BSS membership selectors that represent the set of features that shall be supported by all STAs to join this BSS.

EFI_80211_BSS_TYPE EFI_80211_BSS_DESCRIPTION::BSSType

Specifies the type of the found BSS.

UINT16 EFI_80211_BSS_DESCRIPTION::CapabilityInfo

The advertised capabilities of the BSS.

EFI_80211_ELEMENT_COUNTRY* EFI_80211_BSS_DESCRIPTION::Country

The information required to identify the regulatory domain in which the peer STA is located.

EFI_80211_ELEMENT_EXT_CAP* EFI_80211_BSS_DESCRIPTION::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_BSS_DESCRIPTION::OperationalRateSet

The set of data rates that the peer STA desires to use for communication within the BSS.

UINT8 EFI_80211_BSS_DESCRIPTION::RCPIMeasurement

Specifies the RCPI of the received frame.

UINT8* EFI_80211_BSS_DESCRIPTION::RequestedElements

Specifies the elements requested by the request element of the Probe Request frame. This is an optional parameter and may be NULL.

EFI_80211_ELEMENT_RSN EFI_80211_BSS_DESCRIPTION::RSN

The cipher suites and AKM suites supported in the BSS.

UINT8 EFI_80211_BSS_DESCRIPTION::RSNIMeasurement

Specifies the RSNI of the received frame.

UINT8 EFI_80211_BSS_DESCRIPTION::RSSI

Specifies the RSSI of the received frame.

UINT8* EFI_80211_BSS_DESCRIPTION::SSId

Specifies the SSID of the found BSS. If NULL, ignore SSIdLen field.

UINT8 EFI_80211_BSS_DESCRIPTION::SSIdLen

Specifies the SSID of the found BSS. If NULL, ignore SSIdLen field.

UINT64 EFI_80211_BSS_DESCRIPTION::Timestamp

The timestamp of the received frame from the found BSS.