RPL neighbor information.
Public Attributes#
Measured ETX value if known (0xffff if unknown)
ULA/GUA address (unspecified address :: if unknown)
Indicate if the device is an LFN. 1 = LFN, 0 = FFN.
Indicate if the neighbor supports MAC mode switch.
Remaining lifetime (Link lifetime for parents, EARO lifetime for children) in seconds.
Link-local address.
MAC RX packet count.
MAC TX packet count.
MAC TX failed count.
MAC TX packet count using mode switch.
MAC TX failed count using mode switch.
Number devices connected to Border Router.
Number of PhyModeId supported.
List of phy_mode_id_count PhyModeId.
ETX to Border Router.
RPL Rank value for parents (0xffff if unknown or child)
Parent RSSI In measured RSSI value (0xff if unknown) Calculated using EWMA specified by Wi-SUN from range of -174 (0) to +80 (254) dBm.
Parent RSSI Out measured RSSI value (0xff if unknown) Calculated using EWMA specified by Wi-SUN from range of -174 (0) to +80 (254) dBm.
RSSI of the last received packet in integer dBm. */.
Neighbor type (sl_wisun_neighbor_type_t)
Public Attribute Documentation#
global_address#
in6_addr_t sl_wisun_neighbor_info_t::global_address
ULA/GUA address (unspecified address :: if unknown)
is_mdr_command_capable#
uint8_t sl_wisun_neighbor_info_t::is_mdr_command_capable
Indicate if the neighbor supports MAC mode switch.
lifetime#
uint32_t sl_wisun_neighbor_info_t::lifetime
Remaining lifetime (Link lifetime for parents, EARO lifetime for children) in seconds.
mac_tx_ms_count#
uint32_t sl_wisun_neighbor_info_t::mac_tx_ms_count
MAC TX packet count using mode switch.
mac_tx_ms_failed_count#
uint32_t sl_wisun_neighbor_info_t::mac_tx_ms_failed_count
MAC TX failed count using mode switch.
phy_mode_ids#
uint8_t sl_wisun_neighbor_info_t::phy_mode_ids[SL_WISUN_MAX_PHY_MODE_ID_COUNT]
List of phy_mode_id_count PhyModeId.
rpl_rank#
uint16_t sl_wisun_neighbor_info_t::rpl_rank
RPL Rank value for parents (0xffff if unknown or child)
rsl_in#
uint8_t sl_wisun_neighbor_info_t::rsl_in
Parent RSSI In measured RSSI value (0xff if unknown) Calculated using EWMA specified by Wi-SUN from range of -174 (0) to +80 (254) dBm.
rsl_out#
uint8_t sl_wisun_neighbor_info_t::rsl_out
Parent RSSI Out measured RSSI value (0xff if unknown) Calculated using EWMA specified by Wi-SUN from range of -174 (0) to +80 (254) dBm.