A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-phy-state.h File Reference
#include "ns3/fatal-error.h"
+ Include dependency graph for wifi-phy-state.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Enumerations

enum class  ns3::WifiPhyState {
  ns3::IDLE = 0 , ns3::CCA_BUSY , ns3::TX , ns3::RX ,
  ns3::SWITCHING , ns3::SLEEP , ns3::OFF
}
 The state of the PHY layer. More...
 

Functions

std::ostream & ns3::operator<< (std::ostream &os, WifiPhyState state)
 Stream insertion operator.