Home
last modified time | relevance | path

Searched refs:GetChannelWidthAndBand (Results 1 – 4 of 4) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/he/
H A Dhe-phy.h376 …std::pair<uint16_t, WifiSpectrumBand> GetChannelWidthAndBand (const WifiTxVector& txVector, uint16…
H A Dhe-phy.cc739 HePhy::GetChannelWidthAndBand (const WifiTxVector& txVector, uint16_t staId) const in GetChannelWidthAndBand() function in ns3::HePhy
748 return PhyEntity::GetChannelWidthAndBand (txVector, staId); in GetChannelWidthAndBand()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/
H A Dphy-entity.cc639 const auto & channelWidthAndBand = GetChannelWidthAndBand (event->GetTxVector (), staId); in EndReceivePayload()
686 const auto & channelWidthAndBand = GetChannelWidthAndBand (event->GetTxVector (), staId); in GetReceptionStatus()
716 PhyEntity::GetChannelWidthAndBand (const WifiTxVector& txVector, uint16_t /* staId */) const in GetChannelWidthAndBand() function in ns3::PhyEntity
H A Dphy-entity.h659 …virtual std::pair<uint16_t, WifiSpectrumBand> GetChannelWidthAndBand (const WifiTxVector& txVector…