Home
last modified time | relevance | path

Searched refs:AttachState (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dmle.hpp843 enum AttachState : uint8_t enum in ot::Mle::Mle
1317 void SetAttachState(AttachState aState);
1429 static const char *AttachStateToString(AttachState aState);
1469 AttachState mAttachState;
Dmle.cpp356 void Mle::SetAttachState(AttachState aState) in SetAttachState()
4314 const char *Mle::AttachStateToString(AttachState aState) in AttachStateToString()