Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/meshcop/
Dcommissioner.hpp371 Joiner *FindBestMatchingJoinerEntry(const Mac::ExtAddress &aReceivedJoinerId);
Dcommissioner.cpp226 Commissioner::Joiner *Commissioner::FindBestMatchingJoinerEntry(const Mac::ExtAddress &aReceivedJoi… in FindBestMatchingJoinerEntry() function in ot::MeshCoP::Commissioner
1017 joiner = FindBestMatchingJoinerEntry(receivedId); in HandleRelayReceive()