47 #include "contiki-conf.h"
55 #define IEEE_ADDR_OUI_TI { 0x00, 0x12, 0x4B }
66 #define IEEE_ADDR_LOCATION_PRIMARY 0x00280028
68 #ifdef IEEE_ADDR_CONF_LOCATION_SECONDARY
69 #define IEEE_ADDR_LOCATION_SECONDARY IEEE_ADDR_CONF_LOCATION_SECONDARY
71 #define IEEE_ADDR_LOCATION_SECONDARY 0x0027FFCC
79 #if IEEE_ADDR_CONF_USE_SECONDARY_LOCATION
80 #define IEEE_ADDR_LOCATION IEEE_ADDR_LOCATION_SECONDARY
82 #define IEEE_ADDR_LOCATION IEEE_ADDR_LOCATION_PRIMARY
void ieee_addr_cpy_to(uint8_t *dst, uint8_t len)
Copy the node's IEEE address to a destination memory area.