#include "ns3/vht-frame-exchange-manager.h"
#include "mu-snr-tag.h"
#include <map>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | ns3::HeFrameExchangeManager |
HeFrameExchangeManager handles the frame exchange sequences for HE stations. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef std::unordered_map< uint16_t, Ptr< const WifiPsdu > > | ns3::WifiConstPsduMap |
Map of const PSDUs indexed by STA-ID. More... | |
typedef std::unordered_map< uint16_t, Ptr< WifiPsdu > > | ns3::WifiPsduMap |
Map of PSDUs indexed by STA-ID. More... | |