Commit Graph

22 Commits

Author SHA1 Message Date
Sébastien Deronne
4e27c5e008 examples: Add useRts option in wifi network examples, add frequency selection in he-wifi-network and extend regression 2018-01-13 12:16:29 +01:00
Sébastien Deronne
923ef42e42 wifi: Enable beacon jitter by default 2017-09-13 23:11:38 +02:00
Sébastien Deronne
80053da5d1 examples: Clean up wireless examples 2017-02-12 14:38:54 +01:00
Sébastien Deronne
7b2bb74c73 examples: Clean wireless examples 2017-02-06 20:31:02 +01:00
Sébastien Deronne
f111001430 examples: Avoid wifi examples to fail if non-default parameters are used 2017-02-05 19:40:56 +01:00
Sébastien Deronne
e7a33557c0 examples: Fix wrong results when tcp is selected in ht/vht/he wifi network examples 2017-02-05 17:22:11 +01:00
Sébastien Deronne
fca10346bb examples: Fix typos 2017-01-22 21:50:56 +01:00
Sébastien Deronne
b8741c23d1 examples: Add option to select a specific MCS value for ht-wifi-network and vht-wifi-network 2017-01-11 20:13:32 +01:00
Sébastien Deronne
6f4e77c2fb examples: Add ht-wifi-network in regression run 2016-12-27 09:29:56 +01:00
Sébastien Deronne
241e80ca6d wifi: Remove unnecessary includes 2016-11-27 20:59:04 +01:00
Sébastien Deronne
8a19cbd288 examples: remove unnecessary wifi settings 2016-07-02 11:48:13 +02:00
Sébastien Deronne
4f54ca4f1e wifi: (fixes #2116 and #2213) Refactor helpers and APIs 2016-02-05 21:48:25 +01:00
Sébastien Deronne
007da847b8 Correct small mistake in previous commit 2015-09-05 13:37:30 +02:00
Sébastien Deronne
25c14127fd Update documentation and extend functionnalities of ht and vht wifi examples 2015-09-05 13:33:43 +02:00
Sébastien Deronne
1746c079c2 Add helper to convert mcs values into datarate values 2015-09-05 11:37:49 +02:00
Sébastien Deronne
04dfda290c add support for IEEE 802.11ac 2015-09-03 22:16:49 +02:00
Sébastien Deronne
08e3414452 Bug 2079: mcs variable in ht-wifi-network example is confusing 2015-03-19 21:07:13 +01:00
Tom Henderson
47789200d4 specify unsigned integer literal (fix compiler warning) 2015-02-01 08:17:09 -08:00
Sébastien Deronne
cc86ee0dac improve ht-wifi-network example 2015-01-31 17:36:14 -08:00
Tommaso Pecorella
4231c89fee Example ht-wifi-network contains old random variable syntax 2014-09-19 22:07:09 +02:00
Vedran Miletić
f781366d2e Fix compilation with Clang 3.2 and newer versions, including Apple Clang 5.0
Clang 3.2 requires all class members to be used in the code; this patch either removes class members that are not used or adds NS_UNUSED/NS_UNUSED_GLOBAL around them. Thanks to Andrey Mazo and Tommaso Pecorella for review.
2013-10-20 12:46:27 +02:00
Ghada Badawy
085a0eea39 partial 802.11n support 2013-08-13 22:05:25 -07:00