#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/string.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 | Bug2222TestCase |
Make sure that when virtual collision occurs the wifi remote station manager is triggered and the retry counter is increased. More... | |
class | Bug730TestCase |
Make sure that when changing the fragmentation threshold during the simulation, the TCP transmission does not unexpectedly stop. More... | |
class | DcfImmediateAccessBroadcastTestCase |
Make sure that when multiple broadcast packets are queued on the same device in a short succession, that: 1) no backoff occurs if the frame arrives and the idle time >= DIFS or AIFSn (this is 'DCF immediate access', Figure 9-3 of IEEE 802.11-2012) 2) a backoff occurs for the second frame that arrives (this is clearly stated in Sec. More... | |
class | InterferenceHelperSequenceTest |
See Bug 991 More... | |
class | QosUtilsIsOldPacketTest |
Qos Utils Is Old Packet Test. More... | |
class | SetChannelFrequencyTest |
Set Channel Frequency Test. More... | |
class | WifiTest |
Wifi Test. More... | |
class | WifiTestSuite |
Wifi Test Suite. More... | |
Functions | |
static void | AssignWifiRandomStreams (Ptr< WifiMac > mac, int64_t stream) |
Variables | |
static WifiTestSuite | g_wifiTestSuite |
the test suite More... | |
Definition at line 46 of file wifi-test.cc.
References ns3::DcaTxop::AssignStreams(), ns3::PointerValue::Get(), ns3::ObjectBase::GetAttribute(), and third::mac.
Referenced by DcfImmediateAccessBroadcastTestCase::DoRun().
|
static |
the test suite
Definition at line 1181 of file wifi-test.cc.