Public Attributes | |
WifiStandard | apType |
Wifi standard for AP. | |
bool | bHasTraffic |
True if 802.11b stations generate traffic. | |
bool | enableErpProtection |
True to enable ERP protection. | |
bool | enableShortPhyPreamble |
True to enable short PHY preamble. | |
bool | enableShortSlotTime |
True to enable short slot time. | |
std::string | erpProtectionMode |
ERP protection mode. | |
bool | gHasTraffic |
True if 802.11g stations generate traffic. | |
bool | isUdp |
True to generate UDP traffic. | |
bool | nHasTraffic |
True if 802.11n stations generate traffic. | |
uint32_t | nWifiB |
Number of 802.11b stations. | |
uint32_t | nWifiG |
Number of 802.11g stations. | |
uint32_t | nWifiN |
Number of 802.11n stations. | |
uint32_t | payloadSize |
Payload size in bytes. | |
Time | simulationTime |
Simulation time. | |
std::string | testName |
Test name. | |
Definition at line 57 of file wifi-mixed-network.cc.
WifiStandard Parameters::apType |
Wifi standard for AP.
Definition at line 64 of file wifi-mixed-network.cc.
bool Parameters::bHasTraffic |
True if 802.11b stations generate traffic.
Definition at line 66 of file wifi-mixed-network.cc.
bool Parameters::enableErpProtection |
True to enable ERP protection.
Definition at line 60 of file wifi-mixed-network.cc.
bool Parameters::enableShortPhyPreamble |
True to enable short PHY preamble.
Definition at line 63 of file wifi-mixed-network.cc.
bool Parameters::enableShortSlotTime |
True to enable short slot time.
Definition at line 62 of file wifi-mixed-network.cc.
std::string Parameters::erpProtectionMode |
ERP protection mode.
Definition at line 61 of file wifi-mixed-network.cc.
bool Parameters::gHasTraffic |
True if 802.11g stations generate traffic.
Definition at line 68 of file wifi-mixed-network.cc.
bool Parameters::isUdp |
True to generate UDP traffic.
Definition at line 71 of file wifi-mixed-network.cc.
bool Parameters::nHasTraffic |
True if 802.11n stations generate traffic.
Definition at line 70 of file wifi-mixed-network.cc.
uint32_t Parameters::nWifiB |
Number of 802.11b stations.
Definition at line 65 of file wifi-mixed-network.cc.
uint32_t Parameters::nWifiG |
Number of 802.11g stations.
Definition at line 67 of file wifi-mixed-network.cc.
uint32_t Parameters::nWifiN |
Number of 802.11n stations.
Definition at line 69 of file wifi-mixed-network.cc.
uint32_t Parameters::payloadSize |
Payload size in bytes.
Definition at line 72 of file wifi-mixed-network.cc.
Time Parameters::simulationTime |
Simulation time.
Definition at line 73 of file wifi-mixed-network.cc.
std::string Parameters::testName |
Test name.
Definition at line 59 of file wifi-mixed-network.cc.