Input parameters. More...
Public Attributes | |
| bool | amsduAggr |
| whether A-MSDU aggregation is enabled | |
| std::vector< std::string > | apChannels |
| string specifying channels for AP | |
| WifiAssocType | assocType |
| type of association procedure | |
| std::vector< std::string > | firstStaChannels |
| string specifying channels for first STA | |
| std::size_t | id |
| input ID | |
| uint8_t | ipVersion |
| IP version to use, either 4 or 6. | |
| std::vector< std::string > | secondStaChannels |
| string specifying channels for second STA | |
| WifiTrafficPattern | trafficPattern |
| the pattern of traffic to generate | |
Input parameters.
Definition at line 83 of file wifi-mlo-udp-test-suite.cc.
| bool WifiMloUdpTest::InputParams::amsduAggr |
whether A-MSDU aggregation is enabled
Definition at line 91 of file wifi-mlo-udp-test-suite.cc.
| std::vector<std::string> WifiMloUdpTest::InputParams::apChannels |
string specifying channels for AP
Definition at line 86 of file wifi-mlo-udp-test-suite.cc.
| WifiAssocType WifiMloUdpTest::InputParams::assocType |
type of association procedure
Definition at line 90 of file wifi-mlo-udp-test-suite.cc.
| std::vector<std::string> WifiMloUdpTest::InputParams::firstStaChannels |
string specifying channels for first STA
Definition at line 87 of file wifi-mlo-udp-test-suite.cc.
| std::size_t WifiMloUdpTest::InputParams::id |
input ID
Definition at line 85 of file wifi-mlo-udp-test-suite.cc.
| uint8_t WifiMloUdpTest::InputParams::ipVersion |
IP version to use, either 4 or 6.
Definition at line 92 of file wifi-mlo-udp-test-suite.cc.
| std::vector<std::string> WifiMloUdpTest::InputParams::secondStaChannels |
string specifying channels for second STA
Definition at line 88 of file wifi-mlo-udp-test-suite.cc.
| WifiTrafficPattern WifiMloUdpTest::InputParams::trafficPattern |
the pattern of traffic to generate
Definition at line 89 of file wifi-mlo-udp-test-suite.cc.