mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 10:47:46 +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:
@@ -144,6 +144,15 @@ typedef enum PhyState
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Get the factory-assigned IEEE EUI-64 for this interface.
|
||||
*
|
||||
* @param[in] aInstance The OpenThread instance structure.
|
||||
* @param[out] aIeeeEui64 A pointer to where the factory-assigned IEEE EUI-64 will be placed.
|
||||
*
|
||||
*/
|
||||
void otPlatRadioGetIeeeEui64(otInstance *aInstance, uint8_t *aIeeeEui64);
|
||||
|
||||
/**
|
||||
* Set the PAN ID for address filtering.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user