mbed-os/features/nanostack/mbed-mesh-api/source
Michal Paszta 53a82faa5a Prevent double attempt to connect mesh api
Socket network interface tests were failing due to DICONNECTED event
being advertised, where GLOBAL_UP was expected. It turned out that
nanostack receives two events: APPL_EVENT_CONNECT and
APPL_BACKHAUL_INTERFACE_PHY_UP. The second attempt to connect obviously
returns errors, but it also causes events to be sent out to the
application. The second attempt should not take place in case the
bootstrap is already started.

I also fixed two reports being sent with DISCONNECT status, while they
are actually something else.
2019-01-30 15:08:11 +02:00
..
include mbed.h includes removed 2018-12-28 14:36:10 +02: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-07 10:48:46 +02:00
MeshInterfaceNanostack.cpp mbed.h includes removed 2018-12-28 14:36:10 +02:00
NanostackEMACInterface.cpp mbed.h includes removed 2018-12-28 14:36:10 +02:00
NanostackEthernetInterface.cpp Align prototype & implementation of enet_tasklet_disconnect & friends 2018-12-14 22:19:39 +11: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-07 10:48:46 +02:00
WisunInterface.cpp Correcting the error-case trace from mesh-api interfaces 2019-01-07 10:48:46 +02:00
ethernet_tasklet.c Prevent double attempt to connect mesh api 2019-01-30 15:08:11 +02: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 Coverity fixes. 2018-12-04 15:32:02 +02:00