Searched defs:key_update (Results 1 – 1 of 1) sorted by relevance
33 struct key_update { struct34 uint16_t key_idx:12, /* AppKey or NetKey Index */35 valid:1, /* 1 if this entry is valid, 0 if not */36 app_key:1, /* 1 if this is an AppKey, 0 if a NetKey */37 clear:1; /* 1 if key needs clearing, 0 if storing */