Home
last modified time | relevance | path

Searched refs:otNetDataSteeringDataCheckJoiner (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dnetdata.h268 otError otNetDataSteeringDataCheckJoiner(otInstance *aInstance, const otExtAddress *aEui64);
/openthread-latest/src/core/api/
Dnetdata_api.cpp119 otError otNetDataSteeringDataCheckJoiner(otInstance *aInstance, const otExtAddress *aEui64) in otNetDataSteeringDataCheckJoiner() function
/openthread-latest/src/cli/
Dcli_network_data.cpp566 error = otNetDataSteeringDataCheckJoiner(GetInstancePtr(), &addr); in Process()