Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dnetwork_data_leader.hpp231 bool IsJoiningEnabled(void) const;
Dnetwork_data_leader.cpp470 bool LeaderBase::IsJoiningEnabled(void) const in IsJoiningEnabled() function in ot::NetworkData::LeaderBase
Dmle_router.cpp2775 VerifyOrExit(Get<NetworkData::Leader>().IsJoiningEnabled(), error = kErrorSecurity); in HandleDiscoveryRequest()
/openthread-3.4.0/src/core/meshcop/
Djoiner_router.cpp78 if (Get<NetworkData::Leader>().IsJoiningEnabled()) in Start()