A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
ie-dot11s-peering-protocol.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2008,2009 IITP RAS
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
* Authors: Kirill Andreev <andreev@iitp.ru>
7
*/
8
9
#ifndef MESH_PEERING_PROTOCOL_H
10
#define MESH_PEERING_PROTOCOL_H
11
12
#include "ns3/mesh-information-element-vector.h"
13
14
namespace
ns3
15
{
16
namespace
dot11s
17
{
18
19
/**
20
* \ingroup dot11s
21
*
22
* \brief Mesh Peering Protocol Identifier information element
23
* Note that it does not permit to set any value besides zero
24
* (corresponding to mesh peering management protocol)
25
*/
26
class
IePeeringProtocol
:
public
WifiInformationElement
27
{
28
public
:
29
IePeeringProtocol
();
30
31
// Inherited from WifiInformationElement
32
WifiInformationElementId
ElementId
()
const override
;
33
uint16_t
GetInformationFieldSize
()
const override
;
34
void
SerializeInformationField
(
Buffer::Iterator
i)
const override
;
35
uint16_t
DeserializeInformationField
(
Buffer::Iterator
i, uint16_t length)
override
;
36
void
Print
(std::ostream& os)
const override
;
37
38
private
:
39
uint8_t
m_protocol
;
///< the protocol
40
};
41
}
// namespace dot11s
42
}
// namespace ns3
43
#endif
ns3::Buffer::Iterator
iterator in a Buffer instance
Definition
buffer.h:89
ns3::WifiInformationElement
Information element, as defined in 802.11-2007 standard.
Definition
wifi-information-element.h:278
ns3::dot11s::IePeeringProtocol
Mesh Peering Protocol Identifier information element Note that it does not permit to set any value be...
Definition
ie-dot11s-peering-protocol.h:27
ns3::dot11s::IePeeringProtocol::IePeeringProtocol
IePeeringProtocol()
Definition
ie-dot11s-peering-protocol.cc:21
ns3::dot11s::IePeeringProtocol::SerializeInformationField
void SerializeInformationField(Buffer::Iterator i) const override
Serialize information (i.e., the body of the IE, not including the Element ID and length octets)
Definition
ie-dot11s-peering-protocol.cc:33
ns3::dot11s::IePeeringProtocol::GetInformationFieldSize
uint16_t GetInformationFieldSize() const override
Length of serialized information (i.e., the length of the body of the IE, not including the Element I...
Definition
ie-dot11s-peering-protocol.cc:16
ns3::dot11s::IePeeringProtocol::DeserializeInformationField
uint16_t DeserializeInformationField(Buffer::Iterator i, uint16_t length) override
Deserialize information (i.e., the body of the IE, not including the Element ID and length octets)
Definition
ie-dot11s-peering-protocol.cc:39
ns3::dot11s::IePeeringProtocol::ElementId
WifiInformationElementId ElementId() const override
Get the wifi information element ID.
Definition
ie-dot11s-peering-protocol.cc:27
ns3::dot11s::IePeeringProtocol::Print
void Print(std::ostream &os) const override
Generate human-readable form of IE.
Definition
ie-dot11s-peering-protocol.cc:47
ns3::dot11s::IePeeringProtocol::m_protocol
uint8_t m_protocol
the protocol
Definition
ie-dot11s-peering-protocol.h:39
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::WifiInformationElementId
uint8_t WifiInformationElementId
This type is used to represent an Information Element ID.
Definition
wifi-information-element.h:34
src
mesh
model
dot11s
ie-dot11s-peering-protocol.h
Generated on Fri Nov 8 2024 13:59:04 for ns-3 by
1.11.0