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

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

Data Fields

EFI_80211_MAC_ADDRESS BSSId
 
UINT8 * SSId
 
UINT8 SSIdLen
 
EFI_80211_BSS_TYPE BSSType
 
UINT16 BeaconPeriod
 
UINT64 Timestamp
 
UINT16 CapabilityInfo
 
UINT8 * BSSBasicRateSet
 
UINT8 * OperationalRateSet
 
EFI_80211_ELEMENT_COUNTRYCountry
 
EFI_80211_ELEMENT_RSN RSN
 
UINT8 RSSI
 
UINT8 RCPIMeasurement
 
UINT8 RSNIMeasurement
 
UINT8 * RequestedElements
 
UINT8 * BSSMembershipSelectorSet
 
EFI_80211_ELEMENT_EXT_CAPExtCapElement
 

Detailed Description

EFI_80211_BSS_DESCRIPTION

Definition at line 400 of file WiFi.h.

Field Documentation

◆ BeaconPeriod

UINT16 EFI_80211_BSS_DESCRIPTION::BeaconPeriod

The beacon period in TU of the found BSS.

Definition at line 420 of file WiFi.h.

◆ BSSBasicRateSet

UINT8* EFI_80211_BSS_DESCRIPTION::BSSBasicRateSet

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

Definition at line 433 of file WiFi.h.

◆ BSSId

EFI_80211_MAC_ADDRESS EFI_80211_BSS_DESCRIPTION::BSSId

Indicates a specific BSSID of the found BSS.

Definition at line 404 of file WiFi.h.

◆ BSSMembershipSelectorSet

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.

Definition at line 469 of file WiFi.h.

◆ BSSType

EFI_80211_BSS_TYPE EFI_80211_BSS_DESCRIPTION::BSSType

Specifies the type of the found BSS.

Definition at line 416 of file WiFi.h.

◆ CapabilityInfo

UINT16 EFI_80211_BSS_DESCRIPTION::CapabilityInfo

The advertised capabilities of the BSS.

Definition at line 428 of file WiFi.h.

◆ Country

EFI_80211_ELEMENT_COUNTRY* EFI_80211_BSS_DESCRIPTION::Country

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

Definition at line 443 of file WiFi.h.

◆ ExtCapElement

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.

Definition at line 474 of file WiFi.h.

◆ OperationalRateSet

UINT8* EFI_80211_BSS_DESCRIPTION::OperationalRateSet

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

Definition at line 438 of file WiFi.h.

◆ RCPIMeasurement

UINT8 EFI_80211_BSS_DESCRIPTION::RCPIMeasurement

Specifies the RCPI of the received frame.

Definition at line 455 of file WiFi.h.

◆ RequestedElements

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.

Definition at line 464 of file WiFi.h.

◆ RSN

EFI_80211_ELEMENT_RSN EFI_80211_BSS_DESCRIPTION::RSN

The cipher suites and AKM suites supported in the BSS.

Definition at line 447 of file WiFi.h.

◆ RSNIMeasurement

UINT8 EFI_80211_BSS_DESCRIPTION::RSNIMeasurement

Specifies the RSNI of the received frame.

Definition at line 459 of file WiFi.h.

◆ RSSI

UINT8 EFI_80211_BSS_DESCRIPTION::RSSI

Specifies the RSSI of the received frame.

Definition at line 451 of file WiFi.h.

◆ SSId

UINT8* EFI_80211_BSS_DESCRIPTION::SSId

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

Definition at line 408 of file WiFi.h.

◆ SSIdLen

UINT8 EFI_80211_BSS_DESCRIPTION::SSIdLen

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

Definition at line 412 of file WiFi.h.

◆ Timestamp

UINT64 EFI_80211_BSS_DESCRIPTION::Timestamp

The timestamp of the received frame from the found BSS.

Definition at line 424 of file WiFi.h.


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