#include "ns3/ap-wifi-mac.h"
#include "ns3/assert.h"
#include "ns3/attribute-container.h"
#include "ns3/boolean.h"
#include "ns3/emlsr-manager.h"
#include "ns3/frame-exchange-manager.h"
#include "ns3/log.h"
#include "ns3/mac48-address.h"
#include "ns3/multi-model-spectrum-channel.h"
#include "ns3/node-container.h"
#include "ns3/rng-seed-manager.h"
#include "ns3/simulator.h"
#include "ns3/spectrum-wifi-helper.h"
#include "ns3/sta-wifi-mac.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include "ns3/wifi-mac-header.h"
#include "ns3/wifi-mac-helper.h"
#include "ns3/wifi-mac.h"
#include "ns3/wifi-net-device.h"
#include "ns3/wifi-static-setup-helper.h"
#include "ns3/wifi-utils.h"
#include <algorithm>
#include <iterator>
#include <set>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | WifiStaticEmlsrTest |
Test static setup of the EMLSR mode. More... | |
class | WifiStaticEmlsrTestSuite |
EMLSR static setup test suite. More... | |
struct | WifiStaticEmlsrTestVector |
test case information More... | |
Namespaces | |
namespace | WifiStaticEmlsrTestConstants |
Typedefs | |
using | WifiStaticEmlsrTestConstants::ChannelMap = std::unordered_map<WifiPhyBand, Ptr<MultiModelSpectrumChannel>> |
|
static |
Definition at line 374 of file wifi-static-emlsr-test.cc.