#include "ns3/ap-wifi-mac.h"
#include "ns3/boolean.h"
#include "ns3/config.h"
#include "ns3/double.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/rng-seed-manager.h"
#include "ns3/spectrum-wifi-helper.h"
#include "ns3/sta-wifi-mac.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include "ns3/wifi-net-device.h"
#include "ns3/wifi-standards.h"
#include <map>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | WifiChannelSettingsTest::Params |
Parameters for the test. More... | |
class | WifiChannelSettingsTest |
Test initial channel settings for AP and non-AP STAs when those are not necessarily identical. More... | |
class | WifiChannelSettingsTestSuite |
wifi channel settings test suite More... | |
Variables | |
static WifiChannelSettingsTestSuite | g_wifiChannelSettingsTestSuite |
the test suite | |
|
static |
the test suite
Definition at line 380 of file wifi-channel-settings-test.cc.