Information about transmitted frames. More...
Collaboration diagram for WifiUseAvailBwTest::FrameInfo:Public Attributes | |
| uint8_t | bss |
| BSS the frame belongs to. More... | |
| WifiMacHeader | header |
| Frame MAC header. More... | |
| std::size_t | nMpdus |
| number of MPDUs in the PSDU 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 86 of file wifi-dynamic-bw-op-test.cc.
| uint8_t WifiUseAvailBwTest::FrameInfo::bss |
BSS the frame belongs to.
Definition at line 90 of file wifi-dynamic-bw-op-test.cc.
| WifiMacHeader WifiUseAvailBwTest::FrameInfo::header |
Frame MAC header.
Definition at line 91 of file wifi-dynamic-bw-op-test.cc.
| std::size_t WifiUseAvailBwTest::FrameInfo::nMpdus |
number of MPDUs in the PSDU
Definition at line 92 of file wifi-dynamic-bw-op-test.cc.
| Time WifiUseAvailBwTest::FrameInfo::txDuration |
Frame TX duration.
Definition at line 89 of file wifi-dynamic-bw-op-test.cc.
| Time WifiUseAvailBwTest::FrameInfo::txStart |
Frame start TX time.
Definition at line 88 of file wifi-dynamic-bw-op-test.cc.
| WifiTxVector WifiUseAvailBwTest::FrameInfo::txVector |
TX vector used to transmit the frame.
Definition at line 93 of file wifi-dynamic-bw-op-test.cc.