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.
ZDSECMGR_TC_DEVICE_MAX is a compile time option.
Starting on line 79 in ZDSecMgr.c you'll find the following,
#if !defined ( ZDSECMGR_TC_DEVICE_MAX ) #define ZDSECMGR_TC_DEVICE_MAX 1 #endif
Alternatively you can add ZDSECMGR_TC_DEVICE_MAX to the preprocessor defined symbols list
Hi Jason,
ZDSecMgr.c is there only in z-stack. I couldn't find the equivalent of ZDSECMGR_TC_DEVICE_MAX in znp-host framework. How does znp know the number of devices configured in memory?
Regards
Srikanth