Home
last modified time | relevance | path

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

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