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:
Jonathan Hui
2016-09-13 23:37:40 -07:00
committed by GitHub
parent fb823f4f72
commit ef2a1a0c9d
6 changed files with 78 additions and 0 deletions
+9
View File
@@ -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.
*