mbed-os/features/nanostack/mbed-mesh-api/source
Jarno Lamsa be2eb9b6ed Set tasklet parameters before connecting
Set tasklet parameters before connecting to prevent the parameters to be set to 0.
The tasklet parameters are reset to 0 when wisun_tasklet_connect gets called,
thus those need to be set in the wisun_tasklet_configure_and_connect_to_network
before they are used. This is also done this way in other tasklets.
2019-02-08 16:50:27 +00:00
..
include mbed.h includes removed 2019-01-14 13:06:14 +00:00
CallbackHandler.cpp Nanostack EMAC implementation 2018-05-23 12:24:04 +03:00
LoWPANNDInterface.cpp Correcting the error-case trace from mesh-api interfaces 2019-01-14 13:06:14 +00:00
MeshInterfaceNanostack.cpp mbed.h includes removed 2019-01-14 13:06:14 +00:00
NanostackEMACInterface.cpp mbed.h includes removed 2019-01-14 13:06:14 +00:00
NanostackEthernetInterface.cpp Align prototype & implementation of enet_tasklet_disconnect & friends 2018-12-27 22:26:02 -06:00
NanostackMemoryManager.cpp nanostack mesh: fix coding style 2018-11-15 07:20:12 +00:00
ThreadInterface.cpp Correcting the error-case trace from mesh-api interfaces 2019-01-14 13:06:14 +00:00
WisunInterface.cpp Correcting the error-case trace from mesh-api interfaces 2019-01-14 13:06:14 +00:00
ethernet_tasklet.c Prevent double attempt to connect mesh api 2019-02-08 16:50:27 +00:00
mesh_system.c nanostack mesh: fix coding style 2018-11-15 07:20:12 +00:00
nd_tasklet.c nanostack mesh: fix coding style 2018-11-15 07:20:12 +00:00
thread_tasklet.c nanostack mesh: fix coding style 2018-11-15 07:20:12 +00:00
wisun_tasklet.c Set tasklet parameters before connecting 2019-02-08 16:50:27 +00:00