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.c421 otInstance *ot_instance = ot_context->instance; in openthread_start() local
437 otLinkModeConfig ot_mode = otThreadGetLinkMode(ot_instance); in openthread_start()
455 if (otDatasetIsCommissioned(ot_instance)) { in openthread_start()
464 error = otJoinerStart(ot_instance, OT_JOINER_PSKD, NULL, ZEPHYR_PACKAGE_NAME, in openthread_start()
480 otThreadSetNetworkName(ot_instance, OT_NETWORK_NAME); in openthread_start()
481 otLinkSetChannel(ot_instance, OT_CHANNEL); in openthread_start()
482 otLinkSetPanId(ot_instance, OT_PANID); in openthread_start()
484 otThreadSetExtendedPanId(ot_instance, &xpanid); in openthread_start()
489 otThreadSetNetworkKey(ot_instance, &networkKey); in openthread_start()
494 otThreadGetNetworkName(ot_instance)); in openthread_start()
[all …]