Home
last modified time | relevance | path

Searched refs:otCommissionerGetNextJoinerInfo (Results 1 – 5 of 5) sorted by relevance

/external/openthread/include/openthread/
Dcommissioner.h282 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a…
/external/openthread/src/core/api/
Dcommissioner_api.cpp93 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a… in otCommissionerGetNextJoinerInfo() function
/external/openthread/src/cli/
Dcli_commissioner.cpp106 … while (otCommissionerGetNextJoinerInfo(GetInstancePtr(), &iter, &joinerInfo) == OT_ERROR_NONE) in Process()
/external/openthread/src/ncp/
Dncp_base_ftd.cpp726 while (otCommissionerGetNextJoinerInfo(mInstance, &iter, &joinerInfo) == OT_ERROR_NONE) in HandlePropertyGet()
/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp1210 …while (otCommissionerGetNextJoinerInfo(mController->GetInstance(), &iterator, &joinerInfo) == OT_E… in UbusGetInformation()