Collaboration diagram for Parameters:Public Attributes | |
| WifiStandard | apType |
| Wifi standard for AP. More... | |
| bool | bHasTraffic |
| True if 802.11b stations generate traffic. More... | |
| bool | enableErpProtection |
| True to enable ERP protection. More... | |
| bool | enableShortPhyPreamble |
| True to enable short PHY preamble. More... | |
| bool | enableShortSlotTime |
| True to enable short slot time. More... | |
| std::string | erpProtectionMode |
| ERP protection mode. More... | |
| bool | gHasTraffic |
| True if 802.11g stations generate traffic. More... | |
| bool | isUdp |
| True to generate UDP traffic. More... | |
| bool | nHasTraffic |
| True if 802.11n stations generate traffic. More... | |
| uint32_t | nWifiB |
| Number of 802.11b stations. More... | |
| uint32_t | nWifiG |
| Number of 802.11g stations. More... | |
| uint32_t | nWifiN |
| Number of 802.11n stations. More... | |
| uint32_t | payloadSize |
| Payload size in bytes. More... | |
| double | simulationTime |
| Simulation time in seconds. More... | |
| std::string | testName |
| Test name. More... | |
Definition at line 67 of file wifi-mixed-network.cc.
| WifiStandard Parameters::apType |
Wifi standard for AP.
Definition at line 74 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| bool Parameters::bHasTraffic |
True if 802.11b stations generate traffic.
Definition at line 76 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| bool Parameters::enableErpProtection |
True to enable ERP protection.
Definition at line 70 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| bool Parameters::enableShortPhyPreamble |
True to enable short PHY preamble.
Definition at line 73 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| bool Parameters::enableShortSlotTime |
True to enable short slot time.
Definition at line 72 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| std::string Parameters::erpProtectionMode |
ERP protection mode.
Definition at line 71 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| bool Parameters::gHasTraffic |
True if 802.11g stations generate traffic.
Definition at line 78 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| bool Parameters::isUdp |
True to generate UDP traffic.
Definition at line 81 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| bool Parameters::nHasTraffic |
True if 802.11n stations generate traffic.
Definition at line 80 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| uint32_t Parameters::nWifiB |
Number of 802.11b stations.
Definition at line 75 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| uint32_t Parameters::nWifiG |
Number of 802.11g stations.
Definition at line 77 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| uint32_t Parameters::nWifiN |
Number of 802.11n stations.
Definition at line 79 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| uint32_t Parameters::payloadSize |
Payload size in bytes.
Definition at line 82 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| double Parameters::simulationTime |
Simulation time in seconds.
Definition at line 83 of file wifi-mixed-network.cc.
Referenced by Experiment::Run().
| std::string Parameters::testName |