#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 | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum | ns3::WifiTidToLinkMappingNegSupport : uint8_t { ns3::WIFI_TID_TO_LINK_MAPPING_NOT_SUPPORTED = 0 , ns3::WIFI_TID_TO_LINK_MAPPING_SAME_LINK_SET = 1 , ns3::WIFI_TID_TO_LINK_MAPPING_ANY_LINK_SET = 3 } |
TID-to-Link Mapping Negotiation Support. More... | |
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) More... | |
static constexpr uint8_t | ns3::DEFAULT_MSD_MAX_N_TXOPS = 1 |
default MediumSyncDelay max number of TXOP attempts More... | |
static constexpr int8_t | ns3::DEFAULT_MSD_OFDM_ED_THRESH = -72 |
default MediumSyncDelay timer OFDM ED threshold More... | |