Home
last modified time | relevance | path

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

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