#include <nitro/wm.h>
typedef struct WMKeySet
{
u16 seqNum;
u16 rsv;
u16 key[16];
} WMKeySet;
seqNum | Specifies the sequential number of the key set. After key sharing communication has been successful between connected machines, this number will increment by 1 each time key information is shared. |
key | Specifies the array of shared key input information, including its own. Data that has an index value of 0 is parent key information. Data with indexes 1 – 15 are each AID's child key information. |
This structure indicates shared key information that is obtained by the WM key sharing function.
08/02/2004 Standardized structure names
07/29/2004 Initial Version