equal
deleted
inserted
replaced
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; |