Stats per peer struct. More...
Stats per peer struct.
Definition at line 76 of file netstats.h.
#include <netstats.h>
Data Fields | |
uint32_t | time_tx_avg |
Average frame TX time in µs. | |
uint16_t | etx |
ETX of this peer. | |
uint16_t | tx_count |
Number of sent frames to this peer. | |
uint16_t | tx_fail |
Number of sent frames that did not get ACKed. | |
uint16_t | rx_count |
Number of received frames. | |
uint16_t | last_updated |
seconds timestamp of last update | |
uint16_t | last_halved |
seconds timestamp of last halving | |
uint8_t | l2_addr [L2UTIL_ADDR_MAX_LEN] |
Link layer address of the neighbor. | |
uint8_t | l2_addr_len |
Length of netstats_nb::l2_addr. | |
uint8_t | freshness |
Freshness counter. | |
uint8_t | rssi |
Average RSSI of received frames in abs([dBm]) | |
uint8_t | lqi |
Average LQI of received frames. | |
uint16_t netstats_nb_t::etx |
ETX of this peer.
Definition at line 81 of file netstats.h.
uint8_t netstats_nb_t::freshness |
Freshness counter.
Definition at line 92 of file netstats.h.
uint8_t netstats_nb_t::l2_addr[L2UTIL_ADDR_MAX_LEN] |
Link layer address of the neighbor.
Definition at line 90 of file netstats.h.
uint8_t netstats_nb_t::l2_addr_len |
Length of netstats_nb::l2_addr.
Definition at line 91 of file netstats.h.
uint16_t netstats_nb_t::last_halved |
seconds timestamp of last halving
Definition at line 89 of file netstats.h.
uint16_t netstats_nb_t::last_updated |
seconds timestamp of last update
Definition at line 88 of file netstats.h.
uint8_t netstats_nb_t::lqi |
Average LQI of received frames.
Definition at line 97 of file netstats.h.
uint8_t netstats_nb_t::rssi |
Average RSSI of received frames in abs([dBm])
Definition at line 94 of file netstats.h.
uint16_t netstats_nb_t::rx_count |
Number of received frames.
Definition at line 86 of file netstats.h.
uint32_t netstats_nb_t::time_tx_avg |
Average frame TX time in µs.
Definition at line 78 of file netstats.h.
uint16_t netstats_nb_t::tx_count |
Number of sent frames to this peer.
Definition at line 84 of file netstats.h.
uint16_t netstats_nb_t::tx_fail |
Number of sent frames that did not get ACKed.
Definition at line 85 of file netstats.h.