<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Zigbee Security issue with FRDM-KW41Z  in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060774#M9463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to get the FRDM-KW41Z eval board with&amp;nbsp; frdmkw41z_wireless_examples_zigbee_3_0_end_device_freertos example(SDK version: 2.2.1) connect with our zigbee network. After our ZC device replied a successful association response, ZED device(KW41D) start to send out a lot of data request, instead of sending a device announcement. Eventually ZED device failed to join the network with &amp;nbsp;&lt;SPAN style="color: #0000c0; background: #D4D4D4; font-size: 10.0pt;"&gt;&lt;EM&gt;ZPS_APL_APS_E_SECURITY_FAIL(0xAD)&lt;/EM&gt;&lt;/SPAN&gt; as return code (&lt;SPAN style="font-size: 10.0pt; color: #0000c0; background: #D4D4D4;"&gt;sNwkJoinFailedEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: #CECCF7;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #0000c0; background: #E8F2FE;"&gt;u8Status)&lt;/SPAN&gt;.&amp;nbsp; The debug messages of KW41D eval board shows as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$ join&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: Disc on Ch 25 from 0x02000000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nwk Join 00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$ BDB: APP_vGenCallback [0 10]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: vNsTryNwkJoin - index 0 of 1 Nwks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: Try To join 000eddffff438d84 on Ch 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB zdo join network&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;APP-ZDO: Discovery Complete 0x00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: APP_vGenCallback [0 15]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;….&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: APP_vGenCallback [0 15]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: APP_vGenCallback [0 8]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0070c0;"&gt;&lt;STRONG&gt;FailedToJoin sNwkJoinFailedEvent.u8Status=173 !!!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: vNsTryNwkJoin - index 0 of 1 Nwks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: Try To join 000eddffff438d84 on Ch 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB zdo join network&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;failed to join event&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then we tried to disable APS security feature, yet it gave same error code(&lt;SPAN style="color: #0000c0; background: #D4D4D4; font-size: 10.0pt;"&gt;&lt;EM&gt;ZPS_APL_APS_E_SECURITY_FAIL&lt;/EM&gt;&lt;/SPAN&gt;) with same network capture.&lt;/P&gt;&lt;P&gt;We have modified following places to disable the security of APS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;app_zps_cfg.h&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define ZPS_APS_AIB_INIT_TRUST_CENTER_ADDRESS &lt;SPAN style="color: #0070c0;"&gt;0xFFFFFFFFFFFFFFFFULL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define ZPS_APS_AIB_INIT_USE_INSECURE_JOIN &lt;SPAN style="color: #0070c0;"&gt;TRUE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define ZPS_NWK_NIB_INIT_SECURITY_LEVEL &lt;SPAN style="color: #0070c0;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define ZPS_NWK_NIB_INIT_SECURE_ALL_FRAMES &lt;SPAN style="color: #0070c0;"&gt;FALSE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bdb_options.h&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define BDB_TRUST_CENTER_REQUIRE_KEYEXCHANGE&lt;/STRONG&gt; (&lt;SPAN style="color: #0070c0;"&gt;&lt;STRONG&gt;FALSE&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what did I miss to disable the security of APS layer? Or maybe I was on the wrong track, &lt;SPAN style="color: #0070c0;"&gt;sNwkJoinFailedEvent.u8Status=173 &lt;/SPAN&gt;was caused by something else.&lt;/P&gt;&lt;P&gt;Any idea will be helpful, and let me know if you need more debug details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2020 20:21:04 GMT</pubDate>
    <dc:creator>jiang_jason</dc:creator>
    <dc:date>2020-05-21T20:21:04Z</dc:date>
    <item>
      <title>Zigbee Security issue with FRDM-KW41Z</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060774#M9463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to get the FRDM-KW41Z eval board with&amp;nbsp; frdmkw41z_wireless_examples_zigbee_3_0_end_device_freertos example(SDK version: 2.2.1) connect with our zigbee network. After our ZC device replied a successful association response, ZED device(KW41D) start to send out a lot of data request, instead of sending a device announcement. Eventually ZED device failed to join the network with &amp;nbsp;&lt;SPAN style="color: #0000c0; background: #D4D4D4; font-size: 10.0pt;"&gt;&lt;EM&gt;ZPS_APL_APS_E_SECURITY_FAIL(0xAD)&lt;/EM&gt;&lt;/SPAN&gt; as return code (&lt;SPAN style="font-size: 10.0pt; color: #0000c0; background: #D4D4D4;"&gt;sNwkJoinFailedEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black; background: #CECCF7;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #0000c0; background: #E8F2FE;"&gt;u8Status)&lt;/SPAN&gt;.&amp;nbsp; The debug messages of KW41D eval board shows as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$ join&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: Disc on Ch 25 from 0x02000000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nwk Join 00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$ BDB: APP_vGenCallback [0 10]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: vNsTryNwkJoin - index 0 of 1 Nwks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: Try To join 000eddffff438d84 on Ch 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB zdo join network&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;APP-ZDO: Discovery Complete 0x00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: APP_vGenCallback [0 15]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;….&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: APP_vGenCallback [0 15]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: APP_vGenCallback [0 8]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0070c0;"&gt;&lt;STRONG&gt;FailedToJoin sNwkJoinFailedEvent.u8Status=173 !!!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: vNsTryNwkJoin - index 0 of 1 Nwks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB: Try To join 000eddffff438d84 on Ch 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDB zdo join network&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;failed to join event&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then we tried to disable APS security feature, yet it gave same error code(&lt;SPAN style="color: #0000c0; background: #D4D4D4; font-size: 10.0pt;"&gt;&lt;EM&gt;ZPS_APL_APS_E_SECURITY_FAIL&lt;/EM&gt;&lt;/SPAN&gt;) with same network capture.&lt;/P&gt;&lt;P&gt;We have modified following places to disable the security of APS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;app_zps_cfg.h&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define ZPS_APS_AIB_INIT_TRUST_CENTER_ADDRESS &lt;SPAN style="color: #0070c0;"&gt;0xFFFFFFFFFFFFFFFFULL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define ZPS_APS_AIB_INIT_USE_INSECURE_JOIN &lt;SPAN style="color: #0070c0;"&gt;TRUE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define ZPS_NWK_NIB_INIT_SECURITY_LEVEL &lt;SPAN style="color: #0070c0;"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define ZPS_NWK_NIB_INIT_SECURE_ALL_FRAMES &lt;SPAN style="color: #0070c0;"&gt;FALSE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bdb_options.h&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define BDB_TRUST_CENTER_REQUIRE_KEYEXCHANGE&lt;/STRONG&gt; (&lt;SPAN style="color: #0070c0;"&gt;&lt;STRONG&gt;FALSE&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what did I miss to disable the security of APS layer? Or maybe I was on the wrong track, &lt;SPAN style="color: #0070c0;"&gt;sNwkJoinFailedEvent.u8Status=173 &lt;/SPAN&gt;was caused by something else.&lt;/P&gt;&lt;P&gt;Any idea will be helpful, and let me know if you need more debug details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2020 20:21:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060774#M9463</guid>
      <dc:creator>jiang_jason</dc:creator>
      <dc:date>2020-05-21T20:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Zigbee Security issue with FRDM-KW41Z</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060775#M9464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please provide some more information? Specifically, what kind of device is being used as the coordinator for the network, as well as information about the pre-existent network itself:&lt;/P&gt;&lt;P&gt;Is security on the network enabled?&lt;/P&gt;&lt;P&gt;Which profile is being used?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried replicating the issue, and we managed to connect successfully to the network. I attached the sniffer log to this reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2020 20:40:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060775#M9464</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-05-25T20:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Zigbee Security issue with FRDM-KW41Z</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060776#M9465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our device is using KW21D as coordinator, which is using old beestack.&amp;nbsp;&lt;SPAN&gt;My goal is to get the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FRDM-KW41Z board to connect to the old device.&lt;SPAN&gt;&amp;nbsp;T&lt;/SPAN&gt;&lt;/SPAN&gt;he security settings on the coordinator is disabled, that's why I'm looking for disabling it. The profile we are using on coordinator is self-created manufactuer profile, but all applications will be handled on different end-point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than that, I saw your sniffer log, if this is the end point example for KW41D SDK, I have another question. Did you enabled the device annoucement on ZED? I was expecting a device annoucement after it joined the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached our sniffer log to show how our product joined our ZC, as well as how&amp;nbsp;&lt;SPAN&gt;FRDM-KW41Z failed to join.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Let me know if you need more details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 01:44:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060776#M9465</guid>
      <dc:creator>jiang_jason</dc:creator>
      <dc:date>2020-05-26T01:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Zigbee Security issue with FRDM-KW41Z</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060777#M9466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Beestack is built on an older version of ZigBee, implementing version 1.2 of the Home Automation stack. Since the coordinator is on an older stack version, it could be causing issues for the ZigBee 3.0 End Device running on the KW41Z.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible, can you try enabling security on the coordinator's network? As this could be causing issues with the device joining.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, is it possible to perform some tests using a different coordinator, such as another KW41, or a USB JN5189 which implement the newer ZigBee 3.0 stack?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 20:26:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060777#M9466</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-05-26T20:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Zigbee Security issue with FRDM-KW41Z</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060778#M9467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since we have our older products made based on KW21D, and it's on beestack. I assume that if we&amp;nbsp;enable&amp;nbsp;security on ZC, it will make other devices on older version stack fail to join the network. My goal is trying to get&amp;nbsp;FRDM-KW41Z join our previous zigbee 2.0 network without modify our previous products. That's why I'm looking into disable&amp;nbsp;security on ZED.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is it possible for us to disable the security on ZED? What kind of issues that we will face, if we disabled security, and mixed us older stack vs zigbee 3.0 stack?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 22:55:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060778#M9467</guid>
      <dc:creator>jiang_jason</dc:creator>
      <dc:date>2020-05-26T22:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Zigbee Security issue with FRDM-KW41Z</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060779#M9468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're doing some tests to see the implications and possible issues with disabling the APS Security layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will reply again soon with the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 20:56:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060779#M9468</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-05-28T20:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Zigbee Security issue with FRDM-KW41Z</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060780#M9469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian, any updates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 18:55:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060780#M9469</guid>
      <dc:creator>jiang_jason</dc:creator>
      <dc:date>2020-06-03T18:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Zigbee Security issue with FRDM-KW41Z</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060781#M9470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry for the delay, I'm currently doing some investigating and testing&amp;nbsp;to see what is possible regarding the security of the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll provide an update as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime, please let me know if you need any more information, or have any other issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 22:06:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060781#M9470</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-06-03T22:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Zigbee Security issue with FRDM-KW41Z</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060782#M9471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After performing some tests, we found that the following function may be useful for your particular use case:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/****************************************************************************
 **
 ** NAME:       eZCL_SetSupportedSecurity
 **
 ** DESCRIPTION:
 ** Sets the security level that is supported in the stack.
 **
 ** The default is E_ZCL_SECURITY_APPLINK.  Can be overridden by app to
 ** E_ZCL_SECURITY_NETWORK, which means that all clusters are sent with only NWK security.
 ** This is useful for testing with a stack with no APS security or for easier sniffing of SE
 ** clusters.  It is not possible to send completely unsecure frames in a ZB Pro compliant stack
 ** so E_ZCL_SECURITY_NONE has been removed.
 **
 ** PARAMETERS:            Name                           Usage
 ** teZCL_ZCLSendSecurity  eSecuritySupported             The security level to set.
 **
 ** RETURN:
 ** E_ZCL_SUCCESS, E_ZCL_ERR_PARAMETER_RANGE
 **
 ****************************************************************************/&lt;/SPAN&gt;
