Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dnetwork_data_leader.hpp219 bool IsJoiningEnabled(void) const;
Dnetwork_data_leader.cpp438 bool LeaderBase::IsJoiningEnabled(void) const in IsJoiningEnabled() function in ot::NetworkData::LeaderBase
Dmle_router.cpp2906 VerifyOrExit(Get<NetworkData::Leader>().IsJoiningEnabled(), error = kErrorSecurity); in HandleDiscoveryRequest()
/openthread-2.7.6/src/core/meshcop/
Djoiner_router.cpp77 if (Get<NetworkData::Leader>().IsJoiningEnabled()) in Start()