Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Duri_paths.hpp67 static const char kJoinerEntrust[]; ///< The URI Path for Joiner Entrust ("c/je"). member
Duri_paths.cpp57 const char UriPath::kJoinerEntrust[] = "c/je"; member in ot::UriPath
/openthread-2.7.6/src/core/meshcop/
Djoiner_router.cpp324 SuccessOrExit(error = message->AppendUriPathOptions(UriPath::kJoinerEntrust)); in PrepareJoinerEntrustMessage()
Djoiner.cpp66 , mJoinerEntrust(UriPath::kJoinerEntrust, &Joiner::HandleJoinerEntrust, this) in Joiner()