mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 09:27:47 +00:00
Move meshcop code into meshcop dir. (#988)
This commit is contained in:
@@ -77,12 +77,15 @@
|
||||
<ClCompile Include="..\..\src\core\mac\mac_whitelist.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\announce_begin_client.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\commissioner.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\dataset.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\dataset_manager.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\dtls.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\energy_scan_client.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\joiner.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\joiner_router.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\leader.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\panid_query_client.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\tlvs.cpp" />
|
||||
<ClCompile Include="..\..\src\core\net\dhcp6_client.cpp" />
|
||||
<ClCompile Include="..\..\src\core\net\dhcp6_server.cpp" />
|
||||
<ClCompile Include="..\..\src\core\net\icmp6.cpp" />
|
||||
@@ -100,9 +103,6 @@
|
||||
<ClCompile Include="..\..\src\core\thread\key_manager.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\link_quality.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\lowpan.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_dataset.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_dataset_manager.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_tlvs.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\mesh_forwarder.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\mle.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\mle_router.cpp" />
|
||||
@@ -147,12 +147,15 @@
|
||||
<ClInclude Include="..\..\src\core\mac\mac_whitelist.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\announce_begin_client.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\commissioner.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\dataset.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\dataset_manager.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\dtls.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\energy_scan_client.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\joiner.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\joiner_router.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\leader.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\panid_query_client.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\tlvs.hpp" />
|
||||
<ClInclude Include="..\..\src\core\net\icmp6.hpp" />
|
||||
<ClInclude Include="..\..\src\core\net\ip6.hpp" />
|
||||
<ClInclude Include="..\..\src\core\net\ip6_address.hpp" />
|
||||
@@ -165,7 +168,7 @@
|
||||
<ClInclude Include="..\..\src\core\openthread-core-config.h" />
|
||||
<ClInclude Include="..\..\src\core\openthreadcontext.h" />
|
||||
<ClInclude Include="..\..\src\core\thread\address_resolver.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\announce_begin_server.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\announce_begin_server.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\energy_scan_server.hpp" />
|
||||
<ClInclude Include="..\..\src\core\net\dhcp6.hpp" />
|
||||
<ClInclude Include="..\..\src\core\net\dhcp6_client.hpp" />
|
||||
@@ -173,9 +176,6 @@
|
||||
<ClInclude Include="..\..\src\core\thread\key_manager.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\link_quality.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\lowpan.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_dataset.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_dataset_manager.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_tlvs.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\mesh_forwarder.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\mle.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\mle_constants.hpp" />
|
||||
|
||||
@@ -189,21 +189,18 @@
|
||||
<ClCompile Include="..\..\src\core\openthread.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_dataset.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_dataset_manager.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_tlvs.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\mac\mac_blacklist.cpp">
|
||||
<Filter>Source Files\mac</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\commissioner.cpp">
|
||||
<Filter>Source Files\meshcop</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\dataset.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\dataset_manager.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\dtls.cpp">
|
||||
<Filter>Source Files\meshcop</Filter>
|
||||
</ClCompile>
|
||||
@@ -216,6 +213,9 @@
|
||||
<ClCompile Include="..\..\src\core\meshcop\joiner_router.cpp">
|
||||
<Filter>Source Files\meshcop</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\tlvs.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\leader.cpp">
|
||||
<Filter>Source Files\meshcop</Filter>
|
||||
</ClCompile>
|
||||
@@ -353,6 +353,9 @@
|
||||
<ClInclude Include="..\..\src\core\thread\address_resolver.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\thread\announce_begin_server.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\thread\energy_scan_server.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
@@ -413,21 +416,21 @@
|
||||
<ClInclude Include="..\..\src\core\thread\topology.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_dataset.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_dataset_manager.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_tlvs.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\mac\mac_blacklist.hpp">
|
||||
<Filter>Header Files\mac</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\announce_begin_client.hpp">
|
||||
<Filter>Header Files\meshcop</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\commissioner.hpp">
|
||||
<Filter>Header Files\meshcop</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\dataset.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\dataset_manager.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\dtls.hpp">
|
||||
<Filter>Header Files\meshcop</Filter>
|
||||
</ClInclude>
|
||||
@@ -446,6 +449,9 @@
|
||||
<ClInclude Include="..\..\src\core\meshcop\panid_query_client.hpp">
|
||||
<Filter>Header Files\meshcop</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\tlvs.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\crypto\aes_ecb.hpp">
|
||||
<Filter>Header Files\crypto</Filter>
|
||||
</ClInclude>
|
||||
@@ -464,12 +470,6 @@
|
||||
<ClInclude Include="..\..\src\core\utils\jam_detector.hpp">
|
||||
<Filter>Header Files\utils</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\announce_begin_client.hpp">
|
||||
<Filter>Header Files\meshcop</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\announce_begin_server.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\common\crc16.hpp">
|
||||
<Filter>Header Files\common</Filter>
|
||||
</ClInclude>
|
||||
|
||||
@@ -85,6 +85,8 @@
|
||||
<ClCompile Include="..\..\src\core\mac\mac_frame.cpp" />
|
||||
<ClCompile Include="..\..\src\core\mac\mac_whitelist.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\commissioner.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\dataset.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\dataset_manager.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\dtls.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\announce_begin_client.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\energy_scan_client.cpp" />
|
||||
@@ -92,6 +94,7 @@
|
||||
<ClCompile Include="..\..\src\core\meshcop\joiner_router.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\leader.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\panid_query_client.cpp" />
|
||||
<ClCompile Include="..\..\src\core\meshcop\tlvs.cpp" />
|
||||
<ClCompile Include="..\..\src\core\net\dhcp6_client.cpp" />
|
||||
<ClCompile Include="..\..\src\core\net\dhcp6_server.cpp" />
|
||||
<ClCompile Include="..\..\src\core\net\icmp6.cpp" />
|
||||
@@ -109,9 +112,6 @@
|
||||
<ClCompile Include="..\..\src\core\thread\key_manager.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\link_quality.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\lowpan.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_dataset.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_dataset_manager.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_tlvs.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\mesh_forwarder.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\mle.cpp" />
|
||||
<ClCompile Include="..\..\src\core\thread\mle_router.cpp" />
|
||||
@@ -159,12 +159,15 @@
|
||||
<ClInclude Include="..\..\src\core\mac\mac_whitelist.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\announce_begin_client.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\commissioner.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\dataset.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\dataset_manager.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\dtls.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\energy_scan_client.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\joiner.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\joiner_router.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\leader.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\panid_query_client.hpp" />
|
||||
<ClInclude Include="..\..\src\core\meshcop\tlvs.hpp" />
|
||||
<ClInclude Include="..\..\src\core\net\dhcp6.hpp" />
|
||||
<ClInclude Include="..\..\src\core\net\dhcp6_client.hpp" />
|
||||
<ClInclude Include="..\..\src\core\net\dhcp6_server.hpp" />
|
||||
@@ -187,9 +190,6 @@
|
||||
<ClInclude Include="..\..\src\core\thread\key_manager.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\link_quality.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\lowpan.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_dataset.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_dataset_manager.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_tlvs.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\mesh_forwarder.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\mle.hpp" />
|
||||
<ClInclude Include="..\..\src\core\thread\mle_constants.hpp" />
|
||||
|
||||
@@ -189,21 +189,18 @@
|
||||
<ClCompile Include="..\..\src\core\openthread.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_dataset.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_dataset_manager.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\thread\meshcop_tlvs.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\mac\mac_blacklist.cpp">
|
||||
<Filter>Source Files\mac</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\commissioner.cpp">
|
||||
<Filter>Source Files\meshcop</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\dataset.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\dataset_manager.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\dtls.cpp">
|
||||
<Filter>Source Files\meshcop</Filter>
|
||||
</ClCompile>
|
||||
@@ -222,6 +219,9 @@
|
||||
<ClCompile Include="..\..\src\core\meshcop\panid_query_client.cpp">
|
||||
<Filter>Source Files\meshcop</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\meshcop\tlvs.cpp">
|
||||
<Filter>Source Files\thread</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\core\crypto\aes_ecb.cpp">
|
||||
<Filter>Source Files\crypto</Filter>
|
||||
</ClCompile>
|
||||
@@ -407,21 +407,18 @@
|
||||
<ClInclude Include="..\..\src\core\thread\topology.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_dataset.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_dataset_manager.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\thread\meshcop_tlvs.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\mac\mac_blacklist.hpp">
|
||||
<Filter>Header Files\mac</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\commissioner.hpp">
|
||||
<Filter>Header Files\meshcop</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\dataset.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\dataset_manager.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\dtls.hpp">
|
||||
<Filter>Header Files\meshcop</Filter>
|
||||
</ClInclude>
|
||||
@@ -440,6 +437,9 @@
|
||||
<ClInclude Include="..\..\src\core\meshcop\panid_query_client.hpp">
|
||||
<Filter>Header Files\meshcop</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\meshcop\tlvs.hpp">
|
||||
<Filter>Header Files\thread</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\core\crypto\aes_ecb.hpp">
|
||||
<Filter>Header Files\crypto</Filter>
|
||||
</ClInclude>
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <cli/cli_server.hpp>
|
||||
#include <thread/meshcop_dataset.hpp>
|
||||
|
||||
namespace Thread {
|
||||
namespace Cli {
|
||||
|
||||
@@ -60,6 +60,9 @@ SOURCES_COMMON = \
|
||||
mac/mac_frame.cpp \
|
||||
mac/mac_whitelist.cpp \
|
||||
mac/mac_blacklist.cpp \
|
||||
meshcop/dataset.cpp \
|
||||
meshcop/dataset_manager.cpp \
|
||||
meshcop/tlvs.cpp \
|
||||
net/icmp6.cpp \
|
||||
net/ip6.cpp \
|
||||
net/ip6_address.cpp \
|
||||
@@ -73,9 +76,6 @@ SOURCES_COMMON = \
|
||||
thread/key_manager.cpp \
|
||||
thread/link_quality.cpp \
|
||||
thread/lowpan.cpp \
|
||||
thread/meshcop_dataset.cpp \
|
||||
thread/meshcop_dataset_manager.cpp \
|
||||
thread/meshcop_tlvs.cpp \
|
||||
thread/mesh_forwarder.cpp \
|
||||
thread/mle.cpp \
|
||||
thread/mle_tlvs.cpp \
|
||||
@@ -185,6 +185,8 @@ noinst_HEADERS = \
|
||||
mac/mac_blacklist.hpp \
|
||||
meshcop/announce_begin_client.hpp \
|
||||
meshcop/commissioner.hpp \
|
||||
meshcop/dataset.hpp \
|
||||
meshcop/dataset_manager.hpp \
|
||||
meshcop/dtls.hpp \
|
||||
meshcop/energy_scan_client.hpp \
|
||||
meshcop/joiner.hpp \
|
||||
@@ -195,6 +197,7 @@ noinst_HEADERS = \
|
||||
meshcop/leader_ftd.hpp \
|
||||
meshcop/leader_mtd.hpp \
|
||||
meshcop/panid_query_client.hpp \
|
||||
meshcop/tlvs.hpp \
|
||||
net/icmp6.hpp \
|
||||
net/ip6.hpp \
|
||||
net/ip6_address.hpp \
|
||||
@@ -217,11 +220,7 @@ noinst_HEADERS = \
|
||||
thread/key_manager.hpp \
|
||||
thread/link_quality.hpp \
|
||||
thread/lowpan.hpp \
|
||||
thread/meshcop_tlvs.hpp \
|
||||
thread/mesh_forwarder.hpp \
|
||||
thread/meshcop_dataset.hpp \
|
||||
thread/meshcop_dataset_manager.hpp \
|
||||
thread/meshcop_tlvs.hpp \
|
||||
thread/mle.hpp \
|
||||
thread/mle_constants.hpp \
|
||||
thread/mle_router.hpp \
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
#include <common/logging.hpp>
|
||||
#include <platform/random.h>
|
||||
#include <meshcop/announce_begin_client.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
#include <thread/thread_uris.hpp>
|
||||
|
||||
|
||||
@@ -48,8 +48,8 @@
|
||||
#include <common/logging.hpp>
|
||||
#include <meshcop/commissioner.hpp>
|
||||
#include <meshcop/joiner_router.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <platform/random.h>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
#include <thread/thread_tlvs.hpp>
|
||||
#include <thread/thread_uris.hpp>
|
||||
|
||||
@@ -36,10 +36,10 @@
|
||||
|
||||
#include <common/code_utils.hpp>
|
||||
#include <common/settings.hpp>
|
||||
#include <meshcop/dataset.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <platform/settings.h>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/mle_tlvs.hpp>
|
||||
#include <thread/meshcop_dataset.hpp>
|
||||
|
||||
namespace Thread {
|
||||
namespace MeshCoP {
|
||||
@@ -36,7 +36,7 @@
|
||||
#define MESHCOP_DATASET_HPP_
|
||||
|
||||
#include <common/message.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
|
||||
namespace Thread {
|
||||
namespace MeshCoP {
|
||||
@@ -32,7 +32,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define WPP_NAME "meshcop_dataset_manager.tmh"
|
||||
#define WPP_NAME "dataset_manager.tmh"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -44,11 +44,11 @@
|
||||
#include <common/code_utils.hpp>
|
||||
#include <common/logging.hpp>
|
||||
#include <common/timer.hpp>
|
||||
#include <meshcop/dataset.hpp>
|
||||
#include <meshcop/dataset_manager.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <platform/random.h>
|
||||
#include <platform/radio.h>
|
||||
#include <thread/meshcop_dataset.hpp>
|
||||
#include <thread/meshcop_dataset_manager.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
#include <thread/thread_tlvs.hpp>
|
||||
#include <thread/thread_uris.hpp>
|
||||
@@ -39,8 +39,8 @@
|
||||
|
||||
#include <coap/coap_server.hpp>
|
||||
#include <common/timer.hpp>
|
||||
#include <meshcop/dataset.hpp>
|
||||
#include <net/udp6.hpp>
|
||||
#include <thread/meshcop_dataset.hpp>
|
||||
#include <thread/mle.hpp>
|
||||
#include <thread/network_data_leader.hpp>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <common/message.hpp>
|
||||
#include <common/timer.hpp>
|
||||
#include <crypto/sha256.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
|
||||
#include <mbedtls/ssl.h>
|
||||
#include <mbedtls/entropy.h>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <common/logging.hpp>
|
||||
#include <platform/random.h>
|
||||
#include <meshcop/energy_scan_client.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
#include <thread/thread_uris.hpp>
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#include <common/message.hpp>
|
||||
#include <net/udp6.hpp>
|
||||
#include <meshcop/dtls.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
|
||||
namespace Thread {
|
||||
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
#include <common/encoding.hpp>
|
||||
#include <common/logging.hpp>
|
||||
#include <meshcop/joiner_router.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <thread/mle.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
#include <thread/thread_uris.hpp>
|
||||
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
#include <coap/coap_client.hpp>
|
||||
#include <coap/coap_server.hpp>
|
||||
#include <common/timer.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <net/udp6.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/mle.hpp>
|
||||
|
||||
namespace Thread {
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#include <common/logging.hpp>
|
||||
#include <platform/random.h>
|
||||
#include <meshcop/panid_query_client.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
#include <thread/thread_uris.hpp>
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#include <common/code_utils.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
|
||||
namespace Thread {
|
||||
namespace MeshCoP {
|
||||
@@ -43,8 +43,8 @@
|
||||
#include <common/code_utils.hpp>
|
||||
#include <common/debug.hpp>
|
||||
#include <common/logging.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <platform/radio.h>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/announce_begin_server.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
#include <thread/thread_uris.hpp>
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
#include <common/code_utils.hpp>
|
||||
#include <common/debug.hpp>
|
||||
#include <common/logging.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <platform/random.h>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/energy_scan_server.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
#include <thread/thread_uris.hpp>
|
||||
|
||||
@@ -40,12 +40,12 @@
|
||||
#include <common/encoding.hpp>
|
||||
#include <crypto/aes_ccm.hpp>
|
||||
#include <mac/mac_frame.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <net/netif.hpp>
|
||||
#include <net/udp6.hpp>
|
||||
#include <platform/radio.h>
|
||||
#include <platform/random.h>
|
||||
#include <thread/address_resolver.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/key_manager.hpp>
|
||||
#include <thread/mle_router.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
#include <openthread-types.h>
|
||||
#include <common/encoding.hpp>
|
||||
#include <common/message.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <net/ip6_address.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/mle_constants.hpp>
|
||||
|
||||
using Thread::Encoding::BigEndian::HostSwap16;
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
#include <openthread-types.h>
|
||||
#include <common/encoding.hpp>
|
||||
#include <common/message.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <net/ip6_address.hpp>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/mle_constants.hpp>
|
||||
|
||||
using Thread::Encoding::BigEndian::HostSwap16;
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
#include <common/code_utils.hpp>
|
||||
#include <common/debug.hpp>
|
||||
#include <common/logging.hpp>
|
||||
#include <meshcop/tlvs.hpp>
|
||||
#include <platform/random.h>
|
||||
#include <thread/meshcop_tlvs.hpp>
|
||||
#include <thread/panid_query_server.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
#include <thread/thread_uris.hpp>
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
#include <coap/secure_coap_client.hpp>
|
||||
#include <coap/secure_coap_server.hpp>
|
||||
#include <mac/mac.hpp>
|
||||
#include <meshcop/dataset_manager.hpp>
|
||||
#include <meshcop/joiner_router.hpp>
|
||||
#include <meshcop/leader.hpp>
|
||||
#include <net/dhcp6.hpp>
|
||||
@@ -59,7 +60,6 @@
|
||||
#include <thread/energy_scan_server.hpp>
|
||||
#include <thread/network_diag.hpp>
|
||||
#include <thread/key_manager.hpp>
|
||||
#include <thread/meshcop_dataset_manager.hpp>
|
||||
#include <thread/mesh_forwarder.hpp>
|
||||
#include <thread/mle.hpp>
|
||||
#include <thread/mle_router.hpp>
|
||||
|
||||
Reference in New Issue
Block a user