Struct to hold information regarding observed AP through active/passive scanning. More...
#include "sta-wifi-mac.h"
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< SetupLinksInfo > | m_setupLinks |
information about the links to setup between MLDs | |
double | m_snr |
SNR in linear scale. | |
Struct to hold information regarding observed AP through active/passive scanning.
Definition at line 148 of file sta-wifi-mac.h.
Mac48Address ns3::StaWifiMac::ApInfo::m_apAddr |
Mac48Address ns3::StaWifiMac::ApInfo::m_bssid |
BSSID.
Definition at line 160 of file sta-wifi-mac.h.
Referenced by ns3::WifiAssocManager::MatchScanParams(), ns3::WifiAssocManager::ApInfoCompare::operator()(), ns3::operator<<(), ns3::StaWifiMac::ReceiveBeacon(), ns3::StaWifiMac::ReceiveProbeResp(), and ns3::WifiAssocManager::ScanningTimeout().
WifiScanParams::Channel ns3::StaWifiMac::ApInfo::m_channel |
The channel the management frame was received on.
Definition at line 164 of file sta-wifi-mac.h.
Referenced by ns3::WifiAssocManager::MatchScanParams(), and ns3::operator<<().
MgtFrameType ns3::StaWifiMac::ApInfo::m_frame |
The body of the management frame used to update AP info.
Definition at line 163 of file sta-wifi-mac.h.
Referenced by ns3::WifiAssocManager::MatchScanParams(), ns3::operator<<(), and ns3::StaWifiMac::ReceiveBeacon().
uint8_t ns3::StaWifiMac::ApInfo::m_linkId |
ID of the link used to communicate with the AP.
Definition at line 165 of file sta-wifi-mac.h.
Referenced by ns3::WifiAssocManager::MatchScanParams(), and ns3::operator<<().
std::list<SetupLinksInfo> ns3::StaWifiMac::ApInfo::m_setupLinks |
information about the links to setup between MLDs
Definition at line 167 of file sta-wifi-mac.h.
Referenced by ns3::WifiAssocManager::GetSetupLinks().
double ns3::StaWifiMac::ApInfo::m_snr |
SNR in linear scale.
Definition at line 162 of file sta-wifi-mac.h.
Referenced by ns3::WifiDefaultAssocManager::Compare(), and ns3::operator<<().