|
|
| 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); |