equal
deleted
inserted
replaced
31 class WifiNetDevice; |
31 class WifiNetDevice; |
32 class WifiMacHeader; |
32 class WifiMacHeader; |
33 class MacStations; |
33 class MacStations; |
34 class WifiPhy; |
34 class WifiPhy; |
35 |
35 |
|
36 /** |
|
37 * \brief the Adhoc state machine |
|
38 * |
|
39 * For now, this class is really empty but it should contain |
|
40 * the code for the distributed generation of beacons in an adhoc |
|
41 * network. |
|
42 */ |
36 class MacHighAdhoc { |
43 class MacHighAdhoc { |
37 public: |
44 public: |
38 typedef Callback<void, Ptr<Packet>, const Mac48Address &> ForwardCallback; |
45 typedef Callback<void, Ptr<Packet>, const Mac48Address &> ForwardCallback; |
39 |
46 |
40 MacHighAdhoc (); |
47 MacHighAdhoc (); |