equal
deleted
inserted
replaced
628 } |
628 } |
629 WifiRemoteStationState *state = LookupState (address); |
629 WifiRemoteStationState *state = LookupState (address); |
630 |
630 |
631 WifiRemoteStation *station = DoCreateStation (); |
631 WifiRemoteStation *station = DoCreateStation (); |
632 station->m_state = state; |
632 station->m_state = state; |
|
633 station->m_tid = tid; |
633 station->m_ssrc = 0; |
634 station->m_ssrc = 0; |
634 station->m_slrc = 0; |
635 station->m_slrc = 0; |
635 // XXX |
636 // XXX |
636 const_cast<WifiRemoteStationManager *> (this)->m_stations.push_back (station); |
637 const_cast<WifiRemoteStationManager *> (this)->m_stations.push_back (station); |
637 return station; |
638 return station; |