Hi all,
In the folowing structure:
typedef nx_struct security_header_t {
nx_uint8_t secLevel:3;
nx_uint8_t keyMode:2;
nx_uint8_t reserved:3;
nx_uint32_t frameCounter;
nx_uint8_t keyID[1]; // One byte for now
} security_header_t;
which belongs security definition for C2420 radio message.
What do the numbers 3, 2, 3 mean in secLevel, keyMode and reserved fields
respectively??.
Thanks!.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help