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