Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink_raw.h105 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp63 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous() function
/openthread-latest/src/ncp/
Dncp_base.cpp1578 error = otLinkRawSetPromiscuous(mInstance, false); in HandlePropertySet()
1587 error = otLinkRawSetPromiscuous(mInstance, true); in HandlePropertySet()