Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_agent.h251 bool otBorderAgentIsEphemeralKeyActive(otInstance *aInstance);
/openthread-latest/src/core/api/
Dborder_agent_api.cpp99 bool otBorderAgentIsEphemeralKeyActive(otInstance *aInstance) in otBorderAgentIsEphemeralKeyActive() function
/openthread-latest/src/cli/
Dcli.cpp552 OutputLine("%sactive", otBorderAgentIsEphemeralKeyActive(GetInstancePtr()) ? "" : "in"); in Process()
711 bool active = otBorderAgentIsEphemeralKeyActive(GetInstancePtr()); in HandleBorderAgentEphemeralKeyStateChange()