Home
last modified time | relevance | path

Searched refs:otJoinerGetState (Results 1 – 4 of 4) sorted by relevance

/external/openthread/include/openthread/
Djoiner.h146 otJoinerState otJoinerGetState(otInstance *aInstance);
/external/openthread/src/core/api/
Djoiner_api.cpp65 otJoinerState otJoinerGetState(otInstance *aInstance) in otJoinerGetState() function
/external/openthread/src/cli/
Dcli_joiner.cpp203 OutputLine("%s", otJoinerStateToString(otJoinerGetState(GetInstancePtr()))); in Process()
/external/openthread/src/ncp/
Dncp_base_mtd.cpp1714 switch (otJoinerGetState(mInstance)) in HandlePropertyGet()