Searched refs:otLinkRawSetPromiscuous (Results 1 – 3 of 3) sorted by relevance
105 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable);
63 otError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable) in otLinkRawSetPromiscuous() function
1578 error = otLinkRawSetPromiscuous(mInstance, false); in HandlePropertySet()1587 error = otLinkRawSetPromiscuous(mInstance, true); in HandlePropertySet()