Home
last modified time | relevance | path

Searched refs:AttachMode (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dmle.hpp195 Error BecomeChild(AttachMode aMode);
1543 static const char *AttachModeToString(AttachMode aMode);
1845 AttachMode mParentRequestMode;
Dmle_types.hpp199 enum AttachMode : uint8_t enum
Dmle_router.hpp568 void HandleChildStart(AttachMode aMode);
Dmle.cpp501 Error Mle::BecomeChild(AttachMode aMode) in BecomeChild()
4444 const char *Mle::AttachModeToString(AttachMode aMode) in AttachModeToString()
Dmle_router.cpp263 void MleRouter::HandleChildStart(AttachMode aMode) in HandleChildStart()