This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

coordinator 重新烧录后,原有end device无需允许便自动加入?

Other Parts Discussed in Thread: CC2530

TI工程师你好,

我现在遇到这么一个问题,望解答

我的coordinator有调用NLME_PermitJoiningRequest 来控制设备入网,所以新器件是否入网是会受到控制的。但现在出现一个情况就是,在把coordinator重新烧录后,原来网络的end device会不受控制的重新加入现有网络。

coordinator 和end device都有加入

TC_LINKKEY_JOIN
NV_INIT
NV_RESTORE

-DSECURE=1

end device 使用如下配置

-DPOLL_RATE=0

-DQUEUED_POLL_RATE=0

-DRESPONSE_POLL_RATE=0

我这边用抓包器,能看到end device在失去父节点后进入 orphan state,开始发送beacon request,,重新烧录的coordinator在没有开启NLME_PermitJoiningRequest 的时候,会与end device通讯,并建立连接。

请问这个问题是什么原因导致的?