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.
network_driver_setup_s Struct Reference
6LoWPAN radio interface setup. 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 | beacon_payload_tlv_length |
Optional steering parameter length. | |
uint8_t * | beacon_payload_tlv_ptr |
Optional steering parameters. |
Detailed Description
6LoWPAN radio interface setup.
Definition at line 266 of file net_interface.h.
Field Documentation
uint8_t beacon_payload_tlv_length |
Optional steering parameter length.
Definition at line 271 of file net_interface.h.
uint8_t* beacon_payload_tlv_ptr |
Optional steering parameters.
Definition at line 272 of file net_interface.h.
uint8_t beacon_protocol_id |
ZigBeeIP uses always 2.
Definition at line 269 of file net_interface.h.
uint16_t mac_panid |
Link layer PAN-ID, accepts only < 0xfffe.
Definition at line 267 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 268 of file net_interface.h.
uint8_t network_id[16] |
Network ID 16-bytes, will be used at beacon payload.
Definition at line 270 of file net_interface.h.
Generated on Tue Jul 12 2022 12:22:49 by
