Information about transmitted frames. More...
Public Attributes | |
uint8_t | linkId |
link ID More... | |
uint8_t | phyId |
ID of the transmitting PHY. More... | |
WifiConstPsduMap | psduMap |
transmitted PSDU map More... | |
Time | startTx |
TX start time. More... | |
WifiTxVector | txVector |
TXVECTOR. More... | |
Information about transmitted frames.
Definition at line 409 of file wifi-mlo-test.cc.
uint8_t MultiLinkOperationsTestBase::FrameInfo::linkId |
link ID
Definition at line 414 of file wifi-mlo-test.cc.
uint8_t MultiLinkOperationsTestBase::FrameInfo::phyId |
ID of the transmitting PHY.
Definition at line 415 of file wifi-mlo-test.cc.
WifiConstPsduMap MultiLinkOperationsTestBase::FrameInfo::psduMap |
transmitted PSDU map
Definition at line 412 of file wifi-mlo-test.cc.
Time MultiLinkOperationsTestBase::FrameInfo::startTx |
TX start time.
Definition at line 411 of file wifi-mlo-test.cc.
WifiTxVector MultiLinkOperationsTestBase::FrameInfo::txVector |
TXVECTOR.
Definition at line 413 of file wifi-mlo-test.cc.