mbed-os/connectivity/nanostack/mbed-mesh-api/source
Mika Leppänen 989c8e85eb Added new start methods to Wi-SUN BR with WisunInterface parameter and deprecated the old ones
Previously WisunBorderRouter start() used NetworkInterface type for mesh interface, although only
WisunInterface type is possible for the call. Added a new overloads of the start with the
WisunInterface as mesh interface type and deprecated the old ones. This makes the calls stricter
about the interface type and safer. It also allows to remove the reinterpret_cast that causes
compiler warning on ARM compiler.
2021-04-07 11:34:33 +03:00
..
include Remove erroneous character from SPDX identifer 2020-10-23 15:08:58 +01:00
CallbackHandler.cpp Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
LoWPANNDInterface.cpp Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
MeshInterfaceNanostack.cpp Remove API changes 2020-11-30 13:49:33 +02:00
NanostackEMACInterface.cpp Corrected nanostack coverity warnings 2021-01-13 13:05:51 +02:00
NanostackEthernetInterface.cpp Added missing const qualifier to mesh ethernet mac addr get 2021-02-10 13:17:03 +02:00
NanostackMemoryManager.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
NanostackPPPInterface.cpp Corrected nanostack coverity warnings 2021-01-13 13:05:51 +02:00
ThreadInterface.cpp Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
WisunBorderRouter.cpp Added new start methods to Wi-SUN BR with WisunInterface parameter and deprecated the old ones 2021-04-07 11:34:33 +03:00
WisunInterface.cpp Resolved comments. 2020-10-13 15:11:27 +03:00
ethernet_tasklet.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
mesh_system.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
nd_tasklet.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_tasklet.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
wisun_tasklet.c Corrected Wi-SUN certificate add and remove functions on Wi-SUN interface 2020-12-15 15:04:14 +02:00