A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-mac-queue-scheduler.h File Reference
#include "qos-utils.h"
#include "wifi-mac-queue-container.h"
#include "ns3/object.h"
#include <bitset>
#include <optional>
+ Include dependency graph for wifi-mac-queue-scheduler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::WifiMacQueueScheduler
 WifiMacQueueScheduler is an abstract base class defining the public interface for a wifi MAC queue scheduler. More...
 

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Enumerations

enum class  ns3::WifiQueueBlockedReason : uint8_t {
  ns3::WifiQueueBlockedReason::WAITING_ADDBA_RESP = 0 , ns3::WifiQueueBlockedReason::POWER_SAVE_MODE , ns3::WifiQueueBlockedReason::USING_OTHER_EMLSR_LINK , ns3::WifiQueueBlockedReason::WAITING_EMLSR_TRANSITION_DELAY ,
  ns3::WifiQueueBlockedReason::TID_NOT_MAPPED , ns3::WifiQueueBlockedReason::REASONS_COUNT
}
 Enumeration of the reasons to block container queues. More...
 

Functions

std::ostream & ns3::operator<< (std::ostream &os, WifiQueueBlockedReason reason)
 Stream insertion operator.