Information about transmitted frames. More...
Public Attributes | |
WifiMacHeader | header |
Frame MAC header. | |
uint32_t | size |
PSDU size in bytes. | |
Time | txDuration |
Frame TX duration. | |
Time | txStart |
Frame start TX time. | |
WifiTxVector | txVector |
TX vector used to transmit the frame. | |
Information about transmitted frames.
Definition at line 131 of file wifi-txop-test.cc.
WifiMacHeader WifiTxopTest::FrameInfo::header |
Frame MAC header.
Definition at line 136 of file wifi-txop-test.cc.
uint32_t WifiTxopTest::FrameInfo::size |
PSDU size in bytes.
Definition at line 135 of file wifi-txop-test.cc.
Time WifiTxopTest::FrameInfo::txDuration |
Frame TX duration.
Definition at line 134 of file wifi-txop-test.cc.
Time WifiTxopTest::FrameInfo::txStart |
Frame start TX time.
Definition at line 133 of file wifi-txop-test.cc.
WifiTxVector WifiTxopTest::FrameInfo::txVector |
TX vector used to transmit the frame.
Definition at line 137 of file wifi-txop-test.cc.