#include "ns3/he-frame-exchange-manager.h"
#include "ns3/mgt-headers.h"
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | ns3::EhtFrameExchangeManager |
EhtFrameExchangeManager handles the frame exchange sequences for EHT stations. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum class | ns3::WifiIcfDrop : uint8_t { ns3::WifiIcfDrop::USING_OTHER_LINK = 0 , ns3::WifiIcfDrop::NOT_ENOUGH_TIME_TX , ns3::WifiIcfDrop::NOT_ENOUGH_TIME_RX , ns3::WifiIcfDrop::NOT_ENOUGH_TIME_SWITCH , ns3::WifiIcfDrop::NOT_ENOUGH_TIME_SLEEP } |
Reasons for an EMLSR client to drop an ICF. More... | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, WifiIcfDrop reason) |
Stream insertion operator. | |