src/devices/wifi/wifi-remote-station-manager.cc
changeset 6087 2c4e9171497e
parent 6071 6a25c600c450
child 6241 d9a65be745f0
equal deleted inserted replaced
6086:2cfc39171afd 6087:2c4e9171497e
   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;