src/wifi/model/adhoc-wifi-mac.h
changeset 7139 79dd02ed46ec
parent 6852 8f1a53d3f6ca
child 7141 072fb225b714
equal deleted inserted replaced
7138:90f585e0fcea 7139:79dd02ed46ec
    26 
    26 
    27 #include "amsdu-subframe-header.h"
    27 #include "amsdu-subframe-header.h"
    28 
    28 
    29 namespace ns3 {
    29 namespace ns3 {
    30 
    30 
       
    31 /**
       
    32  * \ingroup wifi
       
    33  * 
       
    34  * 
       
    35  */
    31 class AdhocWifiMac : public RegularWifiMac
    36 class AdhocWifiMac : public RegularWifiMac
    32 {
    37 {
    33 public:
    38 public:
    34   static TypeId GetTypeId (void);
    39   static TypeId GetTypeId (void);
    35 
    40