From 155eff02b5df3eb8556def978011ed9e3f7ade6a Mon Sep 17 00:00:00 2001 From: Marcelo Salazar Date: Wed, 9 Aug 2017 15:16:57 +0100 Subject: [PATCH 1/2] Enable PSK security mode by default During 1.2.2EA OOB, we've found that the Cloud Client end-node doesn't connect to the BR, unless PSK mode is enabled. This has to be enabled by default. --- configs/6lowpan_Atmel_RF.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/6lowpan_Atmel_RF.json b/configs/6lowpan_Atmel_RF.json index 85d2875..3f58cc1 100644 --- a/configs/6lowpan_Atmel_RF.json +++ b/configs/6lowpan_Atmel_RF.json @@ -29,7 +29,7 @@ "slip_serial_baud_rate": "921600", "debug-trace": "false", "defined-BR-config": "true", - "security-mode": "NONE", + "security-mode": "PSK", "psk-key-id": 1, "psk-key": "{0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7, 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf}", "pana-mode": "", From b7aff02dd7771285c190a1ad7f8dc4c292227539 Mon Sep 17 00:00:00 2001 From: Marcelo Salazar Date: Thu, 10 Aug 2017 08:19:45 +0100 Subject: [PATCH 2/2] Add PSK mode for default mbed_app.json --- mbed_app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbed_app.json b/mbed_app.json index ce158ab..d001001 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -25,7 +25,7 @@ "slip_serial_baud_rate": "921600", "debug-trace": "false", "defined-BR-config": "true", - "security-mode": "NONE", + "security-mode": "PSK", "psk-key-id": 1, "psk-key": "{0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7, 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf}", "pana-mode": "",