From acbf1ac99e13d530717448151b24fe418fc4834f Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Mon, 5 Nov 2018 14:46:07 +0200 Subject: [PATCH] Add missing function macros (#1897) --- source/6LoWPAN/Thread/thread_extension_bootstrap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/6LoWPAN/Thread/thread_extension_bootstrap.h b/source/6LoWPAN/Thread/thread_extension_bootstrap.h index a5c787eedca..fa5a272d64f 100644 --- a/source/6LoWPAN/Thread/thread_extension_bootstrap.h +++ b/source/6LoWPAN/Thread/thread_extension_bootstrap.h @@ -71,6 +71,8 @@ int8_t thread_extension_bootstrap_network_reattach(int8_t interface_id, uint16_t #define thread_extension_bootstrap_thread_name_length_get(cur) (0) #define thread_extension_bootstrap_thread_name_ptr_get(cur) (NULL) #define thread_extension_bootstrap_network_certificate_enable(cur, coap_service_id) (NULL) +#define thread_extension_bootstrap_reenrollment_start(cur, service_id, pbbr_addr) (-1) +#define thread_extension_bootstrap_network_reattach(interface_id, timeout) (-1) #endif #ifdef __cplusplus