mbed-os/features/nanostack/mbed-mesh-api
Kevin Bracey 1fde01c243 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-29 17:10:17 +01:00
..
mbed-mesh-api Add API to read Thread EUI-64 2018-06-29 17:10:17 +01:00
source Add API to read Thread EUI-64 2018-06-29 17:10:17 +01:00
.gitignore Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
.mbedignore Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
LICENSE Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
apache-2.0.txt Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
mbed_lib.json Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
module.json Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00