src/devices/wifi/mac-high-nqap.cc
changeset 2054 ba8e810bae4c
parent 2028 20e87f08a04b
child 2058 1444e6708451
equal deleted inserted replaced
2053:012487e16e31 2054:ba8e810bae4c
    37 
    37 
    38 MacHighNqap::MacHighNqap ()
    38 MacHighNqap::MacHighNqap ()
    39   : m_beaconIntervalUs (500000)
    39   : m_beaconIntervalUs (500000)
    40 {}
    40 {}
    41 MacHighNqap::~MacHighNqap ()
    41 MacHighNqap::~MacHighNqap ()
    42 {}
    42 {
       
    43   m_phy = 0;
       
    44 }
    43 
    45 
    44 void 
    46 void 
    45 MacHighNqap::SetDcaTxop (DcaTxop *dca)
    47 MacHighNqap::SetDcaTxop (DcaTxop *dca)
    46 {
    48 {
    47   m_dca = dca;
    49   m_dca = dca;
    57 MacHighNqap::SetStations (MacStations *stations)
    59 MacHighNqap::SetStations (MacStations *stations)
    58 {
    60 {
    59   m_stations = stations;
    61   m_stations = stations;
    60 }
    62 }
    61 void
    63 void
    62 MacHighNqap::SetPhy (WifiPhy *phy)
    64 MacHighNqap::SetPhy (Ptr<WifiPhy> phy)
    63 {
    65 {
    64   m_phy = phy;
    66   m_phy = phy;
    65 }
    67 }
    66 void 
    68 void 
    67 MacHighNqap::SetForwardCallback (ForwardCallback callback)
    69 MacHighNqap::SetForwardCallback (ForwardCallback callback)