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.

分布式网络,预定义秘钥情况下,终端总是无法入网

Other Parts Discussed in Thread: Z-STACK

配置如下

f8wconfig.cfg中:

-DSECURE=1
-DZG_SECURE_DYNAMIC=0

-DDEFAULT_KEY="{'A', 'B', 'C', '2', '0', '1', '9', '0', '5', '2', '7', '1', '6', '5', '0', '#'}"

options预定义中:

SECURE=1
xTC_LINKKEY_JOIN

zGlobals.c中:

uint8 zgPreConfigKeys = TRUE;

分布式网络,路由建立网络成功,开启终端设备,终端设备的网络状态如下:

DEV_NWK_DISC   --->   DEV_NWK_JOINING   --->   DEV_END_DEVICE_UNAUTH

依次循环,表明设备没有被信任中心验证,请问这个该怎么办?