A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
WifiStaticEmlsrTestConstants Namespace Reference

Typedefs

using ChannelMap = std::unordered_map<WifiPhyBand, Ptr<MultiModelSpectrumChannel>>
 

Variables

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

Typedef Documentation

◆ ChannelMap

Variable Documentation

◆ CHANNEL_0

const std::string WifiStaticEmlsrTestConstants::CHANNEL_0 = "{42, 80, BAND_5GHZ, 0}"

◆ CHANNEL_1

const std::string WifiStaticEmlsrTestConstants::CHANNEL_1 = "{23, 80, BAND_6GHZ, 0}"

◆ CHANNEL_2

const std::string WifiStaticEmlsrTestConstants::CHANNEL_2 = "{2, 0, BAND_2_4GHZ, 0}"

◆ DEFAULT_AP_CHS

const std::vector<std::string> WifiStaticEmlsrTestConstants::DEFAULT_AP_CHS = {CHANNEL_0, CHANNEL_1, CHANNEL_2}

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

Referenced by WifiStaticEmlsrTest::GetWifiNetDevice().

◆ DEFAULT_AUX_PHY_CH_WIDTH

const auto WifiStaticEmlsrTestConstants::DEFAULT_AUX_PHY_CH_WIDTH = MHz_u{20}

◆ DEFAULT_BEACON_GEN

const auto WifiStaticEmlsrTestConstants::DEFAULT_BEACON_GEN = false

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

Referenced by WifiStaticEmlsrTest::GetApMacHelper().

◆ DEFAULT_CONTROL_MODE

const auto WifiStaticEmlsrTestConstants::DEFAULT_CONTROL_MODE = "OfdmRate24Mbps"

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

Referenced by WifiStaticEmlsrTest::GetWifiHelper().

◆ DEFAULT_DATA_MODE

const auto WifiStaticEmlsrTestConstants::DEFAULT_DATA_MODE = "HeMcs3"

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

Referenced by WifiStaticEmlsrTest::GetWifiHelper().

◆ DEFAULT_RNG_RUN

const auto WifiStaticEmlsrTestConstants::DEFAULT_RNG_RUN = 7

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

Referenced by WifiStaticEmlsrTest::DoSetup().

◆ DEFAULT_RNG_SEED

const auto WifiStaticEmlsrTestConstants::DEFAULT_RNG_SEED = 3

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

Referenced by WifiStaticEmlsrTest::DoSetup().

◆ DEFAULT_SIM_STOP_TIME

const auto WifiStaticEmlsrTestConstants::DEFAULT_SIM_STOP_TIME = NanoSeconds(1)

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

Referenced by WifiStaticEmlsrTest::DoRun().

◆ DEFAULT_SSID

const auto WifiStaticEmlsrTestConstants::DEFAULT_SSID = Ssid("static-assoc-test")

◆ DEFAULT_STREAM_INDEX

const auto WifiStaticEmlsrTestConstants::DEFAULT_STREAM_INDEX = 100

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

Referenced by WifiStaticEmlsrTest::GetWifiNetDevice().

◆ DEFAULT_SWITCH_AUX_PHY

const auto WifiStaticEmlsrTestConstants::DEFAULT_SWITCH_AUX_PHY = false

◆ DEFAULT_SWITCH_DELAY

const auto WifiStaticEmlsrTestConstants::DEFAULT_SWITCH_DELAY = MicroSeconds(64)

◆ DEFAULT_WIFI_STANDARD

const auto WifiStaticEmlsrTestConstants::DEFAULT_WIFI_STANDARD = WifiStandard::WIFI_STANDARD_80211be

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

Referenced by WifiStaticEmlsrTest::GetWifiHelper().