Information about transmitted frames. More...
Public Attributes | |
uint8_t | bss |
BSS the frame belongs to. | |
WifiMacHeader | header |
Frame MAC header. | |
std::size_t | nMpdus |
number of MPDUs in the PSDU | |
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 75 of file wifi-dynamic-bw-op-test.cc.
uint8_t WifiUseAvailBwTest::FrameInfo::bss |
BSS the frame belongs to.
Definition at line 79 of file wifi-dynamic-bw-op-test.cc.
WifiMacHeader WifiUseAvailBwTest::FrameInfo::header |
Frame MAC header.
Definition at line 80 of file wifi-dynamic-bw-op-test.cc.
std::size_t WifiUseAvailBwTest::FrameInfo::nMpdus |
number of MPDUs in the PSDU
Definition at line 81 of file wifi-dynamic-bw-op-test.cc.
Time WifiUseAvailBwTest::FrameInfo::txDuration |
Frame TX duration.
Definition at line 78 of file wifi-dynamic-bw-op-test.cc.
Time WifiUseAvailBwTest::FrameInfo::txStart |
Frame start TX time.
Definition at line 77 of file wifi-dynamic-bw-op-test.cc.
WifiTxVector WifiUseAvailBwTest::FrameInfo::txVector |
TX vector used to transmit the frame.
Definition at line 82 of file wifi-dynamic-bw-op-test.cc.