Information about transmitted frames. More...
Public Attributes | |
WifiMacHeader | header |
Frame MAC header. More... | |
Time | txDuration |
Frame TX duration. More... | |
Time | txStart |
Frame start TX time. More... | |
WifiTxVector | txVector |
TX vector used to transmit the frame. More... | |
Information about transmitted frames.
Definition at line 87 of file wifi-txop-test.cc.
WifiMacHeader WifiTxopTest::FrameInfo::header |
Frame MAC header.
Definition at line 91 of file wifi-txop-test.cc.
Time WifiTxopTest::FrameInfo::txDuration |
Frame TX duration.
Definition at line 90 of file wifi-txop-test.cc.
Time WifiTxopTest::FrameInfo::txStart |
Frame start TX time.
Definition at line 89 of file wifi-txop-test.cc.
WifiTxVector WifiTxopTest::FrameInfo::txVector |
TX vector used to transmit the frame.
Definition at line 92 of file wifi-txop-test.cc.