mirror of
https://github.com/espressif/openthread.git
synced 2026-09-07 09:40:12 +00:00
Implement PAN ID Query/Conflict. (#556)
This commit is contained in:
@@ -66,6 +66,12 @@ ThreadError otCommissionerStart(otInstance *aInstance, const char *aPSKd);
|
||||
*/
|
||||
ThreadError otCommissionerStop(otInstance *aInstance);
|
||||
|
||||
typedef void (*otCommissionerPanIdConflictCallback)(uint16_t aPanId, uint32_t aChannelMask, void *aContext);
|
||||
|
||||
ThreadError otCommissionerPanIdQuery(otInstance *, uint16_t aPanId, uint32_t aChannelMask,
|
||||
const otIp6Address *aAddress,
|
||||
otCommissionerPanIdConflictCallback aCallback, void *aContext);
|
||||
|
||||
/**
|
||||
* @}
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user