A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
WifiUseAvailBwTest::FrameInfo Struct Reference

Information about transmitted frames. More...

+ Collaboration diagram for WifiUseAvailBwTest::FrameInfo:

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.
 

Detailed Description

Information about transmitted frames.

Definition at line 86 of file wifi-dynamic-bw-op-test.cc.

Member Data Documentation

◆ bss

uint8_t WifiUseAvailBwTest::FrameInfo::bss

BSS the frame belongs to.

Definition at line 90 of file wifi-dynamic-bw-op-test.cc.

◆ header

WifiMacHeader WifiUseAvailBwTest::FrameInfo::header

Frame MAC header.

Definition at line 91 of file wifi-dynamic-bw-op-test.cc.

◆ nMpdus

std::size_t WifiUseAvailBwTest::FrameInfo::nMpdus

number of MPDUs in the PSDU

Definition at line 92 of file wifi-dynamic-bw-op-test.cc.

◆ txDuration

Time WifiUseAvailBwTest::FrameInfo::txDuration

Frame TX duration.

Definition at line 89 of file wifi-dynamic-bw-op-test.cc.

◆ txStart

Time WifiUseAvailBwTest::FrameInfo::txStart

Frame start TX time.

Definition at line 88 of file wifi-dynamic-bw-op-test.cc.

◆ txVector

WifiTxVector WifiUseAvailBwTest::FrameInfo::txVector

TX vector used to transmit the frame.

Definition at line 93 of file wifi-dynamic-bw-op-test.cc.


The documentation for this struct was generated from the following file: