#include "ns3/attribute-container.h"#include "ns3/config.h"#include "ns3/eht-configuration.h"#include "ns3/fcfs-wifi-queue-scheduler.h"#include "ns3/he-configuration.h"#include "ns3/ht-configuration.h"#include "ns3/ht-frame-exchange-manager.h"#include "ns3/interference-helper.h"#include "ns3/mac-tx-middle.h"#include "ns3/mgt-action-headers.h"#include "ns3/mobility-helper.h"#include "ns3/mpdu-aggregator.h"#include "ns3/msdu-aggregator.h"#include "ns3/multi-link-element.h"#include "ns3/node-container.h"#include "ns3/packet-socket-client.h"#include "ns3/packet-socket-helper.h"#include "ns3/packet-socket-server.h"#include "ns3/pointer.h"#include "ns3/simulator.h"#include "ns3/sta-wifi-mac.h"#include "ns3/string.h"#include "ns3/test.h"#include "ns3/vht-configuration.h"#include "ns3/wifi-default-ack-manager.h"#include "ns3/wifi-default-protection-manager.h"#include "ns3/wifi-mac-queue.h"#include "ns3/wifi-net-device.h"#include "ns3/wifi-psdu.h"#include "ns3/yans-wifi-helper.h"#include "ns3/yans-wifi-phy.h"#include <algorithm>#include <iterator>#include <vector>Go to the source code of this file.
Classes | |
| class | AmpduAggregationTest |
| Ampdu Aggregation Test. More... | |
| class | EhtAggregationTest |
| 802.11be aggregation test which permits up to 1024 MPDUs in A-MPDU according to the negotiated buffer size. More... | |
| class | HeAggregationTest |
| 802.11ax aggregation test which permits 64 or 256 MPDUs in A-MPDU according to the negotiated buffer size. More... | |
| struct | AmpduAggregationTest::Params |
| Test parameters. More... | |
| class | PreservePacketsInAmpdus |
| Test for A-MSDU and A-MPDU aggregation. More... | |
| class | TwoLevelAggregationTest |
| Two Level Aggregation Test. More... | |
| class | WifiAggregationTestSuite |
| Wifi Aggregation Test Suite. More... | |
Namespaces | |
| namespace | anonymous_namespace{wifi-aggregation-test.cc} |
Variables | |
| static WifiAggregationTestSuite | g_wifiAggregationTestSuite |
| the test suite | |
| const std::map< WifiStandard, uint32_t > | anonymous_namespace{wifi-aggregation-test.cc}::maxPsduLengths |
| Map standard to aPSDUMaxLength. | |
|
static |
the test suite
Definition at line 1316 of file wifi-aggregation-test.cc.