src/devices/wifi/mac-high-adhoc.h
changeset 2285 7c716f6fc4de
parent 2159 20f882e85b4a
child 2350 0b54480c4fd1
equal deleted inserted replaced
2284:14b682d28918 2285:7c716f6fc4de
    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 ();