#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.
Enumerations | |
| enum | WifiPhyState {  IDLE, CCA_BUSY, TX, RX, SWITCHING, SLEEP, OFF }  | 
| The state of the PHY layer.  More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, WifiPhyState state) | 
| Stream insertion operator.  More... | |
| enum WifiPhyState | 
The state of the PHY layer.
State enumeration
Definition at line 31 of file wifi-phy-state.h.
      
  | 
  inline | 
Stream insertion operator.
| os | the stream | 
| state | the state | 
Definition at line 70 of file wifi-phy-state.h.
References CCA_BUSY, IDLE, NS_FATAL_ERROR, OFF, RX, SLEEP, SWITCHING, and TX.