equal
deleted
inserted
replaced
40 public: |
40 public: |
41 /** |
41 /** |
42 * Construct a MeshHelper used to make life easier when creating 802.11s networks. |
42 * Construct a MeshHelper used to make life easier when creating 802.11s networks. |
43 */ |
43 */ |
44 MeshHelper (); |
44 MeshHelper (); |
|
45 |
|
46 /** |
|
47 * Destroy a MeshHelper. |
|
48 */ |
|
49 ~MeshHelper (); |
45 |
50 |
46 /** |
51 /** |
47 * \brief Set the helper to the default values for the MAC type, remote |
52 * \brief Set the helper to the default values for the MAC type, remote |
48 * station manager and channel policy. |
53 * station manager and channel policy. |
49 */ |
54 */ |