A struct that holds information about ACK piggybacking (CF-ACK). More...
Public Attributes | |
Mac48Address | address |
Address of the station to be acknowledged. More... | |
bool | appendCfAck |
Flag used for PCF to indicate whether a CF-ACK should be appended. More... | |
bool | expectCfAck |
Flag used for PCF to indicate whether a CF-ACK should be expected. More... | |
A struct that holds information about ACK piggybacking (CF-ACK).
Mac48Address ns3::MacLow::CfAckInfo::address |
Address of the station to be acknowledged.
Definition at line 883 of file mac-low.h.
Referenced by ns3::MacLow::ReceiveOk(), and ns3::MacLow::SendDataPacket().
bool ns3::MacLow::CfAckInfo::appendCfAck |
Flag used for PCF to indicate whether a CF-ACK should be appended.
Definition at line 881 of file mac-low.h.
Referenced by ns3::MacLow::ForwardDown(), ns3::MacLow::GetCfEndSize(), ns3::MacLow::ReceiveOk(), and ns3::MacLow::SendDataPacket().
bool ns3::MacLow::CfAckInfo::expectCfAck |
Flag used for PCF to indicate whether a CF-ACK should be expected.
Definition at line 882 of file mac-low.h.
Referenced by ns3::MacLow::CfPollTimeout(), ns3::MacLow::EndTxNoAck(), ns3::MacLow::ForwardDown(), ns3::MacLow::GetCfEndSize(), ns3::MacLow::ReceiveError(), ns3::MacLow::ReceiveOk(), and ns3::MacLow::StartTransmission().