Home
last modified time | relevance | path

Searched refs:otThreadSetExtendedPanId (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h374 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId);
/openthread-latest/src/core/api/
Dthread_api.cpp57 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId) in otThreadSetExtendedPanId() function
/openthread-latest/src/cli/
Dcli.cpp3054 error = otThreadSetExtendedPanId(GetInstancePtr(), &extPanId); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp627 error = otThreadSetExtendedPanId(mInstance, reinterpret_cast<const otExtendedPanId *>(ptr)); in HandlePropertySet()