A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
mgt-headers.h
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2006 INRIA
4
* Copyright (c) 2009 MIRKO BANCHI
5
*
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License version 2 as
8
* published by the Free Software Foundation;
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License
16
* along with this program; if not, write to the Free Software
17
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
*
19
* Authors: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
20
* Mirko Banchi <mk.banchi@gmail.com>
21
*/
22
23
#ifndef MGT_HEADERS_H
24
#define MGT_HEADERS_H
25
26
#include <stdint.h>
27
28
#include "ns3/header.h"
29
#include "
status-code.h
"
30
#include "
capability-information.h
"
31
#include "
supported-rates.h
"
32
#include "
ssid.h
"
33
#include "
ht-capabilities.h
"
34
#include "
ht-capabilities.h
"
35
#include "
vht-capabilities.h
"
36
37
namespace
ns3
{
38
43
class
MgtAssocRequestHeader
:
public
Header
44
{
45
public
:
46
MgtAssocRequestHeader
();
47
~MgtAssocRequestHeader
();
48
54
void
SetSsid
(
Ssid
ssid
);
60
void
SetSupportedRates
(
SupportedRates
rates);
66
void
SetListenInterval
(uint16_t interval);
72
void
SetHtCapabilities
(
HtCapabilities
htcapabilities);
78
void
SetVhtCapabilities
(
VhtCapabilities
vhtcapabilities);
84
VhtCapabilities
GetVhtCapabilities
(
void
)
const
;
85
91
HtCapabilities
GetHtCapabilities
(
void
)
const
;
92
98
Ssid
GetSsid
(
void
)
const
;
104
SupportedRates
GetSupportedRates
(
void
)
const
;
110
uint16_t
GetListenInterval
(
void
)
const
;
111
116
static
TypeId
GetTypeId
(
void
);
117
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
118
virtual
void
Print
(std::ostream &os)
const
;
119
virtual
uint32_t
GetSerializedSize
(
void
)
const
;
120
virtual
void
Serialize
(
Buffer::Iterator
start
)
const
;
121
virtual
uint32_t
Deserialize
(
Buffer::Iterator
start);
122
123
124
private
:
125
Ssid
m_ssid
;
126
SupportedRates
m_rates
;
127
CapabilityInformation
m_capability
;
128
HtCapabilities
m_htCapability
;
129
uint16_t
m_listenInterval
;
130
VhtCapabilities
m_vhtCapability
;
131
};
132
133
138
class
MgtAssocResponseHeader
:
public
Header
139
{
140
public
:
141
MgtAssocResponseHeader
();
142
~MgtAssocResponseHeader
();
143
149
StatusCode
GetStatusCode
(
void
);
155
SupportedRates
GetSupportedRates
(
void
);
161
HtCapabilities
GetHtCapabilities
(
void
)
const
;
167
void
SetVhtCapabilities
(
VhtCapabilities
vhtcapabilities);
173
VhtCapabilities
GetVhtCapabilities
(
void
)
const
;
179
void
SetHtCapabilities
(
HtCapabilities
htcapabilities);
185
void
SetSupportedRates
(
SupportedRates
rates);
191
void
SetStatusCode
(
StatusCode
code);
192
197
static
TypeId
GetTypeId
(
void
);
198
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
199
virtual
void
Print
(std::ostream &os)
const
;
200
virtual
uint32_t
GetSerializedSize
(
void
)
const
;
201
virtual
void
Serialize
(
Buffer::Iterator
start
)
const
;
202
virtual
uint32_t
Deserialize
(
Buffer::Iterator
start);
203
204
private
:
205
SupportedRates
m_rates
;
206
CapabilityInformation
m_capability
;
207
StatusCode
m_code
;
208
uint16_t
m_aid
;
209
HtCapabilities
m_htCapability
;
210
VhtCapabilities
m_vhtCapability
;
211
};
212
213
218
class
MgtProbeRequestHeader
:
public
Header
219
{
220
public
:
221
~MgtProbeRequestHeader
();
222
228
void
SetSsid
(
Ssid
ssid
);
234
void
SetSupportedRates
(
SupportedRates
rates);
240
Ssid
GetSsid
(
void
)
const
;
246
SupportedRates
GetSupportedRates
(
void
)
const
;
252
HtCapabilities
GetHtCapabilities
(
void
)
const
;
258
void
SetVhtCapabilities
(
VhtCapabilities
vhtcapabilities);
264
VhtCapabilities
GetVhtCapabilities
(
void
)
const
;
265
271
void
SetHtCapabilities
(
HtCapabilities
htcapabilities);
272
277
static
TypeId
GetTypeId
(
void
);
278
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
279
virtual
void
Print
(std::ostream &os)
const
;
280
virtual
uint32_t
GetSerializedSize
(
void
)
const
;
281
virtual
void
Serialize
(
Buffer::Iterator
start
)
const
;
282
virtual
uint32_t
Deserialize
(
Buffer::Iterator
start);
283
284
285
private
:
286
Ssid
m_ssid
;
287
SupportedRates
m_rates
;
288
HtCapabilities
m_htCapability
;
289
VhtCapabilities
m_vhtCapability
;
290
};
291
292
297
class
MgtProbeResponseHeader
:
public
Header
298
{
299
public
:
300
MgtProbeResponseHeader
();
301
~MgtProbeResponseHeader
();
302
308
Ssid
GetSsid
(
void
)
const
;
314
uint64_t
GetBeaconIntervalUs
(
void
)
const
;
320
SupportedRates
GetSupportedRates
(
void
)
const
;
326
HtCapabilities
GetHtCapabilities
(
void
)
const
;
332
void
SetVhtCapabilities
(
VhtCapabilities
vhtcapabilities);
338
VhtCapabilities
GetVhtCapabilities
(
void
)
const
;
344
void
SetHtCapabilities
(
HtCapabilities
htcapabilities);
350
void
SetSsid
(
Ssid
ssid
);
356
void
SetBeaconIntervalUs
(uint64_t us);
362
void
SetSupportedRates
(
SupportedRates
rates);
368
uint64_t
GetTimestamp
();
369
374
static
TypeId
GetTypeId
(
void
);
375
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
376
virtual
void
Print
(std::ostream &os)
const
;
377
virtual
uint32_t
GetSerializedSize
(
void
)
const
;
378
virtual
void
Serialize
(
Buffer::Iterator
start
)
const
;
379
virtual
uint32_t
Deserialize
(
Buffer::Iterator
start);
380
381
private
:
382
uint64_t
m_timestamp
;
383
Ssid
m_ssid
;
384
uint64_t
m_beaconInterval
;
385
SupportedRates
m_rates
;
386
CapabilityInformation
m_capability
;
387
HtCapabilities
m_htCapability
;
388
VhtCapabilities
m_vhtCapability
;
389
};
390
391
396
class
MgtBeaconHeader
:
public
MgtProbeResponseHeader
397
{
398
public
:
404
static
TypeId
GetTypeId
(
void
);
405
};
406
407
408
/****************************
409
* Action frames
410
*****************************/
411
419
class
WifiActionHeader
:
public
Header
420
{
421
public
:
422
WifiActionHeader
();
423
~WifiActionHeader
();
424
425
/*
426
* Compatible with table 8-38 IEEE 802.11, Part11, (Year 2012)
427
* Category values - see 802.11-2012 Table 8-38
428
*/
429
430
enum
CategoryValue
//table 8-38 staring from IEEE 802.11, Part11, (Year 2012)
431
{
432
BLOCK_ACK
= 3,
433
MESH
= 13,
//Category: Mesh
434
MULTIHOP
= 14,
//not used so far
435
SELF_PROTECTED
= 15,
//Category: Self Protected
436
//Since vendor specific action has no stationary Action value,the parse process is not here.
437
//Refer to vendor-specific-action in wave module.
438
VENDOR_SPECIFIC_ACTION
= 127,
439
};
440
441
enum
SelfProtectedActionValue
//Category: 15 (Self Protected)
442
{
443
PEER_LINK_OPEN
= 1,
//Mesh Peering Open
444
PEER_LINK_CONFIRM
= 2,
//Mesh Peering Confirm
445
PEER_LINK_CLOSE
= 3,
//Mesh Peering Close
446
GROUP_KEY_INFORM
= 4,
//Mesh Group Key Inform
447
GROUP_KEY_ACK
= 5,
//Mesh Group Key Acknowledge
448
};
449
450
enum
MultihopActionValue
451
{
452
PROXY_UPDATE
= 0,
//not used so far
453
PROXY_UPDATE_CONFIRMATION
= 1,
//not used so far
454
};
455
456
enum
MeshActionValue
457
{
458
LINK_METRIC_REPORT
= 0,
//Action Value:0 in Category 13: Mesh
459
PATH_SELECTION
= 1,
//Action Value:1 in Category 13: Mesh
460
PORTAL_ANNOUNCEMENT
= 2,
//Action Value:2 in Category 13: Mesh
461
CONGESTION_CONTROL_NOTIFICATION
= 3,
//Action Value:3 in Category 13: Mesh
462
MDA_SETUP_REQUEST
= 4,
//Action Value:4 in Category 13: Mesh MCCA-Setup-Request (not used so far)
463
MDA_SETUP_REPLY
= 5,
//Action Value:5 in Category 13: Mesh MCCA-Setup-Reply (not used so far)
464
MDAOP_ADVERTISMENT_REQUEST
= 6,
//Action Value:6 in Category 13: Mesh MCCA-Advertisement-Request (not used so far)
465
MDAOP_ADVERTISMENTS
= 7,
//Action Value:7 in Category 13: Mesh (not used so far)
466
MDAOP_SET_TEARDOWN
= 8,
//Action Value:8 in Category 13: Mesh (not used so far)
467
TBTT_ADJUSTMENT_REQUEST
= 9,
//Action Value:9 in Category 13: Mesh (not used so far)
468
TBTT_ADJUSTMENT_RESPONSE
= 10,
//Action Value:10 in Category 13: Mesh (not used so far)
469
};
470
475
enum
BlockAckActionValue
476
{
477
BLOCK_ACK_ADDBA_REQUEST
= 0,
478
BLOCK_ACK_ADDBA_RESPONSE
= 1,
479
BLOCK_ACK_DELBA
= 2
480
};
481
482
486
typedef
union
487
{
488
enum
MeshActionValue
meshAction;
489
enum
MultihopActionValue
multihopAction;
490
enum
SelfProtectedActionValue
selfProtectedAction;
491
enum
BlockAckActionValue
blockAck;
492
}
ActionValue
;
499
void
SetAction
(
enum
CategoryValue
type,
ActionValue
action);
500
506
CategoryValue
GetCategory
();
512
ActionValue
GetAction
();
513
518
static
TypeId
GetTypeId
(
void
);
519
virtual
TypeId
GetInstanceTypeId
()
const
;
520
virtual
void
Print
(std::ostream &os)
const
;
521
virtual
uint32_t
GetSerializedSize
()
const
;
522
virtual
void
Serialize
(
Buffer::Iterator
start
)
const
;
523
virtual
uint32_t
Deserialize
(
Buffer::Iterator
start
);
524
525
526
private
:
527
std::string
CategoryValueToString
(
CategoryValue
value)
const
;
528
std::string
SelfProtectedActionValueToString
(
SelfProtectedActionValue
value)
const
;
529
uint8_t
m_category
;
530
uint8_t
m_actionValue
;
531
};
532
533
538
class
MgtAddBaRequestHeader
:
public
Header
539
{
540
public
:
541
MgtAddBaRequestHeader
();
542
547
static
TypeId
GetTypeId
(
void
);
548
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
549
virtual
void
Print
(std::ostream &os)
const
;
550
virtual
uint32_t
GetSerializedSize
(
void
)
const
;
551
virtual
void
Serialize
(
Buffer::Iterator
start
)
const
;
552
virtual
uint32_t
Deserialize
(
Buffer::Iterator
start);
553
557
void
SetDelayedBlockAck
();
561
void
SetImmediateBlockAck
();
567
void
SetTid
(uint8_t tid);
573
void
SetTimeout
(uint16_t
timeout
);
579
void
SetBufferSize
(uint16_t size);
585
void
SetStartingSequence
(uint16_t seq);
591
void
SetAmsduSupport
(
bool
supported);
592
598
uint16_t
GetStartingSequence
(
void
)
const
;
604
uint8_t
GetTid
(
void
)
const
;
610
bool
IsImmediateBlockAck
(
void
)
const
;
616
uint16_t
GetTimeout
(
void
)
const
;
622
uint16_t
GetBufferSize
(
void
)
const
;
628
bool
IsAmsduSupported
(
void
)
const
;
629
630
private
:
636
uint16_t
GetParameterSet
(
void
)
const
;
642
void
SetParameterSet
(uint16_t params);
648
uint16_t
GetStartingSequenceControl
(
void
)
const
;
654
void
SetStartingSequenceControl
(uint16_t seqControl);
655
656
uint8_t
m_dialogToken
;
/* Not used for now */
657
uint8_t
m_amsduSupport
;
658
uint8_t
m_policy
;
659
uint8_t
m_tid
;
660
uint16_t
m_bufferSize
;
661
uint16_t
m_timeoutValue
;
662
uint16_t
m_startingSeq
;
663
};
664
665
670
class
MgtAddBaResponseHeader
:
public
Header
671
{
672
public
:
673
MgtAddBaResponseHeader
();
674
679
static
TypeId
GetTypeId
(
void
);
680
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
681
virtual
void
Print
(std::ostream &os)
const
;
682
virtual
uint32_t
GetSerializedSize
(
void
)
const
;
683
virtual
void
Serialize
(
Buffer::Iterator
start
)
const
;
684
virtual
uint32_t
Deserialize
(
Buffer::Iterator
start);
685
689
void
SetDelayedBlockAck
();
693
void
SetImmediateBlockAck
();
699
void
SetTid
(uint8_t tid);
705
void
SetTimeout
(uint16_t
timeout
);
711
void
SetBufferSize
(uint16_t size);
717
void
SetStatusCode
(
StatusCode
code);
723
void
SetAmsduSupport
(
bool
supported);
724
730
StatusCode
GetStatusCode
(
void
)
const
;
736
uint8_t
GetTid
(
void
)
const
;
742
bool
IsImmediateBlockAck
(
void
)
const
;
748
uint16_t
GetTimeout
(
void
)
const
;
754
uint16_t
GetBufferSize
(
void
)
const
;
760
bool
IsAmsduSupported
(
void
)
const
;
761
762
763
private
:
769
uint16_t
GetParameterSet
(
void
)
const
;
775
void
SetParameterSet
(uint16_t params);
776
777
uint8_t
m_dialogToken
;
/* Not used for now */
778
StatusCode
m_code
;
779
uint8_t
m_amsduSupport
;
780
uint8_t
m_policy
;
781
uint8_t
m_tid
;
782
uint16_t
m_bufferSize
;
783
uint16_t
m_timeoutValue
;
784
};
785
786
791
class
MgtDelBaHeader
:
public
Header
792
{
793
public
:
794
MgtDelBaHeader
();
795
800
static
TypeId
GetTypeId
(
void
);
801
// Inherited
802
virtual
TypeId
GetInstanceTypeId
(
void
)
const
;
803
virtual
void
Print
(std::ostream &os)
const
;
804
virtual
uint32_t
GetSerializedSize
(
void
)
const
;
805
virtual
void
Serialize
(
Buffer::Iterator
start
)
const
;
806
virtual
uint32_t
Deserialize
(
Buffer::Iterator
start);
807
814
bool
IsByOriginator
(
void
)
const
;
820
uint8_t
GetTid
(
void
)
const
;
826
void
SetTid
(uint8_t);
830
void
SetByOriginator
(
void
);
834
void
SetByRecipient
(
void
);
835
836
private
:
842
uint16_t
GetParameterSet
(
void
)
const
;
848
void
SetParameterSet
(uint16_t params);
849
850
uint16_t
m_initiator
;
851
uint16_t
m_tid
;
852
uint16_t
m_reasonCode
;
/* Not used for now. Always set to 1: "Unspecified reason" */
853
};
854
855
}
//namespace ns3
856
857
#endif
/* MGT_HEADERS_H */
ns3::Header
Protocol header serialization and deserialization.
Definition:
header.h:42
ns3::MgtAddBaResponseHeader::GetTypeId
static TypeId GetTypeId(void)
Register this type.
Definition:
mgt-headers.cc:1079
ns3::MgtAddBaRequestHeader::Deserialize
virtual uint32_t Deserialize(Buffer::Iterator start)
Definition:
mgt-headers.cc:943
ns3::MgtProbeRequestHeader::GetSupportedRates
SupportedRates GetSupportedRates(void) const
Return the supported rates.
Definition:
mgt-headers.cc:83
ns3::MgtAddBaResponseHeader::GetBufferSize
uint16_t GetBufferSize(void) const
Return the buffer size.
Definition:
mgt-headers.cc:1201
ns3::MgtAssocResponseHeader::Serialize
virtual void Serialize(Buffer::Iterator start) const
Definition:
mgt-headers.cc:580
ns3::MgtAddBaResponseHeader::m_code
StatusCode m_code
Status code.
Definition:
mgt-headers.h:778
ns3::MgtDelBaHeader::GetSerializedSize
virtual uint32_t GetSerializedSize(void) const
Definition:
mgt-headers.cc:1267
ns3::MgtProbeResponseHeader::GetSupportedRates
SupportedRates GetSupportedRates(void) const
Return the supported rates.
Definition:
mgt-headers.cc:183
ns3::MgtAssocRequestHeader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Get the most derived TypeId for this Object.
Definition:
mgt-headers.cc:420
ns3::MgtAssocRequestHeader
Implement the header for management frames of type association request.
Definition:
mgt-headers.h:43
ns3::MgtAddBaResponseHeader::m_policy
uint8_t m_policy
Block ACK policy.
Definition:
mgt-headers.h:780
ns3::WifiActionHeader::Print
virtual void Print(std::ostream &os) const
Definition:
mgt-headers.cc:857
ns3::MgtProbeRequestHeader::GetVhtCapabilities
VhtCapabilities GetVhtCapabilities(void) const
Return the VHT capabilities.
Definition:
mgt-headers.cc:77
ns3::MgtProbeResponseHeader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Get the most derived TypeId for this Object.
Definition:
mgt-headers.cc:242
ns3::MgtProbeResponseHeader::GetSsid
Ssid GetSsid(void) const
Return the Service Set Identifier (SSID).
Definition:
mgt-headers.cc:171
ns3::WifiActionHeader::SELF_PROTECTED
Definition:
mgt-headers.h:435
ns3::MgtAssocResponseHeader::m_rates
SupportedRates m_rates
List of supported rates.
Definition:
mgt-headers.h:205
ns3::WifiActionHeader::CategoryValue
CategoryValue
Definition:
mgt-headers.h:430
ns3::MgtAssocRequestHeader::GetTypeId
static TypeId GetTypeId(void)
Register this type.
Definition:
mgt-headers.cc:409
ns3::MgtAddBaRequestHeader::m_timeoutValue
uint16_t m_timeoutValue
Timeout.
Definition:
mgt-headers.h:661
ns3::WifiActionHeader
See IEEE 802.11 chapter 7.3.1.11 Header format: | category: 1 | action value: 1 |.
Definition:
mgt-headers.h:419
ns3::MgtAddBaRequestHeader::Print
virtual void Print(std::ostream &os) const
Definition:
mgt-headers.cc:917
ns3::MgtProbeRequestHeader::m_htCapability
HtCapabilities m_htCapability
HT capabilities.
Definition:
mgt-headers.h:288
ns3::MgtProbeResponseHeader::GetBeaconIntervalUs
uint64_t GetBeaconIntervalUs(void) const
Return the beacon interval in microseconds unit.
Definition:
mgt-headers.cc:177
ns3::MgtAssocRequestHeader::m_rates
SupportedRates m_rates
List of supported rates.
Definition:
mgt-headers.h:126
ns3::MgtProbeRequestHeader::GetTypeId
static TypeId GetTypeId(void)
Register this type.
Definition:
mgt-headers.cc:101
ns3::MgtAddBaRequestHeader::SetImmediateBlockAck
void SetImmediateBlockAck()
Enable immediate Block ACK.
Definition:
mgt-headers.cc:960
ns3::MgtProbeResponseHeader::m_rates
SupportedRates m_rates
List of supported rates.
Definition:
mgt-headers.h:385
ns3::MgtAddBaRequestHeader::m_dialogToken
uint8_t m_dialogToken
Definition:
mgt-headers.h:656
visualizer.core.start
def start()
Definition:
core.py:1482
ns3::MgtAssocResponseHeader::m_capability
CapabilityInformation m_capability
Capability information.
Definition:
mgt-headers.h:206
ns3::MgtProbeResponseHeader::m_capability
CapabilityInformation m_capability
Capability information.
Definition:
mgt-headers.h:386
ns3::MgtAddBaRequestHeader::SetBufferSize
void SetBufferSize(uint16_t size)
Set buffer size.
Definition:
mgt-headers.cc:979
ns3::WifiActionHeader::MESH
Definition:
mgt-headers.h:433
ns3::MgtAddBaRequestHeader
Implement the header for management frames of type add block ack request.
Definition:
mgt-headers.h:538
ns3::MgtAddBaResponseHeader::IsImmediateBlockAck
bool IsImmediateBlockAck(void) const
Return whether the Block ACK policy is immediate Block ACK.
Definition:
mgt-headers.cc:1189
ns3::MgtAssocRequestHeader::m_htCapability
HtCapabilities m_htCapability
HT capabilities.
Definition:
mgt-headers.h:128
status-code.h
ns3::MgtProbeRequestHeader::m_vhtCapability
VhtCapabilities m_vhtCapability
VHT capabilities.
Definition:
mgt-headers.h:289
ns3::MgtAssocRequestHeader::GetSerializedSize
virtual uint32_t GetSerializedSize(void) const
Definition:
mgt-headers.cc:426
ns3::HtCapabilities
The HT Capabilities Information ElementThis class knows how to serialise and deserialise the HT Capab...
Definition:
ht-capabilities.h:46
ns3::MgtAddBaRequestHeader::MgtAddBaRequestHeader
MgtAddBaRequestHeader()
Definition:
mgt-headers.cc:892
ns3::WifiActionHeader::PORTAL_ANNOUNCEMENT
Definition:
mgt-headers.h:460
ns3::MgtAssocRequestHeader::SetHtCapabilities
void SetHtCapabilities(HtCapabilities htcapabilities)
Set the HT capabilities.
Definition:
mgt-headers.cc:361
ns3::MgtAssocRequestHeader::SetSsid
void SetSsid(Ssid ssid)
Set the Service Set Identifier (SSID).
Definition:
mgt-headers.cc:349
ns3::MgtAddBaResponseHeader::Print
virtual void Print(std::ostream &os) const
Definition:
mgt-headers.cc:1096
ns3::MgtAddBaRequestHeader::m_startingSeq
uint16_t m_startingSeq
Starting sequence number.
Definition:
mgt-headers.h:662
ns3::WifiActionHeader::SetAction
void SetAction(enum CategoryValue type, ActionValue action)
Set action for this Action header.
Definition:
mgt-headers.cc:619
ns3::WifiActionHeader::CategoryValueToString
std::string CategoryValueToString(CategoryValue value) const
Definition:
mgt-headers.cc:800
ns3::MgtAddBaRequestHeader::GetBufferSize
uint16_t GetBufferSize(void) const
Return the buffer size.
Definition:
mgt-headers.cc:1021
ns3::MgtAssocResponseHeader::GetVhtCapabilities
VhtCapabilities GetVhtCapabilities(void) const
Return the VHT capabilities.
Definition:
mgt-headers.cc:528
ns3::MgtAddBaResponseHeader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Get the most derived TypeId for this Object.
Definition:
mgt-headers.cc:1090
ns3::WifiActionHeader::GetCategory
CategoryValue GetCategory()
Return the category value.
Definition:
mgt-headers.cc:653
ns3::WifiActionHeader::~WifiActionHeader
~WifiActionHeader()
Definition:
mgt-headers.cc:614
ns3::MgtAddBaResponseHeader::SetDelayedBlockAck
void SetDelayedBlockAck()
Enable delayed Block ACK.
Definition:
mgt-headers.cc:1134
timeout
ns3::Time timeout
Definition:
openflow-switch.cc:52
ns3::MgtDelBaHeader::SetTid
void SetTid(uint8_t)
Set Traffic ID (TID).
Definition:
mgt-headers.cc:1319
ns3::MgtAddBaResponseHeader::SetStatusCode
void SetStatusCode(StatusCode code)
Set the status code.
Definition:
mgt-headers.cc:1165
ns3::WifiActionHeader::BlockAckActionValue
BlockAckActionValue
Block ACK action field values See 802.11 Table 8-202.
Definition:
mgt-headers.h:475
ns3::SupportedRates
The Supported Rates Information ElementThis class knows how to serialise and deserialise the Supporte...
Definition:
supported-rates.h:104
ns3::MgtAssocRequestHeader::m_capability
CapabilityInformation m_capability
Capability information.
Definition:
mgt-headers.h:127
ns3::MgtAddBaRequestHeader::m_bufferSize
uint16_t m_bufferSize
Buffer size.
Definition:
mgt-headers.h:660
ns3::MgtProbeRequestHeader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Get the most derived TypeId for this Object.
Definition:
mgt-headers.cc:112
ns3::MgtAddBaResponseHeader::SetTimeout
void SetTimeout(uint16_t timeout)
Set timeout.
Definition:
mgt-headers.cc:1153
ns3::MgtProbeRequestHeader::GetSsid
Ssid GetSsid(void) const
Return the Service Set Identifier (SSID).
Definition:
mgt-headers.cc:47
ns3::CapabilityInformation
Capability information.
Definition:
capability-information.h:34
ns3::MgtProbeRequestHeader::SetSupportedRates
void SetSupportedRates(SupportedRates rates)
Set the supported rates.
Definition:
mgt-headers.cc:53
ns3::MgtAddBaRequestHeader::SetAmsduSupport
void SetAmsduSupport(bool supported)
Enable or disable A-MSDU support.
Definition:
mgt-headers.cc:997
ns3::MgtAssocRequestHeader::GetSsid
Ssid GetSsid(void) const
Return the Service Set Identifier (SSID).
Definition:
mgt-headers.cc:391
ns3::Buffer::Iterator
iterator in a Buffer instance
Definition:
buffer.h:98
ns3::MgtDelBaHeader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Get the most derived TypeId for this Object.
Definition:
mgt-headers.cc:1256
ns3::MgtAssocRequestHeader::SetSupportedRates
void SetSupportedRates(SupportedRates rates)
Set the supported rates.
Definition:
mgt-headers.cc:355
ns3::MgtAddBaResponseHeader::IsAmsduSupported
bool IsAmsduSupported(void) const
Return whether A-MSDU capability is supported.
Definition:
mgt-headers.cc:1207
ns3::MgtAddBaRequestHeader::GetStartingSequenceControl
uint16_t GetStartingSequenceControl(void) const
Return the raw sequence control.
Definition:
mgt-headers.cc:1039
ns3::MgtDelBaHeader::m_reasonCode
uint16_t m_reasonCode
Definition:
mgt-headers.h:852
ns3::MgtAddBaResponseHeader::Serialize
virtual void Serialize(Buffer::Iterator start) const
Definition:
mgt-headers.cc:1113
ns3::MgtAddBaResponseHeader::SetTid
void SetTid(uint8_t tid)
Set Traffic ID (TID).
Definition:
mgt-headers.cc:1146
ns3::MgtProbeResponseHeader::Print
virtual void Print(std::ostream &os) const
Definition:
mgt-headers.cc:264
ns3::MgtProbeResponseHeader::Serialize
virtual void Serialize(Buffer::Iterator start) const
Definition:
mgt-headers.cc:273
ns3::MgtProbeResponseHeader::GetVhtCapabilities
VhtCapabilities GetVhtCapabilities(void) const
Return the VHT capabilities.
Definition:
mgt-headers.cc:207
ns3::MgtAssocRequestHeader::GetSupportedRates
SupportedRates GetSupportedRates(void) const
Return the supported rates.
Definition:
mgt-headers.cc:397
ns3::MgtAssocRequestHeader::SetListenInterval
void SetListenInterval(uint16_t interval)
Set the listen interval.
Definition:
mgt-headers.cc:367
ns3::WifiActionHeader::GetTypeId
static TypeId GetTypeId(void)
Register this type.
Definition:
mgt-headers.cc:783
ns3::MgtAddBaResponseHeader::m_amsduSupport
uint8_t m_amsduSupport
Flag if A-MSDU is supported.
Definition:
mgt-headers.h:779
ns3::MgtAddBaRequestHeader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Get the most derived TypeId for this Object.
Definition:
mgt-headers.cc:911
ns3::WifiActionHeader::PEER_LINK_OPEN
Definition:
mgt-headers.h:443
supported-rates.h
ns3::MgtDelBaHeader::m_initiator
uint16_t m_initiator
Definition:
mgt-headers.h:850
ns3::WifiActionHeader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId() const
Get the most derived TypeId for this Object.
Definition:
mgt-headers.cc:794
ns3::WifiActionHeader::MultihopActionValue
MultihopActionValue
Definition:
mgt-headers.h:450
ns3::MgtAddBaRequestHeader::SetParameterSet
void SetParameterSet(uint16_t params)
Set the parameter set from the given raw value.
Definition:
mgt-headers.cc:1056
ns3::WifiActionHeader::MDA_SETUP_REQUEST
Definition:
mgt-headers.h:462
ns3::MgtDelBaHeader::MgtDelBaHeader
MgtDelBaHeader()
Definition:
mgt-headers.cc:1239
ns3::MgtAddBaRequestHeader::m_tid
uint8_t m_tid
Traffic ID.
Definition:
mgt-headers.h:659
ns3::WifiActionHeader::BLOCK_ACK
Definition:
mgt-headers.h:432
ns3::MgtProbeRequestHeader::m_rates
SupportedRates m_rates
List of supported rates.
Definition:
mgt-headers.h:287
ns3::WifiActionHeader::GetSerializedSize
virtual uint32_t GetSerializedSize() const
Definition:
mgt-headers.cc:864
ns3::VhtCapabilities
The IEEE 802.11ac VHT Capabilities.
Definition:
vht-capabilities.h:37
ns3::MgtAddBaRequestHeader::SetStartingSequenceControl
void SetStartingSequenceControl(uint16_t seqControl)
Set sequence control with the given raw value.
Definition:
mgt-headers.cc:991
ns3::MgtAddBaResponseHeader::SetImmediateBlockAck
void SetImmediateBlockAck()
Enable immediate Block ACK.
Definition:
mgt-headers.cc:1140
ns3::WifiActionHeader::GROUP_KEY_INFORM
Definition:
mgt-headers.h:446
ns3::MgtAddBaRequestHeader::SetTid
void SetTid(uint8_t tid)
Set Traffic ID (TID).
Definition:
mgt-headers.cc:966
ns3::MgtAssocRequestHeader::GetListenInterval
uint16_t GetListenInterval(void) const
Return the listen interval.
Definition:
mgt-headers.cc:403
ns3::MgtAddBaResponseHeader::SetParameterSet
void SetParameterSet(uint16_t params)
Set the parameter set from the given raw value.
Definition:
mgt-headers.cc:1224
ns3::WifiActionHeader::MDAOP_SET_TEARDOWN
Definition:
mgt-headers.h:466
ns3::MgtProbeRequestHeader::Print
virtual void Print(std::ostream &os) const
Definition:
mgt-headers.cc:118
ns3::MgtProbeRequestHeader::Deserialize
virtual uint32_t Deserialize(Buffer::Iterator start)
Definition:
mgt-headers.cc:138
ns3::WifiActionHeader::MULTIHOP
Definition:
mgt-headers.h:434
ns3::MgtAddBaRequestHeader::m_amsduSupport
uint8_t m_amsduSupport
Flag if A-MSDU is supported.
Definition:
mgt-headers.h:657
ns3::WifiActionHeader::BLOCK_ACK_ADDBA_RESPONSE
Definition:
mgt-headers.h:478
ns3::MgtAddBaRequestHeader::SetStartingSequence
void SetStartingSequence(uint16_t seq)
Set the starting sequence number.
Definition:
mgt-headers.cc:985
ns3::MgtAddBaRequestHeader::Serialize
virtual void Serialize(Buffer::Iterator start) const
Definition:
mgt-headers.cc:933
ns3::MgtAssocRequestHeader::~MgtAssocRequestHeader
~MgtAssocRequestHeader()
Definition:
mgt-headers.cc:344
ns3::MgtAssocRequestHeader::MgtAssocRequestHeader
MgtAssocRequestHeader()
Definition:
mgt-headers.cc:339
ns3::MgtAddBaRequestHeader::GetTid
uint8_t GetTid(void) const
Return the Traffic ID (TID).
Definition:
mgt-headers.cc:1003
ns3::MgtAssocResponseHeader::SetVhtCapabilities
void SetVhtCapabilities(VhtCapabilities vhtcapabilities)
Set the VHT capabilities.
Definition:
mgt-headers.cc:522
ns3::WifiActionHeader::LINK_METRIC_REPORT
Definition:
mgt-headers.h:458
ns3::WifiActionHeader::MDA_SETUP_REPLY
Definition:
mgt-headers.h:463
ns3::MgtAssocResponseHeader::GetSupportedRates
SupportedRates GetSupportedRates(void)
Return the supported rates.
Definition:
mgt-headers.cc:498
ns3::MgtProbeResponseHeader::m_timestamp
uint64_t m_timestamp
Timestamp.
Definition:
mgt-headers.h:382
ns3::MgtProbeRequestHeader::SetHtCapabilities
void SetHtCapabilities(HtCapabilities htcapabilities)
Set the HT capabilities.
Definition:
mgt-headers.cc:59
ns3::MgtAssocRequestHeader::m_listenInterval
uint16_t m_listenInterval
Definition:
mgt-headers.h:129
ns3::MgtAssocResponseHeader::GetInstanceTypeId
virtual TypeId GetInstanceTypeId(void) const
Get the most derived TypeId for this Object.
Definition:
mgt-headers.cc:551
ns3::MgtProbeResponseHeader::GetTimestamp
uint64_t GetTimestamp()
Return the time stamp.
Definition:
mgt-headers.cc:165
ns3::MgtAddBaRequestHeader::GetSerializedSize
virtual uint32_t GetSerializedSize(void) const
Definition:
mgt-headers.cc:922
ns3::MgtDelBaHeader::SetByOriginator
void SetByOriginator(void)
Set the initiator bit in the DELBA.
Definition:
mgt-headers.cc:1307
ns3::StatusCode
Status code for association response.
Definition:
status-code.h:33
ns3::MgtProbeResponseHeader::SetSsid
void SetSsid(Ssid ssid)
Set the Service Set Identifier (SSID).
Definition:
mgt-headers.cc:213
ns3::WifiActionHeader::SelfProtectedActionValueToString
std::string SelfProtectedActionValueToString(SelfProtectedActionValue value) const
Definition:
mgt-headers.cc:826
ns3::MgtProbeResponseHeader::~MgtProbeResponseHeader
~MgtProbeResponseHeader()
Definition:
mgt-headers.cc:160
ns3::MgtAssocRequestHeader::Print
virtual void Print(std::ostream &os) const
Definition:
mgt-headers.cc:440
ns3::WifiActionHeader::PROXY_UPDATE
Definition:
mgt-headers.h:452
ns3::MgtDelBaHeader::SetByRecipient
void SetByRecipient(void)
Un-set the initiator bit in the DELBA.
Definition:
mgt-headers.cc:1313
ns3::MgtAddBaRequestHeader::IsAmsduSupported
bool IsAmsduSupported(void) const
Return whether A-MSDU capability is supported.
Definition:
mgt-headers.cc:1027
ns3::MgtDelBaHeader::GetTypeId
static TypeId GetTypeId(void)
Register this type.
Definition:
mgt-headers.cc:1245
ns3::MgtAssocRequestHeader::GetVhtCapabilities
VhtCapabilities GetVhtCapabilities(void) const
Return the VHT capabilities.
Definition:
mgt-headers.cc:379
ns3::MgtProbeResponseHeader::m_vhtCapability
VhtCapabilities m_vhtCapability
VHT capabilities.
Definition:
mgt-headers.h:388
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::MgtAddBaResponseHeader::GetSerializedSize
virtual uint32_t GetSerializedSize(void) const
Definition:
mgt-headers.cc:1102
ns3::MgtProbeResponseHeader::SetBeaconIntervalUs
void SetBeaconIntervalUs(uint64_t us)
Set the beacon interval in microseconds unit.
Definition:
mgt-headers.cc:219
ns3::WifiActionHeader::TBTT_ADJUSTMENT_RESPONSE
Definition:
mgt-headers.h:468
ns3::MgtProbeResponseHeader::GetTypeId
static TypeId GetTypeId(void)
Register this type.
Definition:
mgt-headers.cc:231
capability-information.h
ns3::MgtAddBaResponseHeader::SetBufferSize
void SetBufferSize(uint16_t size)
Set buffer size.
Definition:
mgt-headers.cc:1159
ns3::MgtDelBaHeader::GetTid
uint8_t GetTid(void) const
Return the Traffic ID (TID).
Definition:
mgt-headers.cc:1299
ns3::MgtDelBaHeader::Serialize
virtual void Serialize(Buffer::Iterator start) const
Definition:
mgt-headers.cc:1276
ns3::WifiActionHeader::VENDOR_SPECIFIC_ACTION
Definition:
mgt-headers.h:438
ns3::WifiActionHeader::Deserialize
virtual uint32_t Deserialize(Buffer::Iterator start)
Definition:
mgt-headers.cc:877
ns3::WifiActionHeader::PATH_SELECTION
Definition:
mgt-headers.h:459
ns3::MgtProbeResponseHeader::GetHtCapabilities
HtCapabilities GetHtCapabilities(void) const
Return the HT capabilities.
Definition:
mgt-headers.cc:195
ns3::MgtAddBaResponseHeader::GetStatusCode
StatusCode GetStatusCode(void) const
Return the status code.
Definition:
mgt-headers.cc:1177
ns3::MgtProbeRequestHeader::GetHtCapabilities
HtCapabilities GetHtCapabilities(void) const
Return the HT capabilities.
Definition:
mgt-headers.cc:65
ns3::WifiActionHeader::MDAOP_ADVERTISMENTS
Definition:
mgt-headers.h:465
ns3::MgtDelBaHeader::IsByOriginator
bool IsByOriginator(void) const
Check if the initiator bit in the DELBA is setted.
Definition:
mgt-headers.cc:1293
ns3::MgtAssocRequestHeader::SetVhtCapabilities
void SetVhtCapabilities(VhtCapabilities vhtcapabilities)
Set the VHT capabilities.
Definition:
mgt-headers.cc:373
third.ssid
tuple ssid
Definition:
third.py:93
ns3::MgtAssocRequestHeader::m_vhtCapability
VhtCapabilities m_vhtCapability
VHT capabilities.
Definition:
mgt-headers.h:130
ns3::MgtProbeResponseHeader::m_htCapability
HtCapabilities m_htCapability
HT capabilities.
Definition:
mgt-headers.h:387
ns3::MgtProbeResponseHeader::Deserialize
virtual uint32_t Deserialize(Buffer::Iterator start)
Definition:
mgt-headers.cc:297
ns3::MgtAddBaResponseHeader::MgtAddBaResponseHeader
MgtAddBaResponseHeader()
Definition:
mgt-headers.cc:1071
ns3::MgtBeaconHeader::GetTypeId
static TypeId GetTypeId(void)
Register this type.
Definition:
mgt-headers.cc:322
ns3::MgtAddBaResponseHeader::m_tid
uint8_t m_tid
Traffic ID.
Definition:
mgt-headers.h:781
ns3::MgtAssocResponseHeader::Print
virtual void Print(std::ostream &os) const
Definition:
mgt-headers.cc:571
ns3::MgtAddBaResponseHeader::GetTimeout
uint16_t GetTimeout(void) const
Return the timeout.
Definition:
mgt-headers.cc:1195
ns3::MgtAddBaResponseHeader::GetTid
uint8_t GetTid(void) const
Return the Traffic ID (TID).
Definition:
mgt-headers.cc:1183
ns3::WifiActionHeader::m_actionValue
uint8_t m_actionValue
Action value.
Definition:
mgt-headers.h:530
ns3::Ssid
The IEEE 802.11 SSID Information Element.
Definition:
ssid.h:38
ns3::MgtProbeRequestHeader
Implement the header for management frames of type probe request.
Definition:
mgt-headers.h:218
ns3::MgtProbeResponseHeader::SetVhtCapabilities
void SetVhtCapabilities(VhtCapabilities vhtcapabilities)
Set the VHT capabilities.
Definition:
mgt-headers.cc:201
ns3::MgtAddBaRequestHeader::IsImmediateBlockAck
bool IsImmediateBlockAck(void) const
Return whether the Block ACK policy is immediate Block ACK.
Definition:
mgt-headers.cc:1009
ns3::MgtAssocResponseHeader
Implement the header for management frames of type association response.
Definition:
mgt-headers.h:138
ns3::WifiActionHeader::WifiActionHeader
WifiActionHeader()
Definition:
mgt-headers.cc:610
ns3::MgtAddBaResponseHeader::Deserialize
virtual uint32_t Deserialize(Buffer::Iterator start)
Definition:
mgt-headers.cc:1123
ns3::MgtAssocResponseHeader::m_code
StatusCode m_code
Status code.
Definition:
mgt-headers.h:207
ns3::MgtAddBaRequestHeader::GetStartingSequence
uint16_t GetStartingSequence(void) const
Return the starting sequence number.
Definition:
mgt-headers.cc:1033
ns3::MgtDelBaHeader::m_tid
uint16_t m_tid
Traffic ID.
Definition:
mgt-headers.h:851
ns3::WifiActionHeader::GROUP_KEY_ACK
Definition:
mgt-headers.h:447
ns3::MgtAddBaRequestHeader::GetTypeId
static TypeId GetTypeId(void)
Register this type.
Definition:
mgt-headers.cc:900
ns3::WifiActionHeader::PEER_LINK_CLOSE
Definition:
mgt-headers.h:445
ns3::WifiActionHeader::BLOCK_ACK_DELBA
Definition:
mgt-headers.h:479
ns3::MgtAssocResponseHeader::GetTypeId
static TypeId GetTypeId(void)
Register this type.
Definition:
mgt-headers.cc:540
ns3::MgtAssocResponseHeader::SetSupportedRates
void SetSupportedRates(SupportedRates rates)
Set the supported rates.
Definition:
mgt-headers.cc:510
ns3::MgtAddBaResponseHeader::m_dialogToken
uint8_t m_dialogToken
Definition:
mgt-headers.h:777
ns3::MgtDelBaHeader::GetParameterSet
uint16_t GetParameterSet(void) const
Return the raw parameter set.
Definition:
mgt-headers.cc:1326
ns3::MgtAddBaResponseHeader
Implement the header for management frames of type add block ack response.
Definition:
mgt-headers.h:670
ns3::MgtDelBaHeader
Implement the header for management frames of type del block ack.
Definition:
mgt-headers.h:791
ns3::MgtAssocResponseHeader::~MgtAssocResponseHeader
~MgtAssocResponseHeader()
Definition:
mgt-headers.cc:487
ns3::WifiActionHeader::ActionValue
typedef for union of different ActionValues
Definition:
mgt-headers.h:486
ns3::MgtProbeResponseHeader::MgtProbeResponseHeader
MgtProbeResponseHeader()
Definition:
mgt-headers.cc:156
ns3::WifiActionHeader::BLOCK_ACK_ADDBA_REQUEST
Definition:
mgt-headers.h:477
ns3::MgtAddBaRequestHeader::m_policy
uint8_t m_policy
Block ACK policy.
Definition:
mgt-headers.h:658
ssid.h
ns3::MgtAssocResponseHeader::m_htCapability
HtCapabilities m_htCapability
HT capabilities.
Definition:
mgt-headers.h:209
ns3::WifiActionHeader::PEER_LINK_CONFIRM
Definition:
mgt-headers.h:444
ns3::MgtProbeResponseHeader::SetSupportedRates
void SetSupportedRates(SupportedRates rates)
Set the supported rates.
Definition:
mgt-headers.cc:225
ns3::MgtProbeRequestHeader::m_ssid
Ssid m_ssid
Service Set ID (SSID)
Definition:
mgt-headers.h:286
ns3::MgtAssocResponseHeader::MgtAssocResponseHeader
MgtAssocResponseHeader()
Definition:
mgt-headers.cc:482
ns3::MgtAssocResponseHeader::SetHtCapabilities
void SetHtCapabilities(HtCapabilities htcapabilities)
Set the HT capabilities.
Definition:
mgt-headers.cc:516
ns3::MgtAssocResponseHeader::m_aid
uint16_t m_aid
Definition:
mgt-headers.h:208
ns3::MgtProbeRequestHeader::SetSsid
void SetSsid(Ssid ssid)
Set the Service Set Identifier (SSID).
Definition:
mgt-headers.cc:41
ns3::MgtAssocResponseHeader::SetStatusCode
void SetStatusCode(StatusCode code)
Set the status code.
Definition:
mgt-headers.cc:504
ns3::MgtDelBaHeader::SetParameterSet
void SetParameterSet(uint16_t params)
Set the parameter set from the given raw value.
Definition:
mgt-headers.cc:1335
ns3::MgtAddBaResponseHeader::SetAmsduSupport
void SetAmsduSupport(bool supported)
Enable or disable A-MSDU support.
Definition:
mgt-headers.cc:1171
ns3::WifiActionHeader::MeshActionValue
MeshActionValue
Definition:
mgt-headers.h:456
ns3::WifiActionHeader::m_category
uint8_t m_category
Category of the action.
Definition:
mgt-headers.h:529
ns3::MgtAddBaRequestHeader::SetDelayedBlockAck
void SetDelayedBlockAck()
Enable delayed Block ACK.
Definition:
mgt-headers.cc:954
ns3::MgtAssocRequestHeader::Deserialize
virtual uint32_t Deserialize(Buffer::Iterator start)
Definition:
mgt-headers.cc:462
ns3::MgtAddBaRequestHeader::SetTimeout
void SetTimeout(uint16_t timeout)
Set timeout.
Definition:
mgt-headers.cc:973
ns3::MgtProbeResponseHeader
Implement the header for management frames of type probe response.
Definition:
mgt-headers.h:297
vht-capabilities.h
ns3::MgtAssocResponseHeader::m_vhtCapability
VhtCapabilities m_vhtCapability
VHT capabilities.
Definition:
mgt-headers.h:210
ns3::MgtAddBaRequestHeader::GetParameterSet
uint16_t GetParameterSet(void) const
Return the raw parameter set.
Definition:
mgt-headers.cc:1045
ns3::WifiActionHeader::TBTT_ADJUSTMENT_REQUEST
Definition:
mgt-headers.h:467
ns3::WifiActionHeader::GetAction
ActionValue GetAction()
Return the action value.
Definition:
mgt-headers.cc:674
ns3::MgtAddBaResponseHeader::m_bufferSize
uint16_t m_bufferSize
Buffer size.
Definition:
mgt-headers.h:782
ns3::MgtAddBaResponseHeader::GetParameterSet
uint16_t GetParameterSet(void) const
Return the raw parameter set.
Definition:
mgt-headers.cc:1213
ns3::MgtProbeResponseHeader::m_beaconInterval
uint64_t m_beaconInterval
Beacon interval.
Definition:
mgt-headers.h:384
ns3::MgtProbeRequestHeader::GetSerializedSize
virtual uint32_t GetSerializedSize(void) const
Definition:
mgt-headers.cc:89
ns3::MgtAddBaResponseHeader::m_timeoutValue
uint16_t m_timeoutValue
Timeout.
Definition:
mgt-headers.h:783
ns3::MgtAssocRequestHeader::m_ssid
Ssid m_ssid
Service Set ID (SSID)
Definition:
mgt-headers.h:125
ns3::MgtAssocRequestHeader::GetHtCapabilities
HtCapabilities GetHtCapabilities(void) const
Return the HT capabilities.
Definition:
mgt-headers.cc:385
ns3::MgtProbeResponseHeader::GetSerializedSize
virtual uint32_t GetSerializedSize(void) const
Definition:
mgt-headers.cc:248
ht-capabilities.h
ns3::TypeId
a unique identifier for an interface.
Definition:
type-id.h:58
ns3::MgtProbeRequestHeader::Serialize
virtual void Serialize(Buffer::Iterator start) const
Definition:
mgt-headers.cc:127
ns3::MgtProbeResponseHeader::SetHtCapabilities
void SetHtCapabilities(HtCapabilities htcapabilities)
Set the HT capabilities.
Definition:
mgt-headers.cc:189
ns3::MgtBeaconHeader
Implement the header for management frames of type beacon.
Definition:
mgt-headers.h:396
ns3::WifiActionHeader::MDAOP_ADVERTISMENT_REQUEST
Definition:
mgt-headers.h:464
ns3::MgtAssocResponseHeader::Deserialize
virtual uint32_t Deserialize(Buffer::Iterator start)
Definition:
mgt-headers.cc:593
ns3::MgtAssocResponseHeader::GetSerializedSize
virtual uint32_t GetSerializedSize(void) const
Definition:
mgt-headers.cc:557
ns3::MgtAssocResponseHeader::GetStatusCode
StatusCode GetStatusCode(void)
Return the status code.
Definition:
mgt-headers.cc:492
ns3::WifiActionHeader::CONGESTION_CONTROL_NOTIFICATION
Definition:
mgt-headers.h:461
ns3::MgtProbeResponseHeader::m_ssid
Ssid m_ssid
Service set ID (SSID)
Definition:
mgt-headers.h:383
ns3::MgtProbeRequestHeader::SetVhtCapabilities
void SetVhtCapabilities(VhtCapabilities vhtcapabilities)
Set the VHT capabilities.
Definition:
mgt-headers.cc:71
ns3::WifiActionHeader::Serialize
virtual void Serialize(Buffer::Iterator start) const
Definition:
mgt-headers.cc:870
ns3::MgtDelBaHeader::Deserialize
virtual uint32_t Deserialize(Buffer::Iterator start)
Definition:
mgt-headers.cc:1284
ns3::WifiActionHeader::SelfProtectedActionValue
SelfProtectedActionValue
Definition:
mgt-headers.h:441
ns3::MgtAddBaRequestHeader::GetTimeout
uint16_t GetTimeout(void) const
Return the timeout.
Definition:
mgt-headers.cc:1015
ns3::MgtAssocResponseHeader::GetHtCapabilities
HtCapabilities GetHtCapabilities(void) const
Return the HT capabilities.
Definition:
mgt-headers.cc:534
ns3::MgtDelBaHeader::Print
virtual void Print(std::ostream &os) const
Definition:
mgt-headers.cc:1262
ns3::WifiActionHeader::PROXY_UPDATE_CONFIRMATION
Definition:
mgt-headers.h:453
ns3::MgtAssocRequestHeader::Serialize
virtual void Serialize(Buffer::Iterator start) const
Definition:
mgt-headers.cc:449
ns3::MgtProbeRequestHeader::~MgtProbeRequestHeader
~MgtProbeRequestHeader()
Definition:
mgt-headers.cc:36
src
wifi
model
mgt-headers.h
Generated on Thu Jan 28 2016 11:05:39 for ns-3 by
1.8.9.1