equal
deleted
inserted
replaced
228 m_ctsTimeoutEvent (), |
228 m_ctsTimeoutEvent (), |
229 m_sendCtsEvent (), |
229 m_sendCtsEvent (), |
230 m_sendAckEvent (), |
230 m_sendAckEvent (), |
231 m_sendDataEvent (), |
231 m_sendDataEvent (), |
232 m_waitSifsEvent (), |
232 m_waitSifsEvent (), |
233 m_currentPacket (0) |
233 m_currentPacket (0), |
|
234 m_listener (0) |
234 { |
235 { |
235 m_lastNavDuration = Seconds (0); |
236 m_lastNavDuration = Seconds (0); |
236 m_lastNavStart = Seconds (0); |
237 m_lastNavStart = Seconds (0); |
237 } |
238 } |
238 |
239 |
292 oneRunning = true; |
293 oneRunning = true; |
293 } |
294 } |
294 if (oneRunning && m_listener != 0) |
295 if (oneRunning && m_listener != 0) |
295 { |
296 { |
296 m_listener->Cancel (); |
297 m_listener->Cancel (); |
|
298 m_listener = 0; |
297 } |
299 } |
298 } |
300 } |
299 |
301 |
300 /**************************************************************************** |
302 /**************************************************************************** |
301 * API methods below. |
303 * API methods below. |