WifiSpectrumBandInfo structure containing info about a spectrum band. More...
#include "wifi-phy-common.h"
Public Attributes | |
std::vector< WifiSpectrumBandFrequencies > | frequencies |
the start and stop frequencies for each segment of the band | |
std::vector< WifiSpectrumBandIndices > | indices |
the start and stop indices for each segment of the band | |
WifiSpectrumBandInfo structure containing info about a spectrum band.
Definition at line 51 of file wifi-phy-common.h.
std::vector<WifiSpectrumBandFrequencies> ns3::WifiSpectrumBandInfo::frequencies |
the start and stop frequencies for each segment of the band
Definition at line 56 of file wifi-phy-common.h.
Referenced by ns3::SpectrumWifiPhy::GetBandForInterface(), ns3::InterferenceHelper::IsBandInFrequencyRange(), ns3::operator<(), and ns3::operator<<().
std::vector<WifiSpectrumBandIndices> ns3::WifiSpectrumBandInfo::indices |
the start and stop indices for each segment of the band
Definition at line 54 of file wifi-phy-common.h.
Referenced by ns3::SpectrumWifiPhy::GetBandForInterface(), ns3::SpectrumWifiPhy::GetHeRuBands(), ns3::HePhy::GetNonOfdmaBand(), ns3::HePhy::GetRuBandForRx(), ns3::HePhy::GetRuBandForTx(), ns3::HePhy::GetTxPowerSpectralDensity(), and ns3::operator<<().