Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/meshcop/
Dcommissioner.hpp405 Joiner *FindBestMatchingJoinerEntry(const Mac::ExtAddress &aReceivedJoinerId);
Dcommissioner.cpp209 …sioner::Joiner *Commissioner::FindBestMatchingJoinerEntry(const Mac::ExtAddress &aReceivedJoinerId) in FindBestMatchingJoinerEntry() argument
233 if (joinerId == aReceivedJoinerId) in FindBestMatchingJoinerEntry()
240 if (joiner.mSharedId.mDiscerner.Matches(aReceivedJoinerId)) in FindBestMatchingJoinerEntry()