Home
last modified time | relevance | path

Searched refs:otLinkRawSetMacFrameCounter (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/include/openthread/
Dlink_raw.h369 otError otLinkRawSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter);
/openthread-3.6.0/src/core/api/
Dlink_raw_api.cpp224 otError otLinkRawSetMacFrameCounter(otInstance *aInstance, uint32_t aMacFrameCounter) in otLinkRawSetMacFrameCounter() function
/openthread-3.6.0/src/ncp/
Dncp_base_radio.cpp575 error = otLinkRawSetMacFrameCounter(mInstance, frameCounter); in HandlePropertySet()