src/wifi/model/cara-wifi-manager.cc
changeset 10483 e3a02ed14587
parent 10410 4d4eb8097fa3
child 10652 dc18deba4502
equal deleted inserted replaced
10482:b470331449bc 10483:e3a02ed14587
    30 NS_LOG_COMPONENT_DEFINE ("Cara");
    30 NS_LOG_COMPONENT_DEFINE ("Cara");
    31 
    31 
    32 
    32 
    33 namespace ns3 {
    33 namespace ns3 {
    34 
    34 
       
    35 /**
       
    36  * \brief hold per-remote-station state for CARA Wifi manager.
       
    37  *
       
    38  * This struct extends from WifiRemoteStation struct to hold additional
       
    39  * information required by the CARA Wifi manager
       
    40  */
    35 struct CaraWifiRemoteStation : public WifiRemoteStation
    41 struct CaraWifiRemoteStation : public WifiRemoteStation
    36 {
    42 {
    37   uint32_t m_timer;
    43   uint32_t m_timer;
    38   uint32_t m_success;
    44   uint32_t m_success;
    39   uint32_t m_failed;
    45   uint32_t m_failed;