Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink_raw.h345 otError otLinkRawSetMacKey(otInstance *aInstance,
/openthread-latest/src/core/api/
Dlink_raw_api.cpp202 otError otLinkRawSetMacKey(otInstance *aInstance, in otLinkRawSetMacKey() function
/openthread-latest/src/ncp/
Dncp_base_radio.cpp565 otLinkRawSetMacKey(mInstance, keyIdMode, keyId, reinterpret_cast<const otMacKey *>(prevKey), in HandlePropertySet()