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 103 of file wifi-txop-test.cc.
WifiMacHeader WifiTxopTest::FrameInfo::header |
Frame MAC header.
Definition at line 108 of file wifi-txop-test.cc.
uint32_t WifiTxopTest::FrameInfo::size |
PSDU size in bytes.
Definition at line 107 of file wifi-txop-test.cc.
Time WifiTxopTest::FrameInfo::txDuration |
Frame TX duration.
Definition at line 106 of file wifi-txop-test.cc.
Time WifiTxopTest::FrameInfo::txStart |
Frame start TX time.
Definition at line 105 of file wifi-txop-test.cc.
WifiTxVector WifiTxopTest::FrameInfo::txVector |
TX vector used to transmit the frame.
Definition at line 109 of file wifi-txop-test.cc.