#include "ns3/ap-wifi-mac.h"
#include "ns3/boolean.h"
#include "ns3/config.h"
#include "ns3/mobility-helper.h"
#include "ns3/multi-model-spectrum-channel.h"
#include "ns3/packet-socket-client.h"
#include "ns3/packet-socket-helper.h"
#include "ns3/packet-socket-server.h"
#include "ns3/qos-utils.h"
#include "ns3/rng-seed-manager.h"
#include "ns3/spectrum-wifi-helper.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include "ns3/wifi-net-device.h"
#include "ns3/wifi-psdu.h"
#include <array>
Go to the source code of this file.
Classes | |
class | WifiChannelSwitchingTest |
This test verifies that communication between an AP and a STA resumes after that both switch channel and PHY band. More... | |
class | WifiChannelSwitchingTestSuite |
Block Ack Test Suite. More... | |
Variables | |
static WifiChannelSwitchingTestSuite | g_issue211TestSuite |
the test suite | |
|
static |
the test suite
Definition at line 312 of file wifi-channel-switching-test.cc.