#include "phy-entity.h"
#include "wifi-phy-common.h"
#include "wifi-phy-state.h"
#include "wifi-ppdu.h"
#include "ns3/callback.h"
#include "ns3/nstime.h"
#include "ns3/object.h"
#include "ns3/traced-callback.h"
#include <algorithm>
#include <list>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | ns3::WifiPhyStateHelper |
This objects implements the PHY state machine of the Wifi device. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef Callback< void, Ptr< const WifiPsdu > > | ns3::RxErrorCallback |
Callback if PSDU unsuccessfuly received. | |
typedef Callback< void, Ptr< const WifiPsdu >, RxSignalInfo, WifiTxVector, std::vector< bool > > | ns3::RxOkCallback |
Callback if PSDU successfully received (i.e. | |