#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"
Include dependency graph for wifi-test.cc: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 |
| class | SetChannelFrequencyTest |
| class | WifiTest |
| class | WifiTestSuite |
Functions | |
| static void | AssignWifiRandomStreams (Ptr< WifiMac > mac, int64_t stream) |
Variables | |
| static WifiTestSuite | g_wifiTestSuite |
Definition at line 48 of file wifi-test.cc.
References ns3::DcaTxop::AssignStreams(), ns3::EdcaTxopN::AssignStreams(), ns3::PointerValue::Get(), ns3::ObjectBase::GetAttribute(), and third::mac.
Referenced by DcfImmediateAccessBroadcastTestCase::DoRun().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1113 of file wifi-test.cc.