A struct that holds information about Ack piggybacking (CF-Ack). More...
Collaboration diagram for ns3::MacLow::CfAckInfo: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 839 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 837 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 838 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().