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

(-)a/src/wifi/model/sta-wifi-mac.cc (-1 / +1 lines)
 Lines 145-151    Link Here 
145
  NS_LOG_FUNCTION (this << enable);
145
  NS_LOG_FUNCTION (this << enable);
146
  if (enable)
146
  if (enable)
147
    {
147
    {
148
      TryToEnsureAssociated ();
148
      Simulator::ScheduleNow (&StaWifiMac::TryToEnsureAssociated, this);
149
    }
149
    }
150
  else
150
  else
151
    {
151
    {

Return to bug 1060