Adaptive rate algorithm rates.

Public Attributes#

uint8_t

Rate index on the rate list.

uint8_t

Indicates if rate is supported by both the node and the neighbor.

uint8_t

Maximum amount of retries with current rate.

uint8_t

Rate phy mode id.

uint32_t

Rate in kb/s.

Struct containig the rate's tx statistics.

Public Attribute Documentation#

index#

uint8_t sl_wisun_rate_t::index

Rate index on the rate list.


is_supported#

uint8_t sl_wisun_rate_t::is_supported

Indicates if rate is supported by both the node and the neighbor.


max_retries#

uint8_t sl_wisun_rate_t::max_retries

Maximum amount of retries with current rate.


phy_mode_id#

uint8_t sl_wisun_rate_t::phy_mode_id

Rate phy mode id.


rate#

uint32_t sl_wisun_rate_t::rate

Rate in kb/s.


stats#

sl_wisun_rate_stats_t sl_wisun_rate_t::stats

Struct containig the rate's tx statistics.