mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
9c09577d52
This commit add a new API `otThreadGetLinkLocalIp6Address()` to get the Thread link-local address (which is is derived using IEEE802.15.4 Extended Address as Interface Identifier). The new API is then used to implement the get handler for spinel property `IPV6_LL_ADDR` in `NcpBase` class.