Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Revision:
57:b201a7a8ddc9
Parent:
55:01540dd2f111
Child:
61:b80d169da384
--- a/source/borderrouter_thread_tasklet.c	Wed Mar 28 14:30:20 2018 +0100
+++ b/source/borderrouter_thread_tasklet.c	Thu May 10 05:17:09 2018 +0100
@@ -200,7 +200,7 @@
 
     memcpy(link_configuration->PSKc, pskc, sizeof(pskc));
     memcpy(link_configuration->master_key, master_key, sizeof(master_key));
-    link_configuration->securityPolicy = SECURITY_POLICY_ALL_SECURITY;
+    link_configuration->securityPolicy = MBED_CONF_APP_THREAD_SECURITY_POLICY;
 
     link_configuration->rfChannel = MBED_CONF_APP_RF_CHANNEL;
     tr_info("RF channel %d", link_configuration->rfChannel);