Eduardo Almeida
|
5afa1fd7ef
|
Use Time() constructor with integer values
|
2024-11-08 18:01:13 +00:00 |
|
Sébastien Deronne
|
054be933b8
|
examples: Also allow to select channel width and guard interval duration in wifi network examples
|
2024-10-21 09:26:17 +02:00 |
|
Stefano Avallone
|
2066cabb80
|
examples: Allow users to specify a set of MCS values for wifi examples
|
2024-10-21 09:26:17 +02:00 |
|
Sébastien Deronne
|
d54e5c4e91
|
wifi: Use meter_u weak alias
|
2024-09-09 16:26:17 +00:00 |
|
André Apitzsch
|
8bc94a1cc3
|
Use SPDX license identifiers
|
2024-09-06 19:32:31 +00:00 |
|
Sébastien Deronne
|
578fecdcba
|
wifi: Use time instead of uint16_t for guard interval duration
|
2024-09-03 20:19:29 +00:00 |
|
Sébastien Deronne
|
921a5eb6c7
|
examples: Add parameter to select 80+80MHz or 160MHz in wifi network examples
|
2024-08-21 20:17:57 +02:00 |
|
Stefano Avallone
|
f573706a74
|
wifi: Make WifiHelper::AssignStreams() static
Suggested by Sharan Naribole
|
2024-07-02 10:07:47 +02: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
|
8fdb3a6fa0
|
examples: Use fatal error in wifi network examples when incorrect configuration is provided
|
2024-05-02 19:25:44 +00:00 |
|
Sébastien Deronne
|
b6a05a83d2
|
examples: Skip 800ns guard interval for UL OFDMA in HE/EHT examples
|
2024-05-02 19:25:44 +00:00 |
|
Sébastien Deronne
|
4503025d99
|
examples: Allow seed and run of wifi network examples to be configured by command-line arguments
|
2024-05-02 19:25:44 +00:00 |
|
Sébastien Deronne
|
63514f53e7
|
examples: Fix randomness in wifi network examples
|
2024-05-02 19:25:44 +00:00 |
|
Sébastien Deronne
|
1c0809c31e
|
examples: Fix conditions to check boundaries of measured throughput for wifi HT/VHT/HE/EHT networks
|
2024-05-02 19:25:44 +00: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 |
|
Stefano Avallone
|
92580cb106
|
wifi: Add a WifiMac attribute to configure BlockAck buffer size
The value of this attribute can be easily capped to the maximum allowed value based
on the supported standard.
|
2023-11-26 18:34:52 +01:00 |
|
Eduardo Almeida
|
480ccccfb3
|
examples: Initialize arrays directly with 0
|
2023-04-29 17:58:54 +01:00 |
|
Stefano Avallone
|
fc7faccbd4
|
wifi: Enable MU-RTS in some regression tests
|
2023-02-24 10:31:49 +01:00 |
|
Sébastien Deronne
|
1789d4a383
|
examples: Fix control rate in wifi HT/VHT/HE examples
|
2023-02-04 09:13:09 +01:00 |
|
Matteo Drago
|
e27af18476
|
examples: set propagation loss model on wifi-he-network example
|
2023-02-03 14:36:26 +00: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 |
|
Eduardo Almeida
|
c1e7757315
|
Fix clang-tidy readability-isolate-declaration warnings
|
2022-10-07 11:48:11 +00:00 |
|
Stefano Avallone
|
8c6918ef4c
|
wifi: Add a ProbeDelay attribute to StaWifiMac
|
2022-09-05 10:11:27 +02:00 |
|
Stefano Avallone
|
31bd09673d
|
wifi: Avoid potential failures in the wifi-he-network example
|
2022-09-05 10:11:27 +02:00 |
|
Stefano Avallone
|
7c11a1d012
|
wifi: Use new WifiHelper methods in some examples/tests
|
2022-07-06 07:23:20 +00:00 |
|
Stefano Avallone
|
1be8c8a874
|
wifi: Extend the wifi-he-network script
Add an option to select DL or UL traffic and an option to configure
the channel access timer of the MultiUserScheduler.
|
2022-06-09 14:51:58 +00:00 |
|
Stefano Avallone
|
e3f51bccde
|
wifi: Allow enabling UL OFDMA in wifi-he-network script
|
2022-04-25 21:49:31 +02:00 |
|
Pasquale Imputato
|
327445ee94
|
wifi: (merges !843) Allow zero-throughput cases for wifi-he-network example.
The wifi-he-network example should check if the obtained throughout is
greater than zero before failing due to unexpected value.
|
2022-02-28 07:09:53 -08: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 |
|
Stefano Avallone
|
171d1978d8
|
wifi: wifi-he-network example uses YansWifiPhy by default (again)
|
2021-07-02 11:26:06 +02:00 |
|
Stefano Avallone
|
d5bf97887b
|
wifi: Extend wifi-he-networks example to show OFDMA usage
|
2021-06-15 13:09:07 +02:00 |
|
Stefano Avallone
|
571e526ce6
|
wifi: WifiPhy makes use of WifiPhyOperatingChannel
|
2021-03-10 11:41:46 +01:00 |
|
Sébastien Deronne
|
7c89eaf663
|
wifi: Remove YansWifiPhyHelper::Default and SpectrumWifiPhyHelper::Default methods
|
2020-10-26 20:39:16 +00:00 |
|
Sebastien Deronne
|
5459ca6a6d
|
wifi: Add 6 GHz band support for 802.11ax
|
2020-09-03 18:43:44 +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 |
|
Sébastien Deronne
|
201e1be6fb
|
examples: Update description of some wifi examples since QosTag does no longer exist
|
2020-04-04 10:17:11 +02: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 |
|