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.

拒绝终端设备的加入申请

我的项目中有一个需求。就是想拒绝终端设备的加入申请。

请求TI的工程师们有没有好的方法。急等

  • 您可以调用NLME_PermitJoiningRequest()函数。

    如果参数是 0xff,则一直允许节点加入,参数是0x00,则不允许节点入网,参数是0x01~0xfe,则在一定时间内可以加入网络,时间长度为设置的数值,单位为秒。

  • 如果使用这个函数数会禁止所有的节点的加入。现在我只想让路由节点能够加入,终端节点不能加入。

    TI  工程师,再想想办法,还没有没有其它的方法。

    在ZAPP_JoinIndicatedCB 函数里返回FAILURE还是能够加入。

    或者能给一个方法,我去实现这个功能