Commit Graph

48 Commits

Author SHA1 Message Date
Rediet
a9c54ea956 wifi: Use wifi- prefix for all test-suites and examples
Will enable easier wildcarding
2019-10-08 12:41:32 -07:00
Stefano Avallone
88781e4cfa wifi: Extend tests to check that TXOP limit is not exceeded 2019-05-11 18:47:14 +02:00
Sebastien Deronne
9f1b4331eb wifi: Add first 802.11ax OBSS_PD SR algorithm 2019-04-27 20:50:03 +00:00
Sébastien Deronne
29ea252284 wifi: Add support for 802.11 PCF 2018-05-21 15:06:50 +02:00
Sébastien Deronne
c977c4ad29 examples: Remove useless dependencies 2018-05-09 18:37:34 +02:00
Sébastien Deronne
06776fbf18 examples: Add wifi DSSS validation example 2018-04-01 11:35:30 +02:00
Sébastien Deronne
c4d21dfcf9 examples: Extend mixed b/g example with mixed HT/non-HT cases 2017-02-03 11:37:12 +01:00
Sébastien Deronne
fc7641add7 wifi: Add initial support for 802.11ax 2017-01-28 20:27:26 +01:00
Sébastien Deronne
2c3a5f8fa7 examples: Add wifi-backward-compatibility to regression 2017-01-20 14:50:37 +01:00
Sébastien Deronne
a93cef48ad examples: Add example wifi-multiple-tos 2017-01-02 08:46:09 +01:00
Tom Henderson
4f349d7f47 wifi: (closes #2400) Add SpectrumWifiPhy model 2016-07-22 18:13:42 -07:00
Sébastien Deronne
717405ad38 wifi: add 802.11e TXOP example 2016-07-14 20:46:55 +02:00
Tom Henderson
09b61f42d0 examples: Add missing dependency 2016-04-20 16:30:20 -07:00
Sébastien Deronne
4e23b3a14c wifi: add example for A-MPDU with TCP (from Hany Assasa) 2016-03-09 19:51:35 +01:00
Sébastien Deronne
a5181e1bbd wifi: (partial fix #2296) MIMO example and documentation 2016-02-24 16:30:31 -08:00
Sébastien Deronne
551b03a3bf wifi: (fixes #2120) 802.11g backward compatible with 802.11b 2016-02-17 22:40:00 +01: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
04dfda290c add support for IEEE 802.11ac 2015-09-03 22:16:49 +02:00
Sébastien Deronne
5ce6f9786a add example to reproduce a hidden nodes scenario in 802.11n networks with A-MPDU enabled 2015-05-05 00:42:26 +02:00
Sébastien Deronne
60b507ccdf add two-level aggregation 2015-05-04 23:55:32 +02:00
Sébastien Deronne
fc96da1266 wifi example to demonstrate how to set non-standard timing attributes 2015-01-31 17:42:11 -08:00
Sébastien Deronne
7cf8a0b73a split wifi example simple-wifi-frame-aggregation.cc into two examples, one for MSDU aggregation and one for MPDU aggregation 2015-01-31 17:41:12 -08:00
Matias Richart
024fa2e09f add rate adaptation example to demonstrate Minstrel operation 2015-01-25 12:02:18 -08:00
Matias Richart
7e4542f5c0 add PARF and APARF WiFi rate controls 2015-01-25 11:21:46 -08:00
Sébastien Deronne
8bdfaee6e9 bug 1758: Missing Yans and Nist error rate models for 5/6 code rate of 802.11n HT 2014-11-29 10:13:25 -08:00
Tom Henderson
d4f2adc449 add wscript support for wifi-sleep.cc example 2014-11-24 06:29:58 -08:00
Tom Henderson
23a41e0e22 add netanim capability to mixed-wireless.cc 2014-05-04 18:46:44 -07:00
Ghada Badawy
085a0eea39 partial 802.11n support 2013-08-13 22:05:25 -07:00
Tom Henderson
1071fd3d46 move gnuplot support from src/tools to src/stats 2013-06-18 13:16:51 -07:00
Tom Henderson
f984cd440d remove explicit visualizer dependency from examples 2012-06-06 22:07:56 -07:00
Tom Henderson
02a767d9de add visualizer module to some wifi example wscripts 2011-06-28 11:06:44 -07:00
Ruben Merz
e9d0d2a36e Add missing module dependency for wifi-simple-infra example 2011-05-18 07:23:19 +02:00
Mitch Watrous
e536a8efef Make Python examples use new modular bindings without importing everything 2011-05-02 17:17:09 -07:00
Mitch Watrous
e795aaedb2 Make Python examples use new modular bindings 2011-04-29 16:59:33 -07:00
Mitch Watrous
26006abcca Make test.py not run examples that are not runnable 2011-04-29 09:53:35 -07:00
Mitch Watrous
1718599e48 Write a status file during waf build step 2011-04-28 09:10:29 -07:00
Mitch Watrous
8a8d425071 Split contrib module into config-store and tools 2011-03-24 09:23:44 -07:00
Mitch Watrous
28384516a2 Create separate module and test-module libraries 2011-03-18 10:58:21 -07:00
Mitch Watrous
540288c432 Fix dependencies in various wscripts 2011-03-07 16:59:09 -08:00
Tom Henderson
18f2715506 remove src/helper module 2011-03-05 11:47:37 -08:00
Tom Henderson
89b6c3ede8 Fix some additional dependency issues 2011-02-25 12:11:11 -08:00
Tom Henderson
c4e4de9ac3 Rename internet-stack to internet, and organize module 2011-02-25 10:32:35 -08:00
Tom Henderson
df07734f32 merge src/simulator into src/core; move src/core to new module layout 2011-02-18 16:05:39 -08:00
Tom Henderson
6c2535afed fix example and sample dependencies 2011-01-28 14:11:42 -08:00
Gary Pei
a1fd50d60e Add NistErrorRateModel for wifi 2010-06-15 10:28:51 -07:00
Pavel Boyko
edd772f5e7 Matrix propagation loss model added 2010-03-09 11:35:09 +03:00
Mirko Banchi
032d94d7f5 add a block ack example 2010-02-03 20:34:54 +01:00
Craig Dowell
a52357aa83 split examples, add examples, tweak test.py to minimize builds 2009-10-06 19:34:29 -07:00