A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::StaWifiMac::ApInfo Struct Reference

Struct to hold information regarding observed AP through active/passive scanning. More...

#include "sta-wifi-mac.h"

+ Collaboration diagram for ns3::StaWifiMac::ApInfo:

Classes

struct  SetupLinksInfo
 Information about links to setup. More...
 

Public Attributes

Mac48Address m_apAddr
 AP MAC address.
 
Mac48Address m_bssid
 BSSID.
 
WifiScanParams::Channel m_channel
 The channel the management frame was received on.
 
MgtFrameType m_frame
 The body of the management frame used to update AP info.
 
uint8_t m_linkId
 ID of the link used to communicate with the AP.
 
std::list< SetupLinksInfom_setupLinks
 information about the links to setup between MLDs
 
double m_snr
 SNR in linear scale.
 

Detailed Description

Struct to hold information regarding observed AP through active/passive scanning.

Definition at line 159 of file sta-wifi-mac.h.

Member Data Documentation

◆ m_apAddr

Mac48Address ns3::StaWifiMac::ApInfo::m_apAddr

AP MAC address.

Definition at line 172 of file sta-wifi-mac.h.

Referenced by ns3::operator<<().

◆ m_bssid

◆ m_channel

WifiScanParams::Channel ns3::StaWifiMac::ApInfo::m_channel

The channel the management frame was received on.

Definition at line 175 of file sta-wifi-mac.h.

Referenced by ns3::WifiAssocManager::MatchScanParams(), and ns3::operator<<().

◆ m_frame

MgtFrameType ns3::StaWifiMac::ApInfo::m_frame

The body of the management frame used to update AP info.

Definition at line 174 of file sta-wifi-mac.h.

Referenced by ns3::WifiAssocManager::MatchScanParams(), ns3::operator<<(), and ns3::StaWifiMac::ReceiveBeacon().

◆ m_linkId

uint8_t ns3::StaWifiMac::ApInfo::m_linkId

ID of the link used to communicate with the AP.

Definition at line 176 of file sta-wifi-mac.h.

Referenced by ns3::WifiAssocManager::MatchScanParams(), and ns3::operator<<().

◆ m_setupLinks

std::list<SetupLinksInfo> ns3::StaWifiMac::ApInfo::m_setupLinks

information about the links to setup between MLDs

Definition at line 178 of file sta-wifi-mac.h.

Referenced by ns3::WifiAssocManager::GetSetupLinks().

◆ m_snr

double ns3::StaWifiMac::ApInfo::m_snr

SNR in linear scale.

Definition at line 173 of file sta-wifi-mac.h.

Referenced by ns3::WifiDefaultAssocManager::Compare(), and ns3::operator<<().


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