Searched refs:ot_instance (Results 1 – 1 of 1) sorted by relevance
418 otInstance *ot_instance = ot_context->instance; in openthread_start() local434 otLinkModeConfig ot_mode = otThreadGetLinkMode(ot_instance); in openthread_start()445 if (otDatasetIsCommissioned(ot_instance)) { in openthread_start()454 error = otJoinerStart(ot_instance, OT_JOINER_PSKD, NULL, in openthread_start()471 otThreadSetNetworkName(ot_instance, OT_NETWORK_NAME); in openthread_start()472 otLinkSetChannel(ot_instance, OT_CHANNEL); in openthread_start()473 otLinkSetPanId(ot_instance, OT_PANID); in openthread_start()475 otThreadSetExtendedPanId(ot_instance, &xpanid); in openthread_start()480 otThreadSetNetworkKey(ot_instance, &networkKey); in openthread_start()485 otThreadGetNetworkName(ot_instance)); in openthread_start()[all …]