PUBLIC teZCL_Status &lt;SPAN class="token function"&gt;eZCL_SetSupportedSecurity&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;teZCL_ZCLSendSecurity  eSecuritySupported&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;eSecuritySupported &lt;SPAN class="operator token"&gt;&amp;gt;=&lt;/SPAN&gt; E_ZCL_SECURITY_ENUM_END&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;E_ZCL_ERR_PARAMETER_RANGE&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    psZCL_Common&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;eSecuritySupported &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; eSecuritySupported&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;E_ZCL_SUCCESS&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's implemented as a part of the zcl.h cluster library header file, and allow future transmissions from the device to only enable Network Level Security, or revert back to APPLINK Security.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As noted in the comment of the function, the E_ZCL_SECURITY_NONE mode has been removed from the stack to keep compliance with the ZigBee Pro specification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More information about this function can be found in the ZigBee Cluster Library User Guide, which can be found in the following path:&lt;/P&gt;&lt;P&gt;&amp;lt;…\SDK_2.2.1_FRDM-KW41Z\docs\wireless\Zigbee\ZigBee Cluster Library User Guide.pdf&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, we recommend taking a look at the newer devices supporting the ZigBee Stack like the &lt;A href="https://www.nxp.com/products/wireless/thread/jn5189-88-t-high-performance-and-ultra-low-power-mcus-for-zigbee-and-thread-with-built-in-nfc-option:JN5189_88_T" rel="nofollow noopener noreferrer" target="_blank"&gt;JN5189/88&lt;/A&gt; and &lt;A href="https://www.nxp.com/products/wireless/thread/k32w061-41-high-performance-secure-and-ultra-low-power-mcu-for-zigbeethread-and-bluetooth-le-5-0-with-built-in-nfc-option:K32W061_41" rel="nofollow noopener noreferrer" target="_blank"&gt;K32W041/61&lt;/A&gt;, as these were recently released, and&amp;nbsp;have full support for the ZigBee 3.0 stack like the KW41Z.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 19:28:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Zigbee-Security-issue-with-FRDM-KW41Z/m-p/1060782#M9471</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-06-12T19:28:18Z</dc:date>
    </item>
  </channel>
</rss>

