Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h797 void otThreadSetCcmEnabled(otInstance *aInstance, bool aEnabled);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp352 void otThreadSetCcmEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetCcmEnabled() function
/openthread-latest/src/cli/
Dcli.cpp1248 return ProcessEnableDisable(aArgs, otThreadSetCcmEnabled); in Process()