A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::WifiMac::IcfDropInfo Struct Reference

Information reported by ICF drop trace. More...

#include "wifi-mac.h"

+ Collaboration diagram for ns3::WifiMac::IcfDropInfo:

Public Attributes

uint8_t linkId {}
 the ID of the link on which the ICF was dropped
 
WifiIcfDrop reason {}
 the reason why the ICF was dropped by the EMLSR client
 
Mac48Address sender
 the sender of the ICF
 

Detailed Description

Information reported by ICF drop trace.

Definition at line 819 of file wifi-mac.h.

Member Data Documentation

◆ linkId

uint8_t ns3::WifiMac::IcfDropInfo::linkId {}

the ID of the link on which the ICF was dropped

Definition at line 822 of file wifi-mac.h.

◆ reason

WifiIcfDrop ns3::WifiMac::IcfDropInfo::reason {}

the reason why the ICF was dropped by the EMLSR client

Definition at line 821 of file wifi-mac.h.

◆ sender

Mac48Address ns3::WifiMac::IcfDropInfo::sender

the sender of the ICF

Definition at line 823 of file wifi-mac.h.


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