Searched refs:otCommissionerGetNextJoinerInfo (Results 1 – 5 of 5) sorted by relevance
/external/openthread/include/openthread/ |
D | commissioner.h | 282 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a…
|
/external/openthread/src/core/api/ |
D | commissioner_api.cpp | 93 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a… in otCommissionerGetNextJoinerInfo() function
|
/external/openthread/src/cli/ |
D | cli_commissioner.cpp | 106 … while (otCommissionerGetNextJoinerInfo(GetInstancePtr(), &iter, &joinerInfo) == OT_ERROR_NONE) in Process()
|
/external/openthread/src/ncp/ |
D | ncp_base_ftd.cpp | 726 while (otCommissionerGetNextJoinerInfo(mInstance, &iter, &joinerInfo) == OT_ERROR_NONE) in HandlePropertyGet()
|
/external/ot-br-posix/src/openwrt/ubus/ |
D | otubus.cpp | 1210 …while (otCommissionerGetNextJoinerInfo(mController->GetInstance(), &iterator, &joinerInfo) == OT_E… in UbusGetInformation()
|