Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c420 otInstance *ot_instance = ot_context->instance; in openthread_start() local
436 otLinkModeConfig ot_mode = otThreadGetLinkMode(ot_instance); in openthread_start()
447 if (otDatasetIsCommissioned(ot_instance)) { in openthread_start()
456 error = otJoinerStart(ot_instance, OT_JOINER_PSKD, NULL, ZEPHYR_PACKAGE_NAME, in openthread_start()
472 otThreadSetNetworkName(ot_instance, OT_NETWORK_NAME); in openthread_start()
473 otLinkSetChannel(ot_instance, OT_CHANNEL); in openthread_start()
474 otLinkSetPanId(ot_instance, OT_PANID); in openthread_start()
476 otThreadSetExtendedPanId(ot_instance, &xpanid); in openthread_start()
481 otThreadSetNetworkKey(ot_instance, &networkKey); in openthread_start()
486 otThreadGetNetworkName(ot_instance)); in openthread_start()
[all …]