Information about transmitted frames. More...
#include "wifi-emlsr-test.h"
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 142 of file wifi-emlsr-test.h.
uint8_t EmlsrOperationsTestBase::FrameInfo::linkId |
link ID
Definition at line 147 of file wifi-emlsr-test.h.
uint8_t EmlsrOperationsTestBase::FrameInfo::phyId |
ID of the transmitting PHY.
Definition at line 148 of file wifi-emlsr-test.h.
WifiConstPsduMap EmlsrOperationsTestBase::FrameInfo::psduMap |
transmitted PSDU map
Definition at line 145 of file wifi-emlsr-test.h.
Time EmlsrOperationsTestBase::FrameInfo::startTx |
TX start time.
Definition at line 144 of file wifi-emlsr-test.h.
WifiTxVector EmlsrOperationsTestBase::FrameInfo::txVector |
TXVECTOR.
Definition at line 146 of file wifi-emlsr-test.h.