#include "ns3/deprecated.h"
#include "ns3/nstime.h"
#include "ns3/object.h"
#include "ns3/wifi-utils.h"
#include <list>
#include <map>
Go to the source code of this file.
Classes | |
class | ns3::EhtConfiguration |
EHT configuration. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum class | ns3::WifiTidToLinkMappingNegSupport : uint8_t { ns3::NOT_SUPPORTED = 0 , ns3::SAME_LINK_SET = 1 , ns3::ANY_LINK_SET = 3 } |
TID-to-Link Mapping Negotiation Support. More... | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, WifiTidToLinkMappingNegSupport negsupport) |
Stream insertion operator. | |
Variables | |
static constexpr uint16_t | ns3::DEFAULT_MSD_DURATION_USEC = 5484 / 32 * 32 |
default MediumSyncDelay timer duration (max PPDU TX time rounded to a multiple of 32 us) | |
static constexpr uint8_t | ns3::DEFAULT_MSD_MAX_N_TXOPS = 1 |
default MediumSyncDelay max number of TXOP attempts | |
static constexpr int8_t | ns3::DEFAULT_MSD_OFDM_ED_THRESH = -72 |
default MediumSyncDelay timer OFDM ED threshold | |
static constexpr auto | ns3::WIFI_TID_TO_LINK_MAPPING_ANY_LINK_SET |
static constexpr auto | ns3::WIFI_TID_TO_LINK_MAPPING_NOT_SUPPORTED |
Deprecated link mapping support enums. | |
static constexpr auto | ns3::WIFI_TID_TO_LINK_MAPPING_SAME_LINK_SET |