Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp833 enum AttachMode : uint8_t enum in ot::Mle::Mle
1316 void Attach(AttachMode aMode);
1428 static const char *AttachModeToString(AttachMode aMode);
1471 AttachMode mAttachMode;
Dmle_router.hpp603 void HandleChildStart(AttachMode aMode);
Dmle.cpp582 void Mle::Attach(AttachMode aMode) in Attach()
3918 AttachMode attachMode; in HandleTimer()
4289 const char *Mle::AttachModeToString(AttachMode aMode) in AttachModeToString()
Dmle_router.cpp337 void MleRouter::HandleChildStart(AttachMode aMode) in HandleChildStart()