Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dmeshcop_leader.cpp122 BorderAgentLocatorTlv *borderAgentLocator; in HandleTmf()
133 … borderAgentLocator = Get<NetworkData::Leader>().FindInCommissioningData<BorderAgentLocatorTlv>(); in HandleTmf()
258 return static_cast<uint8_t>(sizeof(BorderAgentLocatorTlv) + sizeof(CommissionerSessionIdTlv) + in GetLength()
Dmeshcop_leader.hpp111 BorderAgentLocatorTlv mBorderAgentLocatorTlv;
Dmeshcop_tlvs.hpp371 class BorderAgentLocatorTlv : public Tlv, public UintTlvInfo<Tlv::kBorderAgentLocator, uint16_t> class
Dcommissioner.cpp668 SuccessOrExit(error = Tlv::Append<BorderAgentLocatorTlv>(*message, aDataset.GetLocator())); in SendMgmtCommissionerSetRequest()
/openthread-latest/src/core/thread/
Dnetwork_data_leader_ftd.cpp275 …VerifyOrExit(Tlv::Find<MeshCoP::BorderAgentLocatorTlv>(aMessage, borderAgentRloc) == kErrorNotFoun… in HandleTmf()
288 SuccessOrExit(Tlv::Append<MeshCoP::BorderAgentLocatorTlv>(aMessage, borderAgentRloc)); in HandleTmf()