Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.hpp793 void SetActiveRouters(uint8_t aActiveRouters) { mActiveRouters = aActiveRouters; } in SetActiveRouters() function in ot::Mle::ConnectivityTlv
Dmle_router.cpp3742 aTlv.SetActiveRouters(mRouterTable.GetActiveRouterCount()); in FillConnectivityTlv()