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