mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 23:57:47 +00:00
When commissioning, set ext addr based on factory-assigned IEEE EUI-64. (#584)
- Add CLI for printing the factory-assigned IEEE EUI-64. - Add otPlatRadioGetIeeeEui64() API.
This commit is contained in:
@@ -153,6 +153,7 @@ private:
|
||||
#endif // OPENTHREAD_ENABLE_DIAG
|
||||
void ProcessDiscover(int argc, char *argv[]);
|
||||
void ProcessEidCache(int argc, char *argv[]);
|
||||
void ProcessEui64(int argc, char *argv[]);
|
||||
#ifdef OPENTHREAD_EXAMPLES_POSIX
|
||||
void ProcessExit(int argc, char *argv[]);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user