mirror of
https://github.com/espressif/openthread.git
synced 2026-09-15 05:30:09 +00:00
[meshcop] use IEEE EUI-64 rather than Joiner ID on user input (#2311)
This commit is contained in:
@@ -542,7 +542,7 @@ typedef struct otCommissionConfig
|
||||
// GUID - InterfaceGuid
|
||||
// otExtAddress - aEui64
|
||||
|
||||
#define IOCTL_OTLWF_OT_HASH_MAC_ADDRESS \
|
||||
#define IOCTL_OTLWF_OT_JOINER_ID \
|
||||
OTLWF_CTL_CODE(172, METHOD_BUFFERED, FILE_READ_DATA)
|
||||
// GUID - InterfaceGuid
|
||||
// otExtAddress - aEui64
|
||||
|
||||
@@ -146,9 +146,14 @@ OTNODEAPI uint16_t OTCALL otNodeGetAddr16(otNode* aNode);
|
||||
OTNODEAPI const char* OTCALL otNodeGetAddr64(otNode* aNode);
|
||||
|
||||
/**
|
||||
* Gets the node's hash mac address
|
||||
* Gets the node's eui-64 address
|
||||
*/
|
||||
OTNODEAPI const char* OTCALL otNodeGetHashMacAddress(otNode* aNode);
|
||||
OTNODEAPI const char* OTCALL otNodeGetEui64(otNode* aNode);
|
||||
|
||||
/**
|
||||
* Gets the node's joiner id
|
||||
*/
|
||||
OTNODEAPI const char* OTCALL otNodeGetJoinerId(otNode* aNode);
|
||||
|
||||
/**
|
||||
* Sets the channel for the node
|
||||
|
||||
Reference in New Issue
Block a user