A Discrete-Event Network Simulator
API
ns3::dot11s::HwmpProtocol::PathError Struct Reference

Structure of path error: IePerr and list of receivers: interfaces and MAC address. More...

+ Collaboration diagram for ns3::dot11s::HwmpProtocol::PathError:

Public Attributes

std::vector< FailedDestinationdestinations
 destination list: Mac48Address and sequence number More...
 
std::vector< std::pair< uint32_t, Mac48Address > > receivers
 list of PathError receivers (in case of unicast PERR) More...
 

Detailed Description

Structure of path error: IePerr and list of receivers: interfaces and MAC address.

Definition at line 190 of file hwmp-protocol.h.

Member Data Documentation

◆ destinations

std::vector<FailedDestination> ns3::dot11s::HwmpProtocol::PathError::destinations

◆ receivers

std::vector<std::pair<uint32_t, Mac48Address> > ns3::dot11s::HwmpProtocol::PathError::receivers

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