Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetdata.h283 otError otNetDataSteeringDataCheckJoinerWithDiscerner(otInstance *aInstance,
/openthread-latest/src/core/api/
Dnetdata_api.cpp124 otError otNetDataSteeringDataCheckJoinerWithDiscerner(otInstance *aInstance, const otJoinerDiscerne… in otNetDataSteeringDataCheckJoinerWithDiscerner() function
/openthread-latest/src/cli/
Dcli_network_data.cpp550 error = otNetDataSteeringDataCheckJoinerWithDiscerner(GetInstancePtr(), &discerner); in Process()