Struct to hold information regarding observed AP through active/passive scanning. More...
#include "sta-wifi-mac.h"
Public Attributes | |
bool | m_activeProbing |
Flag whether active probing is used or not. More... | |
Mac48Address | m_apAddr |
AP MAC address. More... | |
MgtBeaconHeader | m_beacon |
Beacon header. More... | |
Mac48Address | m_bssid |
BSSID. More... | |
MgtProbeResponseHeader | m_probeResp |
Probe Response header. More... | |
double | m_snr |
SNR in linear scale. More... | |
Struct to hold information regarding observed AP through active/passive scanning.
Definition at line 44 of file sta-wifi-mac.h.
bool ns3::ApInfo::m_activeProbing |
Flag whether active probing is used or not.
Definition at line 49 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::Receive(), ns3::StaWifiMac::ScanningTimeout(), and ns3::StaWifiMac::UpdateCandidateApList().
Mac48Address ns3::ApInfo::m_apAddr |
AP MAC address.
Definition at line 47 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::Receive(), ns3::StaWifiMac::ScanningTimeout(), and ns3::StaWifiMac::UpdateCandidateApList().
MgtBeaconHeader ns3::ApInfo::m_beacon |
Beacon header.
Definition at line 50 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::Receive(), ns3::StaWifiMac::ScanningTimeout(), and ns3::StaWifiMac::UpdateCandidateApList().
Mac48Address ns3::ApInfo::m_bssid |
BSSID.
Definition at line 46 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::Receive(), ns3::StaWifiMac::ScanningTimeout(), and ns3::StaWifiMac::UpdateCandidateApList().
MgtProbeResponseHeader ns3::ApInfo::m_probeResp |
Probe Response header.
Definition at line 51 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::Receive(), ns3::StaWifiMac::ScanningTimeout(), and ns3::StaWifiMac::UpdateCandidateApList().
double ns3::ApInfo::m_snr |
SNR in linear scale.
Definition at line 48 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::Receive(), and ns3::StaWifiMac::UpdateCandidateApList().