Structure of path error: IePerr and list of receivers: interfaces and MAC address. More...
Public Attributes | |
std::vector< FailedDestination > | destinations |
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... | |
Structure of path error: IePerr and list of receivers: interfaces and MAC address.
Definition at line 190 of file hwmp-protocol.h.
std::vector<FailedDestination> ns3::dot11s::HwmpProtocol::PathError::destinations |
destination list: Mac48Address and sequence number
Definition at line 192 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardPathError(), ns3::dot11s::HwmpProtocol::InitiatePathError(), and ns3::dot11s::HwmpProtocol::MakePathError().
std::vector<std::pair<uint32_t, Mac48Address> > ns3::dot11s::HwmpProtocol::PathError::receivers |
list of PathError receivers (in case of unicast PERR)
Definition at line 193 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardPathError(), ns3::dot11s::HwmpProtocol::InitiatePathError(), and ns3::dot11s::HwmpProtocol::MakePathError().