A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-static-emlsr-test.cc File Reference
#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>
+ Include dependency graph for wifi-static-emlsr-test.cc:

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>>
 

Variables

const std::string WifiStaticEmlsrTestConstants::CHANNEL_0 = "{42, 80, BAND_5GHZ, 0}"
 
const std::string WifiStaticEmlsrTestConstants::CHANNEL_1 = "{23, 80, BAND_6GHZ, 0}"
 
const std::string WifiStaticEmlsrTestConstants::CHANNEL_2 = "{2, 0, BAND_2_4GHZ, 0}"
 
const std::vector< std::string > WifiStaticEmlsrTestConstants::DEFAULT_AP_CHS = {CHANNEL_0, CHANNEL_1, CHANNEL_2}
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_AUX_PHY_CH_WIDTH = MHz_u{20}
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_BEACON_GEN = false
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_CONTROL_MODE = "OfdmRate24Mbps"
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_DATA_MODE = "HeMcs3"
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_RNG_RUN = 7
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_RNG_SEED = 3
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_SIM_STOP_TIME = NanoSeconds(1)
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_SSID = Ssid("static-assoc-test")
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_STREAM_INDEX = 100
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_SWITCH_AUX_PHY = false
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_SWITCH_DELAY = MicroSeconds(64)
 
const auto WifiStaticEmlsrTestConstants::DEFAULT_WIFI_STANDARD = WifiStandard::WIFI_STANDARD_80211be
 
static WifiStaticEmlsrTestSuite g_wifiStaticEmlsrTestSuite
 

Variable Documentation

◆ g_wifiStaticEmlsrTestSuite

WifiStaticEmlsrTestSuite g_wifiStaticEmlsrTestSuite
static

Definition at line 374 of file wifi-static-emlsr-test.cc.