Commit Graph

13541 Commits

Author SHA1 Message Date
Sébastien Deronne
d8a0fc97c3 wifi: Use Time type to represent slot time in DcfManager 2018-05-14 23:41:15 +02:00
Sébastien Deronne
89d9beadf4 internet: Rescan python bindings 2018-05-13 10:16:05 +02:00
Robert Ammon
b40d64f702 wifi: Use casts to eliminate Visual Studio compiler warnings 2018-05-12 22:09:39 +02:00
Tom Henderson
2bd1f1fb05 test: Convert uint8_t to uint16_t where possible 2018-05-11 23:36:10 +02:00
Viyom
5cbd43365a tcp: Added test for Classic Recovery 2018-05-11 19:32:36 +02:00
Viyom
aeb3d27b4d tcp: Modularization of Fast Recovery - I 2018-05-11 19:30:43 +02:00
Vivek Jain
b84b30547d tcp: moved RTT and BytesInFlight in TcpSocketState 2018-05-11 19:23:31 +02:00
Stefano Avallone
2d9671ab5f traffic-control: TrafficControlHelper::Install only returns root queue discs
Returning all the queue discs only makes it difficult to get the root queue
discs. On the other hand, given the root queue discs, it is easy to get the
child queue discs.
2018-05-11 19:19:18 +02:00
Sébastien Deronne
d71a519976 wifi: Fix some types in MacLow 2018-05-11 16:58:49 +02:00
Sébastien Deronne
ac43c999a2 wifi: Fix m_nSupported to uint8_t in AparfWifiManager 2018-05-11 16:45:38 +02:00
Sébastien Deronne
81a72f138d wifi: Change numberOfBitsPerSubcarrier to uint16_t 2018-05-11 16:45:36 +02:00
Robert Ammon
39c8a2d3f7 wifi: Eliminate some more Visual Studio compiler warnings 2018-05-11 16:45:31 +02:00
Alexander Krotov
1a7625a7e1 Fix AccessModifierOffset in .clang-format 2018-05-11 13:08:34 +03:00
Tom Henderson
b2d4677275 wifi: Add missing include 2018-05-10 16:12:14 -07:00
Sébastien Deronne
7e06cec827 mesh: Cleanup wifi header inclusions 2018-05-10 23:16:08 +02:00
Sébastien Deronne
a4701f4df8 netanim: Cleanup wifi header inclusions 2018-05-10 22:55:26 +02:00
Sébastien Deronne
27f9259e34 mpi: Cleanup wifi header inclusions 2018-05-10 22:55:24 +02:00
Sébastien Deronne
c49a43a44a olsr: Cleanup wifi header inclusions 2018-05-10 22:35:34 +02:00
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