#include "ns3/command-line.h"
#include "ns3/config.h"
#include "ns3/double.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/log.h"
#include "ns3/mobility-helper.h"
#include "ns3/mobility-model.h"
#include "ns3/neighbor-cache-helper.h"
#include "ns3/ssid.h"
#include "ns3/string.h"
#include "ns3/wifi-phy-rx-trace-helper.h"
#include "ns3/yans-wifi-channel.h"
#include "ns3/yans-wifi-helper.h"
Go to the source code of this file.
Functions | |
static void | GeneratePacket (Ptr< Socket > socket, uint32_t pktSize, uint32_t pktCount, Time pktInterval) |
Generate traffic. | |
void | PopulateNeighborCache () |
void | ReceiveObssPacket (Ptr< Socket > socket) |
void | ReceivePacket (Ptr< Socket > socket) |
Function called when a packet is received. | |
|
static |
Generate traffic.
socket | The sending socket. |
pktSize | The packet size. |
pktCount | The packet count. |
pktInterval | The interval between two packets. |
Definition at line 103 of file wifi-phy-rx-trace-example.cc.
References ns3::Create(), GeneratePacket(), NS_LOG_INFO, pktSize, and ns3::Simulator::Schedule().
Referenced by GeneratePacket().
void PopulateNeighborCache | ( | ) |
Definition at line 123 of file wifi-phy-rx-trace-example.cc.
References ns3::NeighborCacheHelper::PopulateNeighborCache().
Definition at line 85 of file wifi-phy-rx-trace-example.cc.
References NS_LOG_INFO.
Function called when a packet is received.
socket | The receiving socket. |
Definition at line 75 of file wifi-phy-rx-trace-example.cc.
References NS_LOG_INFO.