40 Commits

Author SHA1 Message Date
Sébastien Deronne
544086503f wifi: Specify units of magic numbers 2025-01-03 16:32:31 +01:00
Eduardo Almeida
6ef966c4cf Replace Doxygen tags using \ with @ 2024-11-08 18:05:46 +00:00
Eduardo Almeida
5afa1fd7ef Use Time() constructor with integer values 2024-11-08 18:01:13 +00:00
Sébastien Deronne
d54e5c4e91 wifi: Use meter_u weak alias 2024-09-09 16:26:17 +00:00
Sébastien Deronne
f0c63e2a22 wifi: Use Watt_u and mWatt_u weak aliases for powers 2024-09-09 16:26:17 +00:00
André Apitzsch
8bc94a1cc3 Use SPDX license identifiers 2024-09-06 19:32:31 +00:00
Eduardo Almeida
79186a8b8b Fix clang-tidy bugprone-branch-clone warnings 2024-05-11 02:56:07 +01:00
Sébastien Deronne
86ca94f1d7 examples: Use Time for duration parameters in wifi examples 2024-05-07 07:45:24 +02:00
Sébastien Deronne
890bc05f07 examples: Reduce amount of generated packets in wifi examples 2024-03-15 12:39:03 +00:00
Eduardo Almeida
8e61240969 applications, examples, test: Add missing include to "udp-server.h" 2024-01-29 18:10:39 +00:00
Gabriel Ferreira
6f076416e7 Fix typos 2023-02-21 22:29:29 -03:00
Eduardo Almeida
dfc6fb9d2d Remove emacs comment from C++ files 2022-10-14 14:13:12 +00:00
Eduardo Almeida
e25ff966fe Apply clang-format to codebase 2022-10-07 20:08:35 +00:00
Eduardo Almeida
ebb596910c Fix remaining clang-tidy warnings 2022-10-07 11:48:11 +00:00
Tommaso Pecorella
606eb84448 doc: fix doxygen in various examples 2022-08-30 20:30:42 +00:00
Stefano Avallone
2a1d009116 wifi: Separate wifi standard and PHY band 2022-01-08 19:23:12 +01:00
Stefano Avallone
bd7ebdd4cf wifi: Switch to the new PHY methods to set the operating channel 2021-12-07 09:45:04 +01:00
Sébastien Deronne
e353bafa48 examples: Set wifi data link type when PCAP file is generated 2021-04-19 12:49:58 +02:00
Stefano Avallone
571e526ce6 wifi: WifiPhy makes use of WifiPhyOperatingChannel 2021-03-10 11:41:46 +01:00
Sébastien Deronne
2e22c3da6b wifi: Add PCAP support for HE MU and HE TB PPDUs 2020-11-15 18:37:13 +00:00
Sébastien Deronne
7c89eaf663 wifi: Remove YansWifiPhyHelper::Default and SpectrumWifiPhyHelper::Default methods 2020-10-26 20:39:16 +00:00
Sebastien Deronne
bd1ad3994a wifi: Decouple standard and frequency band 2020-09-03 18:43:43 +00:00
Peter D. Barnes, Jr
b23be18b3b Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.
This in effect replaces commit 5e624d550
2020-05-01 14:42:53 -07:00
Peter D. Barnes, Jr
5e624d5504 doc: Use the new COMMANDLINE macro in every example 2020-04-27 16:20:09 -07:00
Rediet
a9c54ea956 wifi: Use wifi- prefix for all test-suites and examples
Will enable easier wildcarding
2019-10-08 12:41:32 -07:00
Tom Henderson
238a75614d wifi: Fix waveform PSD in example 2019-07-06 16:44:46 -07:00
Sébastien Deronne
d02406280b examples: Fix regression time for wifi examples 2019-06-15 14:35:10 +02:00
Sébastien Deronne
822d5a10e4 wifi: Refactor detection thresholds in WifiPhy 2018-11-26 20:01:12 +01:00
Sébastien Deronne
289057719f wifi: Add configuration objects for 802.11n/ac/ax 2018-10-30 13:42:31 +01:00
Sébastien Deronne
117d5d8c46 examples: Cleanup header inclusion in wireless examples 2018-04-13 23:08:35 +02:00
Sébastien Deronne
b93ad1156a examples: Fix some Visual Studio compiler warnings (based on Robert Ammon's patch) 2018-03-28 16:58:25 +02:00
Sébastien Deronne
f53b87e610 examples: remove useless wifi settings in wireless examples 2017-10-21 11:15:50 +02:00
Tom Henderson
a3d3e55116 wifi: Update SpectrumWifiPhy example programs 2017-09-22 09:43:10 -07:00
Sébastien Deronne
80053da5d1 examples: Clean up wireless examples 2017-02-12 14:38:54 +01:00
Sébastien Deronne
232920d87a wifi: Channel number coded on 1 byte 2016-12-31 20:23:52 +01:00
Sébastien Deronne
241e80ca6d wifi: Remove unnecessary includes 2016-11-27 20:59:04 +01:00
Sébastien Deronne
e71851491d wifi: (fixes #2551) Move preamble to TXVECTOR 2016-11-27 19:26:13 +01:00
Tom Henderson
5d3f2d42ae examples: Do not prematurely call Simulator::Destroy () 2016-08-25 10:03:34 -07:00
Sébastien Deronne
1e6e44b398 wifi: remove code duplication in yans and spectrum 2016-08-04 22:43:52 +02:00
Tom Henderson
4f349d7f47 wifi: (closes #2400) Add SpectrumWifiPhy model 2016-07-22 18:13:42 -07:00