We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7717ef8 commit 015f3feCopy full SHA for 015f3fe
source/Security/protocols/sec_prot_keys.h
@@ -89,7 +89,7 @@ typedef struct {
89
uint32_t ptk_lifetime; /**< PTK lifetime in seconds */
90
uint8_t gtkl; /**< Remote GTKL information */
91
int8_t gtk_set_index; /**< Index of GTK to set */
92
- uint8_t ins_gtk_hash_set: 4; /**< Hash for inserted GTKs for a PTK set */
+ unsigned ins_gtk_hash_set: 4; /**< Hash for inserted GTKs for a PTK set */
93
bool pmk_set: 1; /**< Pairwise Master Key set */
94
bool ptk_set: 1; /**< Pairwise Transient Key set */
95
bool pmk_key_replay_cnt_set: 1; /**< Pairwise Master Key replay counter set */
0 commit comments