Home
last modified time | relevance | path

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

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/
H A Dqos-frame-exchange-manager.cc300 txParams.m_protection = GetProtectionManager ()->TryAddMpdu (item, fragmentTxParams); in StartFrameExchange()
324 protection = GetProtectionManager ()->TryAddMpdu (mpdu, txParams); in TryAddMpdu()
H A Dframe-exchange-manager.h188 Ptr<WifiProtectionManager> GetProtectionManager (void) const;
H A Dframe-exchange-manager.cc111 FrameExchangeManager::GetProtectionManager (void) const in GetProtectionManager() function in ns3::FrameExchangeManager
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/ht/
H A Dht-frame-exchange-manager.cc1016 protection = GetProtectionManager ()->TryAggregateMsdu (msdu, txParams); in TryAggregateMsdu()