Actions and checks to perform upon the transmission of each frame. More...
#include "wifi-mlo-test.h"
Public Member Functions | |
Events (WifiMacType type, std::function< void(Ptr< const WifiPsdu >, const WifiTxVector &, uint8_t)> &&f={}) | |
Constructor. | |
Public Attributes | |
std::function< void(Ptr< const WifiPsdu >, const WifiTxVector &, uint8_t)> | func |
function to perform actions and checks | |
WifiMacType | hdrType |
MAC header type of frame being transmitted. | |
Actions and checks to perform upon the transmission of each frame.
Definition at line 825 of file wifi-mlo-test.h.
|
inline |
Constructor.
type | the frame MAC header type |
f | function to perform actions and checks |
Definition at line 833 of file wifi-mlo-test.h.
std::function<void(Ptr<const WifiPsdu>, const WifiTxVector&, uint8_t)> BarAfterDroppedMpduTest::Events::func |
function to perform actions and checks
Definition at line 842 of file wifi-mlo-test.h.
WifiMacType BarAfterDroppedMpduTest::Events::hdrType |
MAC header type of frame being transmitted.
Definition at line 840 of file wifi-mlo-test.h.