Route found in proactive mode. More...
Collaboration diagram for ns3::dot11s::HwmpRtable::ProactiveRoute:Public Attributes | |
| uint32_t | interface |
| interface | |
| uint32_t | metric |
| metric | |
| std::vector< Precursor > | precursors |
| precursors | |
| Mac48Address | retransmitter |
| retransmitter | |
| Mac48Address | root |
| root | |
| uint32_t | seqnum |
| sequence number | |
| Time | whenExpire |
| expire time | |
Route found in proactive mode.
Definition at line 208 of file hwmp-rtable.h.
| uint32_t ns3::dot11s::HwmpRtable::ProactiveRoute::interface |
interface
Definition at line 212 of file hwmp-rtable.h.
| uint32_t ns3::dot11s::HwmpRtable::ProactiveRoute::metric |
metric
Definition at line 213 of file hwmp-rtable.h.
| std::vector<Precursor> ns3::dot11s::HwmpRtable::ProactiveRoute::precursors |
precursors
Definition at line 216 of file hwmp-rtable.h.
| Mac48Address ns3::dot11s::HwmpRtable::ProactiveRoute::retransmitter |
retransmitter
Definition at line 211 of file hwmp-rtable.h.
| Mac48Address ns3::dot11s::HwmpRtable::ProactiveRoute::root |
root
Definition at line 210 of file hwmp-rtable.h.
| uint32_t ns3::dot11s::HwmpRtable::ProactiveRoute::seqnum |
sequence number
Definition at line 215 of file hwmp-rtable.h.
| Time ns3::dot11s::HwmpRtable::ProactiveRoute::whenExpire |
expire time
Definition at line 214 of file hwmp-rtable.h.