Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_router.hpp710 RouterRoleRestorer mRouterRoleRestorer; member in ot::Mle::MleRouter
Dmle_router.cpp73 , mRouterRoleRestorer(aInstance) in MleRouter()
252 mRouterRoleRestorer.Start(mLastSavedRole); in BecomeRouter()
653 mRouterRoleRestorer.GenerateRandomChallenge(); in SendLinkRequest()
654 SuccessOrExit(error = message->AppendChallengeTlv(mRouterRoleRestorer.GetChallenge())); in SendLinkRequest()
923 … VerifyOrExit(mRouterRoleRestorer.IsActive() && (response == mRouterRoleRestorer.GetChallenge()), in HandleLinkAcceptVariant()
984 mRouterRoleRestorer.Stop(); in HandleLinkAcceptVariant()
Dmle.cpp231 Get<MleRouter>().mRouterRoleRestorer.Stop(); in Stop()
1453 if (IsDetached() && Get<MleRouter>().mRouterRoleRestorer.IsActive()) in HandleAttachTimer()
1455 Get<MleRouter>().mRouterRoleRestorer.HandleTimer(); in HandleAttachTimer()