Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h636 void otLinkSetMaxFrameRetriesIndirect(otInstance *aInstance, uint8_t aMaxFrameRetriesIndirect);
/openthread-latest/src/core/api/
Dlink_api.cpp207 void otLinkSetMaxFrameRetriesIndirect(otInstance *aInstance, uint8_t aMaxFrameRetriesIndirect) in otLinkSetMaxFrameRetriesIndirect() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp331 otLinkSetMaxFrameRetriesIndirect(mInstance, maxFrameRetriesIndirect); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp7012 …ror = ProcessGetSet(aArgs + 2, otLinkGetMaxFrameRetriesIndirect, otLinkSetMaxFrameRetriesIndirect); in Process()