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.

上位机控制白名单过滤机制

 我想做个过滤机制。
上位机可以控制节点 是否允许节点加入网络,
想法是找到哪个地方调用ZDO_JoinIndicationCB函数,(删除ZDO_JoinIndicationCB调用)
然后在那个地方 增加一个事件A 来通知上位机处理验证过程(IEEE地址比对),
上位机验证完成触发事件B,
在事件B中调用ZDO_JoinIndicationCB函数 来控制返回ZFailure/ZSuccess 来通知MAC层 是否允许节点加入网络 。

现在的 问题是 没找到哪里调用ZDO_JoinIndicationCB函数。