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
wifi-ns3-constants.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
* Author: Sharan Naribole <sharan.naribole@gmail.com>
7
*/
8
9
#ifndef WIFI_NS3_CONSTANTS_H
10
#define WIFI_NS3_CONSTANTS_H
11
12
/**
13
* @file
14
* @ingroup wifi
15
* Declaration of default values used across wifi module
16
*/
17
18
namespace
ns3
19
{
20
21
/// UL MU Data Disable flag at non-AP STA
22
static
constexpr
bool
DEFAULT_WIFI_UL_MU_DATA_DISABLE
{
false
};
23
24
/// UL MU Data Disable Rx support at AP
25
static
constexpr
bool
DEFAULT_WIFI_UL_MU_DATA_DISABLE_RX
{
true
};
26
27
}
// namespace ns3
28
29
#endif
/* WIFI_NS3_CONSTANTS_H */
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::DEFAULT_WIFI_UL_MU_DATA_DISABLE
static constexpr bool DEFAULT_WIFI_UL_MU_DATA_DISABLE
UL MU Data Disable flag at non-AP STA.
Definition
wifi-ns3-constants.h:22
ns3::DEFAULT_WIFI_UL_MU_DATA_DISABLE_RX
static constexpr bool DEFAULT_WIFI_UL_MU_DATA_DISABLE_RX
UL MU Data Disable Rx support at AP.
Definition
wifi-ns3-constants.h:25
src
wifi
model
wifi-ns3-constants.h
Generated on Wed Oct 1 2025 18:22:44 for ns-3 by
1.13.2