Commit Graph

13523 Commits

Author SHA1 Message Date
Sébastien Deronne
57e01febc2 test: Cleanup wifi header inclusions 2018-05-10 22:35:20 +02:00
Sébastien Deronne
305c120ea1 wave: Cleanup wifi header inclusions 2018-05-10 22:34:47 +02:00
Sébastien Deronne
e62a040dec dsr: Cleanup wifi header inclusions 2018-05-10 22:20:53 +02:00
Sébastien Deronne
1cf317a8c5 dsdv: Cleanup wifi header inclusions 2018-05-10 22:19:02 +02:00
Sébastien Deronne
6a27bdfaf5 aodv: Cleanup wifi header inclusions 2018-05-10 22:17:51 +02:00
Sébastien Deronne
57b77fe55b examples: Cleanup wifi-module includes 2018-05-10 22:13:49 +02:00
Sébastien Deronne
013e23a851 wifi: Fix style in wifi-phy-configuration example 2018-05-10 15:55:43 +02:00
Sébastien Deronne
95b8a20c1a wifi: Cleanup header inclusions in wifi tests 2018-05-10 15:49:58 +02:00
Sébastien Deronne
c977c4ad29 examples: Remove useless dependencies 2018-05-09 18:37:34 +02:00
Sébastien Deronne
b88cf084f0 wifi: Cleanup header inclusions in wifi examples 2018-05-08 21:32:30 +02:00
Sébastien Deronne
aa7ecb65f3 wifi: Rework uint types in MinstrelWifiManager and MinstrelHtWifiManager 2018-05-08 18:12:00 +02:00
Sébastien Deronne
a3f648d607 wifi: Remove DcfState logs from WifiHelper::EnableLogComponents 2018-05-08 18:09:45 +02:00
Alexander Krotov
41eacbe02e Add .clang-format 2018-05-08 15:17:45 +03:00
Sébastien Deronne
942454f100 wifi: Add wifi-phy-configuration to wscript 2018-05-08 12:08:14 +02:00
Robert Ammon
b41929a6d8 wifi: Fix frequency width to uint16_t 2018-05-08 08:33:12 +02:00
Sébastien Deronne
bf4f425ba9 wifi: Change returned type for GetCenterFrequencyForChannelWidth 2018-05-08 08:32:27 +02:00
Robert Ammon
c20bded751 wifi: Change returned type for CtrlBAckResponseHeader::IndexInBitmap 2018-05-08 08:29:20 +02:00
Sébastien Deronne
003d51e411 wifi: Remove redundant parameter in PeekNextPacketByTidAndAddress 2018-05-08 08:20:56 +02:00
Alexander Krotov
04406a3c8e wifi: Replace linear search with map lookup in MinstrelHtWifiManager 2018-05-04 13:08:29 +03:00
Alexander Krotov
a5ffde77d9 wifi: Replace linear search with map lookup in MinstrelWifiManager 2018-05-03 15:12:31 +03:00
Tom Henderson
c91797f23e build: fix contrib library paths broken due to r13485 (c174ebd0) 2018-05-03 13:39:50 -07:00
Manuel Requena
8da38f9a00 fd-net-device: (fixes #2801) MTU is not set correctly 2018-05-03 06:52:20 -07:00
Tom Henderson
96a9ab8b95 wifi: Avoid redirecting access to pointer through setter
Providing a setter without a getter causes a runtime error when config store
is used.  There isn't any need to indirect this through setters/getters.
2018-05-03 06:47:31 -07:00
Alexander Krotov
e0da658b7a s/accross/across/ 2018-05-03 12:07:54 +03:00
Alexander Krotov
e180eaed93 wifi: add comparison operator for WifiMode 2018-05-03 12:02:34 +03:00
Sébastien Deronne
462cea693f wifi: rescan bindings 2018-04-29 18:40:25 +02:00
Sébastien Deronne
1717d81a64 wifi: Use uint16_t for channel widths to prepare 802.11ad support and silent some Visual Studio compiler warnings 2018-04-29 17:37:53 +02:00
Sébastien Deronne
c213eb5669 wifi: Update Doxygen for DcaTxop and EdcaTxopN classes 2018-04-29 17:32:46 +02:00
Pasquale Imputato
cbf467e9b5 Remove unused variables to fix build with clang 6 on Linux 2018-04-27 19:04:55 +02:00
Michele Polese
9624c80c37 buildings: Add OutdoorPositionAllocator to buildings module 2018-04-19 08:50:24 -07:00
Peter D. Barnes, Jr.
53d4b13067 core: threaded-test-suite.cc: use thread and chrono, instead of nanosleep 2018-04-16 18:05:10 -07:00
Peter D. Barnes, Jr.
57b7a245d4 core: example main-test-sync: use thread and chrono, instead of sleep and usleep 2018-04-16 12:51:49 -07:00
Sébastien Deronne
99a6dd59a4 wifi: Merge DcfState into DcaTxop (patch from Stefano Avallone) 2018-04-15 09:12:54 +02:00
Peter D. Barnes, Jr.
8e2b2d99a7 core: refactor SystemPath::MakeDirectories
Addition of bool makeDirErr is preparation for a Windows clause
2018-04-13 17:02:12 -07:00
Peter D. Barnes, Jr.
f4d579b911 build: fix library paths broken by r13485 (c174ebd0) 2018-04-13 16:40:53 -07:00
Sébastien Deronne
117d5d8c46 examples: Cleanup header inclusion in wireless examples 2018-04-13 23:08:35 +02:00
Sébastien Deronne
53eb13fdd4 wifi: Use forward declaration as often as possible (part 10) 2018-04-13 20:47:22 +02:00
Peter D. Barnes, Jr.
1bc9d0740a build: put build libraries in subdirectory lib/ 2018-04-12 15:05:03 -07:00
Peter D. Barnes, Jr.
ff8b44d9ff core: (re)fix log-macros-disabled.h compilation broken by r13461 (eb9262b0)
This alters  r13474 (d623d9)
and reverts  r13482 (4d42c9)

Now includes explanation of why two versions are necessary.
2018-04-12 14:51:29 -07:00
Robert Ammon
e1c73ce575 traffic-control: Eliminate Visual Studio compiler warnings in the examples 2018-04-12 23:06:30 +02:00
Tom Henderson
b64dcb4234 lte: Fix compilation error 2018-04-11 21:01:04 -07:00
Tom Henderson
b54256d51d lte: Fix compilation error 2018-04-11 17:45:48 -07:00
Tommaso Pecorella
ac3e174111 Python Bindings: regenerate wave and mesh 2018-04-11 16:11:08 -05:00
Tom Henderson
c681150e81 build: (fixes #2908) Check if pybindgen version exists before use 2018-04-11 13:46:07 -07:00
Sébastien Deronne
5c09ddf105 wifi: Use forward declaration as often as possible (part 9) 2018-04-11 20:22:36 +02:00
Sébastien Deronne
eb2fd20e8c wifi: Use forward declaration as often as possible (part 8) 2018-04-11 20:22:31 +02:00
Sébastien Deronne
7b670e4c7b wifi: Use forward declaration as often as possible (part 7) 2018-04-11 08:19:40 +02:00
Sébastien Deronne
00161ead2a wifi: Use forward declaration as often as possible (part 6) 2018-04-11 08:14:13 +02:00
Peter D. Barnes, Jr.
7ccef2f46b core: fix log-macros-disabled.h compilation broken by r13461 (eb9262b0) 2018-04-10 22:43:00 -07:00
Sébastien Deronne
390cf24639 wifi: Use forward declaration as often as possible (part 5) 2018-04-10 20:59:50 +02:00