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.

z-stack network security

hi,

I use network key to encrypt my packets, and i captured the packet using ubiqua. But i noticed that the network security level is 000 even i already had the Network Payload encrypted and there is MIC in the end of the network packet which belong to the network layer.

encypted payload and MIC means that the network security is level is 0x05, 0x06 or 0x07 so why here is 000

when i review the code in nwk_globals.h i found

#if ( SECURE != 0 )
#define USE_NWK_SECURITY 1 // true or false
#define SECURITY_LEVEL 5

Texas Instruments Packet Sniffer has the same result

and that's is logical because the default value even in ZigBee Spec is 101, so can u please tell me why my network has encypted payload and MIC, and in the same time network security is level  is 000 not 101, 110 or 111