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.

zigbee安全等级的设置

Other Parts Discussed in Thread: Z-STACK

我想看一下 zigbee 8个不同的安全等级的数据抱有什么区别,我看到

#define SEC_MASK        0x07
#define SEC_NONE        0x00
#define SEC_MIC_32      0x01
#define SEC_MIC_64      0x02
#define SEC_MIC_128     0x03
#define SEC_ENC         0x04
#define SEC_ENC_MIC_32  0x05
#define SEC_ENC_MIC_64  0x06
#define SEC_ENC_MIC_128 0x07
以及
-DSECURE=0
-DZG_SECURE_DYNAMIC=0
但我不是很清楚如何设置认证不加密