#include "ns3/object.h"
#include "ns3/callback.h"
#include "ns3/traced-callback.h"
#include "ns3/nstime.h"
#include "wifi-phy-state.h"
#include "wifi-phy-common.h"
#include "wifi-ppdu.h"
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 | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef Callback< void, Ptr< WifiPsdu > > | ns3::RxErrorCallback |
Callback if PSDU unsuccessfully received. More... | |
typedef Callback< void, Ptr< WifiPsdu >, RxSignalInfo, WifiTxVector, std::vector< bool > > | ns3::RxOkCallback |
Callback if PSDU successfully received (i.e. More... | |