Searched refs:otCommissionerGetNextJoinerInfo (Results 1 – 3 of 3) sorted by relevance
261 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a…
90 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a… in otCommissionerGetNextJoinerInfo() function
722 while (otCommissionerGetNextJoinerInfo(mInstance, &iter, &joinerInfo) == OT_ERROR_NONE) in HandlePropertyGet()