File tree Expand file tree Collapse file tree 3 files changed +52
-10
lines changed Expand file tree Collapse file tree 3 files changed +52
-10
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2021, Pelion and affiliates.
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
18
+ #define HAVE_WS
19
+ #define HAVE_WS_HOST
20
+ #define HAVE_WS_VERSION_1_1
21
+ #define HAVE_RPL
22
+ #define HAVE_MPL
23
+ #define HAVE_6LOWPAN_ND
24
+ #define HAVE_IPV6_ND
25
+ #define HAVE_PAE_SUPP
26
+ #define HAVE_6LOWPAN_ROUTER
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019, Pelion and affiliates.
2
+ * Copyright (c) 2019-2021 , Pelion and affiliates.
3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
15
15
* limitations under the License.
16
16
*/
17
17
18
- #define HAVE_6LOWPAN_ROUTER
19
- #define HAVE_RPL
20
- #define HAVE_IPV6_ND
21
- #define HAVE_6LOWPAN_ND
22
- #define HAVE_MPL
23
- #define HAVE_WS
24
- #define HAVE_WS_HOST
18
+ #include "cfg_ws_host.h"
19
+
25
20
#define HAVE_WS_ROUTER
26
- #define HAVE_WS_VERSION_1_1
27
- #define HAVE_PAE_SUPP
28
21
#define HAVE_EAPOL_RELAY
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2021, Pelion and affiliates.
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
18
+
19
+ #include "base/cfg_ws_host.h"
20
+
21
+ #define FEA_TRACE_SUPPORT
22
+ #define EXTRA_CONSISTENCY_CHECKS
23
+
You can’t perform that action at this time.
0 commit comments