A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
wifi-test.cc File Reference
#include "ns3/wifi-net-device.h"
#include "ns3/yans-wifi-channel.h"
#include "ns3/adhoc-wifi-mac.h"
#include "ns3/yans-wifi-phy.h"
#include "ns3/arf-wifi-manager.h"
#include "ns3/propagation-delay-model.h"
#include "ns3/propagation-loss-model.h"
#include "ns3/error-rate-model.h"
#include "ns3/yans-error-rate-model.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/node.h"
#include "ns3/simulator.h"
#include "ns3/test.h"
#include "ns3/object-factory.h"
#include "ns3/dca-txop.h"
#include "ns3/mac-rx-middle.h"
#include "ns3/pointer.h"
#include "ns3/rng-seed-manager.h"
#include "ns3/edca-txop-n.h"
#include "ns3/config.h"
#include "ns3/boolean.h"
+ Include dependency graph for wifi-test.cc:

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  InterferenceHelperSequenceTest
 
class  QosUtilsIsOldPacketTest
 
class  WifiTest
 
class  WifiTestSuite
 

Functions

static void AssignWifiRandomStreams (Ptr< WifiMac > mac, int64_t stream)
 

Variables

static WifiTestSuite g_wifiTestSuite
 

Function Documentation

static void AssignWifiRandomStreams ( Ptr< WifiMac mac,
int64_t  stream 
)
static

Definition at line 50 of file wifi-test.cc.

References ns3::DcaTxop::AssignStreams(), ns3::EdcaTxopN::AssignStreams(), ns3::PointerValue::Get(), and ns3::ObjectBase::GetAttribute().

Referenced by Bug555TestCase::DoRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

WifiTestSuite g_wifiTestSuite
static

Definition at line 497 of file wifi-test.cc.