Information about transmitted frames. More...
 Collaboration diagram for WifiTxopTest::FrameInfo: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 114 of file wifi-txop-test.cc.
| WifiMacHeader WifiTxopTest::FrameInfo::header | 
Frame MAC header.
Definition at line 119 of file wifi-txop-test.cc.
| uint32_t WifiTxopTest::FrameInfo::size | 
PSDU size in bytes.
Definition at line 118 of file wifi-txop-test.cc.
| Time WifiTxopTest::FrameInfo::txDuration | 
Frame TX duration.
Definition at line 117 of file wifi-txop-test.cc.
| Time WifiTxopTest::FrameInfo::txStart | 
Frame start TX time.
Definition at line 116 of file wifi-txop-test.cc.
| WifiTxVector WifiTxopTest::FrameInfo::txVector | 
TX vector used to transmit the frame.
Definition at line 120 of file wifi-txop-test.cc.