A Discrete-Event Network Simulator
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#include "ns3/nstime.h"
13
14/**
15 * @file
16 * @ingroup wifi
17 * Declaration of default values used across wifi module
18 */
19
20namespace ns3
21{
22
23/// UL MU Data Disable flag at non-AP STA
24static constexpr bool DEFAULT_WIFI_UL_MU_DATA_DISABLE{false};
25
26/// UL MU Data Disable Rx support at AP
27static constexpr bool DEFAULT_WIFI_UL_MU_DATA_DISABLE_RX{true};
28
29/// Default Beacon interval
31
32} // namespace ns3
33
34#endif /* WIFI_NS3_CONSTANTS_H */
Simulation virtual time values and global simulation resolution.
Definition nstime.h:95
Time MicroSeconds(uint64_t value)
Construct a Time in the indicated unit.
Definition nstime.h:1307
Every class exported by the ns3 library is enclosed in the ns3 namespace.
static constexpr bool DEFAULT_WIFI_UL_MU_DATA_DISABLE
UL MU Data Disable flag at non-AP STA.
static constexpr bool DEFAULT_WIFI_UL_MU_DATA_DISABLE_RX
UL MU Data Disable Rx support at AP.
const Time DEFAULT_BEACON_INTERVAL
Default Beacon interval.