Home
last modified time | relevance | path

Searched refs:dot11s (Results 1 – 25 of 54) sorted by relevance

123

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/
H A Dwscript14 'model/dot11s/ie-dot11s-id.cc',
16 'model/dot11s/ie-dot11s-preq.cc',
17 'model/dot11s/ie-dot11s-prep.cc',
18 'model/dot11s/ie-dot11s-perr.cc',
19 'model/dot11s/ie-dot11s-rann.cc',
22 'model/dot11s/dot11s-mac-header.cc',
77 'model/dot11s/ie-dot11s-id.h',
84 'model/dot11s/ie-dot11s-perr.h',
85 'model/dot11s/ie-dot11s-prep.h',
86 'model/dot11s/ie-dot11s-preq.h',
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/test/
H A Dmesh-information-element-vector-test-suite.cc63 Ptr<dot11s::IeMeshId> meshId = Create<dot11s::IeMeshId> ("qwerty"); in DoRun()
67 Ptr<dot11s::IeConfiguration> config = Create<dot11s::IeConfiguration> (); in DoRun()
71 Ptr<dot11s::IeLinkMetricReport> report = Create<dot11s::IeLinkMetricReport> (123456); in DoRun()
75 Ptr<dot11s::IePeerManagement> peerMan1 = Create<dot11s::IePeerManagement> (); in DoRun()
77 Ptr<dot11s::IePeerManagement> peerMan2 = Create<dot11s::IePeerManagement> (); in DoRun()
79 Ptr<dot11s::IePeerManagement> peerMan3 = Create<dot11s::IePeerManagement> (); in DoRun()
86 Ptr<dot11s::IeBeaconTiming> beaconTiming = Create<dot11s::IeBeaconTiming> (); in DoRun()
94 Ptr<dot11s::IeRann> rann = Create<dot11s::IeRann> (); in DoRun()
108 Ptr<dot11s::IePreq> preq = Create<dot11s::IePreq> (); in DoRun()
120 Ptr<dot11s::IePrep> prep = Create<dot11s::IePrep> (); in DoRun()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/model/
H A Dmesh-information-element-vector.cc76 newElement = Create<dot11s::IeConfiguration> (); in DeserializeSingleIe()
79 newElement = Create<dot11s::IeMeshId> (); in DeserializeSingleIe()
82 newElement = Create<dot11s::IeLinkMetricReport> (); in DeserializeSingleIe()
85 newElement = Create<dot11s::IePeerManagement> (); in DeserializeSingleIe()
88 newElement = Create<dot11s::IeBeaconTiming> (); in DeserializeSingleIe()
91 newElement = Create<dot11s::IeRann> (); in DeserializeSingleIe()
94 newElement = Create<dot11s::IePreq> (); in DeserializeSingleIe()
97 newElement = Create<dot11s::IePrep> (); in DeserializeSingleIe()
100 newElement = Create<dot11s::IePerr> (); in DeserializeSingleIe()
103 newElement = Create<dot11s::IePeeringProtocol> (); in DeserializeSingleIe()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/doc/source/
H A Dmesh-design.rst88 * the protocol itself, ``ns3::dot11s::PeerManagementProtocol``, which keeps all active peer links o…
89 * the MAC plug-in, ``ns3::dot11s::PeerManagementProtocolMac``, which drops frames if there is no pe…
90 * the peer link, ``ns3::dot11s::PeerLink``, which keeps finite state machine of each peer link, kee…
95 * beacon loss (see an appropriate attribute of ns3::dot11s::PeerLink class)
99 ``ns3::dot11s::PeerManagementProtocol`` and its plug-in is 
100 ``ns3::dot11s::PeerManagementProtocolMac``.
H A Dmesh-references.rst17 …, `IEEE 802.11s Mesh Networking NS-3 Model <http://www.nsnam.org/workshops/wns3-2010/dot11s.pdf>`_.
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/model/dot11s/
H A Dairtime-metric.h25 namespace dot11s {
H A Die-dot11s-peering-protocol.h28 namespace dot11s
H A Die-dot11s-peering-protocol.cc23 namespace dot11s { namespace
H A Die-dot11s-id.h29 namespace dot11s {
H A Dhwmp-tag.h30 namespace dot11s {
H A Die-dot11s-perr.h29 namespace dot11s {
H A Die-dot11s-metric-report.h29 namespace dot11s {
H A Ddot11s-mac-header.h29 namespace dot11s {
H A Die-dot11s-metric-report.cc25 namespace dot11s { namespace
H A Die-dot11s-rann.h28 namespace dot11s {
H A Die-dot11s-peer-management.h28 namespace dot11s {
H A Dairtime-metric.cc25 namespace dot11s { namespace
H A Die-dot11s-beacon-timing.h29 namespace dot11s {
H A Die-dot11s-prep.h28 namespace dot11s {
H A Dhwmp-tag.cc24 namespace dot11s { namespace
H A Die-dot11s-configuration.h29 namespace dot11s {
H A Dhwmp-rtable.h29 namespace dot11s {
H A Die-dot11s-id.cc25 namespace dot11s { namespace
H A Dpeer-management-protocol-mac.h30 namespace dot11s {
H A Die-dot11s-preq.h30 namespace dot11s {

123