#include "ns3/nqos-wifi-mac-helper.h"
#include "ns3/yans-wifi-helper.h"
#include "ns3/mobility-helper.h"
#include "ns3/wifi-net-device.h"
#include "ns3/adhoc-wifi-mac.h"
#include "ns3/propagation-delay-model.h"
#include "ns3/propagation-loss-model.h"
#include "ns3/yans-error-rate-model.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/test.h"
#include "ns3/pointer.h"
#include "ns3/rng-seed-manager.h"
#include "ns3/config.h"
#include "ns3/boolean.h"
#include "ns3/string.h"
#include "ns3/packet-socket-address.h"
#include "ns3/packet-socket-server.h"
#include "ns3/packet-socket-client.h"
#include "ns3/packet-socket-helper.h"
Go to the source code of this file.
Classes | |
class | Bug555TestCase |
Make sure that when multiple broadcast packets are queued on the same device in a short succession no virtual collision occurs. More... | |
class | Bug730TestCase |
Make sure that when changing the fragmentation threshold during the simulation, the TCP transmission does not unexpectedly stop. More... | |
class | InterferenceHelperSequenceTest |
See Bug 991 More... | |
class | QosUtilsIsOldPacketTest |
class | WifiTest |
class | WifiTestSuite |
Functions | |
static void | AssignWifiRandomStreams (Ptr< WifiMac > mac, int64_t stream) |
Variables | |
static WifiTestSuite | g_wifiTestSuite |
Definition at line 49 of file wifi-test.cc.
References ns3::DcaTxop::AssignStreams(), ns3::EdcaTxopN::AssignStreams(), ns3::PointerValue::Get(), ns3::ObjectBase::GetAttribute(), and third::mac.
Referenced by Bug555TestCase::DoRun().
|
static |
Definition at line 641 of file wifi-test.cc.