Commit Graph

29 Commits

Author SHA1 Message Date
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
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
Stefano Avallone
f65cef7479 examples: Add more EMLSR options to wifi-eht-network 2024-05-06 07:33:00 +00: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
Sébastien Deronne
30a9c2d1c2 examples: Fix copy-paste typo in wifi EHT network example 2024-03-03 15:56:16 +01:00
Eduardo Almeida
8e61240969 applications, examples, test: Add missing include to "udp-server.h" 2024-01-29 18:10:39 +00:00
Stefano Avallone
7cf6dd50e9 wifi: Specify BlockAck buffer size in wifi-eht-network example 2023-11-26 18:36:54 +01: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
Stefano Avallone
9a3698761b wifi: Extend EHT network example to support EMLSR 2023-11-03 09:57:57 +00:00
Eduardo Almeida
0cb17f8281 Simplify formatting by removing redundant parenthesis and semicolons 2023-10-31 17:59:16 +00:00
Eduardo Almeida
42d6eea6de Remove emacs lines from Python and C++ files 2023-05-23 16:20:52 +00: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
Stefano Avallone
6192009878 wifi: Extend the wifi-eht-network example
Add an option to print the average per-station throughput over
intermediate intervals of the specified duration
2023-02-16 12:13:58 +01:00
Stefano Avallone
2101962980 wifi: Add an option to wifi-eht-network to setup a second and a third link between the AP and the station(s)
Links must operate in distinct frequency bands
2023-02-16 12:13:58 +01:00
Sebastien Deronne
b684157c1d examples: Add initial 802.11be example 2023-02-16 12:13:58 +01:00