Variables | |
constexpr uint32_t | aBaseSlotDuration {60} |
Length of a superframe slot in symbols. More... | |
constexpr uint32_t | aBaseSuperframeDuration {aBaseSlotDuration * aNumSuperframeSlots} |
Length of a superframe in symbols. More... | |
constexpr uint32_t | aMaxBeaconOverhead {75} |
The maximum number of octets added by the MAC sublayer to the MAC payload o a a beacon frame. More... | |
constexpr uint32_t | aMaxBeaconPayloadLength {aMaxPhyPacketSize - aMaxBeaconOverhead} |
The maximum size, in octets, of a beacon payload. More... | |
constexpr uint32_t | aMaxLostBeacons {4} |
The number of consecutive lost beacons that will cause the MAC sublayer of a receiving device to declare a loss of synchronization. More... | |
constexpr uint32_t | aMaxPhyPacketSize {127} |
The maximum packet size accepted by the PHY. More... | |
constexpr uint32_t | aMaxSIFSFrameSize {18} |
The maximum size of an MPDU, in octets, that can be followed by a Short InterFrame Spacing (SIFS) period. More... | |
constexpr uint32_t | aMinMPDUOverhead {9} |
The minimum number of octets added by the MAC sublayer to the PSDU. More... | |
constexpr uint32_t | aNumSuperframeSlots {16} |
Number of a superframe slots per superframe. More... | |
constexpr uint32_t | aTurnaroundTime {12} |
The turnaround time in symbol periods for switching the transceiver from RX to TX or vice-versa. More... | |
constexpr uint32_t | aUnitBackoffPeriod {20} |
Number of symbols per CSMA/CA time unit, default 20 symbols. More... | |