A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-ns3-constants.cc
Go to the documentation of this file.
2
3namespace ns3
4{
7{
8 static Time beaconInterval = MicroSeconds(102400);
9 return beaconInterval;
10}
11} // namespace ns3
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.
Time DEFAULT_BEACON_INTERVAL()
Default Beacon interval.
Declaration of default values used across wifi module.