A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
eht-capabilities.cc
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2021 DERONNE SOFTWARE ENGINEERING
3
*
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 2 as
6
* published by the Free Software Foundation;
7
*
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program; if not, write to the Free Software
15
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
*
17
* Author: Sébastien Deronne <sebastien.deronne@gmail.com>
18
*/
19
20
#include "
eht-capabilities.h
"
21
22
namespace
ns3
23
{
24
25
EhtCapabilities::EhtCapabilities
()
26
{
27
}
28
29
WifiInformationElementId
30
EhtCapabilities::ElementId
()
const
31
{
32
return
IE_EXTENSION
;
33
}
34
35
WifiInformationElementId
36
EhtCapabilities::ElementIdExt
()
const
37
{
38
return
IE_EXT_EHT_CAPABILITIES
;
39
}
40
41
uint16_t
42
EhtCapabilities::GetInformationFieldSize
()
const
43
{
44
return
1;
// FIXME
45
}
46
47
void
48
EhtCapabilities::SerializeInformationField
(
Buffer::Iterator
start
)
const
49
{
50
// TODO
51
}
52
53
uint16_t
54
EhtCapabilities::DeserializeInformationField
(
Buffer::Iterator
start
, uint16_t length)
55
{
56
// TODO
57
return
length;
58
}
59
60
std::ostream&
61
operator<<
(std::ostream& os,
const
EhtCapabilities
& ehtCapabilities)
62
{
63
// TODO
64
return
os;
65
}
66
67
}
// namespace ns3
ns3::Buffer::Iterator
iterator in a Buffer instance
Definition:
buffer.h:100
ns3::EhtCapabilities
The IEEE 802.11be EHT Capabilities.
Definition:
eht-capabilities.h:34
ns3::EhtCapabilities::DeserializeInformationField
uint16_t DeserializeInformationField(Buffer::Iterator start, uint16_t length) override
Deserialize information (i.e., the body of the IE, not including the Element ID and length octets)
Definition:
eht-capabilities.cc:54
ns3::EhtCapabilities::SerializeInformationField
void SerializeInformationField(Buffer::Iterator start) const override
Serialize information (i.e., the body of the IE, not including the Element ID and length octets)
Definition:
eht-capabilities.cc:48
ns3::EhtCapabilities::ElementIdExt
WifiInformationElementId ElementIdExt() const override
Get the wifi information element ID extension.
Definition:
eht-capabilities.cc:36
ns3::EhtCapabilities::EhtCapabilities
EhtCapabilities()
Definition:
eht-capabilities.cc:25
ns3::EhtCapabilities::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:
eht-capabilities.cc:42
ns3::EhtCapabilities::ElementId
WifiInformationElementId ElementId() const override
Get the wifi information element ID.
Definition:
eht-capabilities.cc:30
eht-capabilities.h
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::operator<<
std::ostream & operator<<(std::ostream &os, const Angles &a)
Definition:
angles.cc:129
ns3::WifiInformationElementId
uint8_t WifiInformationElementId
This type is used to represent an Information Element ID.
Definition:
wifi-information-element.h:42
visualizer.core.start
def start()
Definition:
core.py:1861
IE_EXT_EHT_CAPABILITIES
#define IE_EXT_EHT_CAPABILITIES
Definition:
wifi-information-element.h:234
IE_EXTENSION
#define IE_EXTENSION
Definition:
wifi-information-element.h:226
src
wifi
model
eht
eht-capabilities.cc
Generated on Tue Nov 1 2022 23:00:42 for ns-3 by
1.9.3