A Discrete-Event Network Simulator
API
Enumerations
wifi-phy-state.h File Reference

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...
 

Enumeration Type Documentation

◆ WifiPhyState

The state of the PHY layer.

State enumeration

Enumerator
IDLE 

The PHY layer is IDLE.

CCA_BUSY 

The PHY layer has sense the medium busy through the CCA mechanism.

TX 

The PHY layer is sending a packet.

RX 

The PHY layer is receiving a packet.

SWITCHING 

The PHY layer is switching to other channel.

SLEEP 

The PHY layer is sleeping.

OFF 

The PHY layer is switched off.

Definition at line 29 of file wifi-phy-state.h.