View | Details | Raw Unified | Return to bug 1584
Collapse All | Expand All

(-)a/src/wifi/model/sta-wifi-mac.cc (-2 / +2 lines)
 Lines 183-191    Link Here 
183
  // association or not.
183
  // association or not.
184
  m_dca->Queue (packet, hdr);
184
  m_dca->Queue (packet, hdr);
185
185
186
  if (m_assocRequestEvent.IsRunning ())
186
  if (m_probeRequestEvent.IsRunning ())
187
    {
187
    {
188
      m_assocRequestEvent.Cancel ();
188
      m_probeRequestEvent.Cancel ();
189
    }
189
    }
190
  m_probeRequestEvent = Simulator::Schedule (m_probeRequestTimeout,
190
  m_probeRequestEvent = Simulator::Schedule (m_probeRequestTimeout,
191
                                             &StaWifiMac::ProbeRequestTimeout, this);
191
                                             &StaWifiMac::ProbeRequestTimeout, this);

Return to bug 1584