Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h280 void otChannelManagerSetCcaFailureRateThreshold(otInstance *aInstance, uint16_t aThreshold);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp138 void otChannelManagerSetCcaFailureRateThreshold(otInstance *aInstance, uint16_t aThreshold) in otChannelManagerSetCcaFailureRateThreshold() function
/openthread-latest/src/cli/
Dcli.cpp1703 error = ProcessSet(aArgs + 2, otChannelManagerSetCcaFailureRateThreshold); in Process()