mbed-os/features/nanostack/mbed-mesh-api/source/include
Kevin Bracey fc5c2fa84b Add API to read Thread EUI-64
Previously get_mac_address on a ThreadInterface returned the EUI-64
reported by the radio driver. This was required for commissioning, but
was inconsistent with other interfaces, and the API concept.

5.9.0 inadvertently changed this so that get_mac_address returned the
actual MAC address used by the radio, which is a hash result of the
EUI-64 for Thread.

The original "return the EUI-64" form was somewhat faulty, as
get_mac_address would not return the EUI-64 set by set_device_eui64() or
another mechanism before connect() was called.

Rather than revert to old behaviour, add a new API to get the device
EUI-64 to ThreadInterface, alongside the existing set API.
2018-06-07 12:17:03 +03:00
..
NanostackMemoryManager.h Nanostack EMAC implementation 2018-05-23 12:24:04 +03:00
callback_handler.h Nanostack EMAC implementation 2018-05-23 12:24:04 +03:00
enet_tasklet.h Nanostack EMAC implementation 2018-05-23 12:24:04 +03:00
mesh_system.h Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
nd_tasklet.h Nanostack EMAC implementation 2018-05-23 12:24:04 +03:00
thread_tasklet.h Add API to read Thread EUI-64 2018-06-07 12:17:03 +03:00