Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
border_router_setup_s Struct Reference
6LoWPAN border router information structure. More...
#include <net_interface.h>
Data Fields | |
uint16_t | mac_panid |
Link layer PAN-ID, accepts only < 0xfffe. | |
uint16_t | mac_short_adr |
Defines 802.15.4 short address. | |
uint8_t | beacon_protocol_id |
ZigBeeIP uses always 2. | |
uint8_t | network_id [16] |
Network ID 16-bytes, will be used at beacon payload. | |
uint8_t | lowpan_nd_prefix [8] |
Define ND default prefix, ABRO, DODAG ID, GP address. | |
uint16_t | ra_life_time |
Define ND router lifetime in seconds, recommend value 180+. | |
uint32_t | abro_version_num |
ND ABRO version number (0 when starting a new ND setup). |
Detailed Description
6LoWPAN border router information structure.
Definition at line 248 of file net_interface.h.
Field Documentation
uint32_t abro_version_num |
ND ABRO version number (0 when starting a new ND setup).
Definition at line 255 of file net_interface.h.
uint8_t beacon_protocol_id |
ZigBeeIP uses always 2.
Definition at line 251 of file net_interface.h.
uint8_t lowpan_nd_prefix[8] |
Define ND default prefix, ABRO, DODAG ID, GP address.
Definition at line 253 of file net_interface.h.
uint16_t mac_panid |
Link layer PAN-ID, accepts only < 0xfffe.
Definition at line 249 of file net_interface.h.
uint16_t mac_short_adr |
Defines 802.15.4 short address.
If the value is <0xfffe it indicates that GP16 is activated.
Definition at line 250 of file net_interface.h.
uint8_t network_id[16] |
Network ID 16-bytes, will be used at beacon payload.
Definition at line 252 of file net_interface.h.
uint16_t ra_life_time |
Define ND router lifetime in seconds, recommend value 180+.
Definition at line 254 of file net_interface.h.
Generated on Tue Jul 12 2022 14:26:38 by
