Commit Graph

4332 Commits

Author SHA1 Message Date
Kirill Andreev
bd6dc43f03 Neighbours are attached 2009-03-20 13:46:50 +03:00
Pavel Boyko
8d29fe0b56 New peer management protocol moved to 802.11s/ 2009-03-20 11:58:54 +03:00
Kirill Andreev
dc43ed1c4a Fix with serialized size in prep 2009-03-20 00:21:44 +03:00
Kirill Andreev
ab4bb7cc72 Peer manager restructure - unfinished 2009-03-19 20:09:50 +03:00
Kirill Andreev
2a7c645144 Added new peer manager class, an old one we keep without change 2009-03-19 17:28:37 +03:00
Kirill Andreev
957f6d7367 Added PM-mac - not implemented 2009-03-19 14:31:47 +03:00
Kirill Andreev
40be5998a4 Restructured helper: switch to new mac, now only beacon functionality works 2009-03-19 12:46:56 +03:00
Kirill Andreev
8f92a5bb59 Code refactoring bugfix 2009-03-19 11:49:23 +03:00
Andrey Mazo
0e3996676d Coding style changes: remove unneeded line breaks. 2009-03-19 11:42:27 +03:00
Andrey Mazo
c07c1e6d20 Coding style changes: indentation (some fixes), spaces in operators, function
calls, etc.
2009-03-18 22:36:12 +03:00
Pavel Boyko
00ba275d51 11s information elements commented as "\ingroup dot11s" for doxygen 2009-03-18 20:37:54 +03:00
Kirill Andreev
cb209fa801 Code refactoring: fixed names, added references to draft 2009-03-18 19:49:53 +03:00
Kirill Andreev
30b7a82ce7 Merge fix - mac interface did not compile 2009-03-18 19:01:22 +03:00
Kirill Andreev
90583a42a6 Merge to ns3-dev 2009-03-18 18:38:41 +03:00
Kirill Andreev
61903246a3 Fixes with comments 2009-03-18 18:38:19 +03:00
Pavel Boyko
39072b6d5d mesh/dot11s doxygen module added 2009-03-18 17:56:53 +03:00
Pavel Boyko
23486e1813 merge with main tree 2009-03-18 17:41:01 +03:00
Pavel Boyko
d53de9bedd Basic MAC plugins functionality implemented 2009-03-18 17:40:38 +03:00
Kirill Andreev
f46fe50b84 Fixed bugs with includes 2009-03-18 16:59:09 +03:00
Pavel Boyko
726ca47d37 MeshWifiInterfaceMac just added and beacon generation refactored 2009-03-18 16:08:49 +03:00
Kirill Andreev
1ec46f0906 Removed unneeded virtual methods in mesh-wifi-mac.h Fixed ticket #40 2009-03-18 15:27:42 +03:00
Kirill Andreev
7f78a7e423 Deserialize bugfix 2009-03-18 15:22:58 +03:00
Kirill Andreev
99f082e652 Finished restructuring information elements 2009-03-18 15:08:17 +03:00
Pavel Boyko
3aebd147bd Use reference counting for WifiInformationElement 2009-03-18 14:37:29 +03:00
Kirill Andreev
9b09daa874 Fixed ticket #27 2009-03-18 14:36:00 +03:00
Kirill Andreev
b875e279b0 Wifi-information element moved back to mesh 2009-03-18 14:19:18 +03:00
Kirill Andreev
9caf55c5e4 Class names restructured 2009-03-18 14:16:33 +03:00
Kirill Andreev
0aa1b81464 Deserialization bugfix 2009-03-18 14:02:58 +03:00
Kirill Andreev
a9e382bd45 Restructured filenames in information elements 2009-03-18 13:35:49 +03:00
Kirill Andreev
b264e8743c Returned size in bytes back 2009-03-18 13:20:24 +03:00
Kirill Andreev
6a482b21c4 Restructured beacon timing element 2009-03-18 12:44:36 +03:00
Kirill Andreev
394a7c4335 Refactored PERR, RANN 2009-03-18 11:51:31 +03:00
Kirill Andreev
e2603abd52 Restructured PREQ and PREP 2009-03-17 19:40:09 +03:00
Kirill Andreev
0605f845bd Fixed difference between length in bytes and length field 2009-03-17 19:08:35 +03:00
Kirill Andreev
fbffc39a9c Merge to ns3dev: fix 2009-03-17 18:52:43 +03:00
Kirill Andreev
e71207a0ac Merge to ns3dev 2009-03-17 18:48:31 +03:00
Kirill Andreev
e3e2bcf885 Restructured mesh configuration element 2009-03-17 18:36:29 +03:00
Pavel Boyko
31bddd79ac Bugfix, sort by element ID not by pointer addresses 2009-03-17 17:44:51 +03:00
Pavel Boyko
ae9a61cb3a MeshWifiBeacon class created 2009-03-17 17:33:49 +03:00
Kirill Andreev
406bc6aacd information elements are moved to 802.11s 2009-03-17 17:18:19 +03:00
Pavel Boyko
213cad78c8 merge with main tree 2009-03-17 16:17:44 +03:00
Pavel Boyko
7c23e38595 WifiInformationElement class added as the base for all IEs 2009-03-17 16:15:43 +03:00
Aleksey Kovalenko
af1d653e66 Move inline code, codestyle fix 2009-03-17 13:21:37 +03:00
Pavel Boyko
df8da40efd Merge with main tree 2009-03-17 10:57:10 +03:00
Pavel Boyko
5cab5761ea L2RoutingProtocol refactored to MeshL2RoutingProtocol 2009-03-17 10:56:45 +03:00
pavlo
ae3fcdf9ec L2RoutingProcotol refactoring in progress 2009-03-16 20:00:55 +03:00
Andrey Mazo
ac07e1e920 Merge with ns-3-dev trunk. 2009-03-16 19:48:22 +03:00
pavlo
508891973f L2RoutingNetDevice refactored to MeshPointDevice 2009-03-16 17:59:33 +03:00
Pavel Boyko
7eefa438ed All mesh related filed moved to devices/mesh. Let the refactoring begins! 2009-03-16 15:45:37 +03:00
Andrey Mazo
aac765a2b1 Coding style changes: indentation, spaces. 2009-03-13 21:09:40 +03:00