A Discrete-Event Network Simulator
API
ns3::ApInfo Struct Reference

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

#include "sta-wifi-mac.h"

+ Collaboration diagram for ns3::ApInfo:

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...
 

Detailed Description

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

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

Member Data Documentation

◆ m_activeProbing

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().

◆ m_apAddr

Mac48Address ns3::ApInfo::m_apAddr

◆ m_beacon

MgtBeaconHeader ns3::ApInfo::m_beacon

◆ m_bssid

◆ m_probeResp

MgtProbeResponseHeader ns3::ApInfo::m_probeResp

◆ m_snr

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().


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