.. | .. |
---|
96 | 96 | u8 kv_type; |
---|
97 | 97 | u8 kv_pad; |
---|
98 | 98 | u16 kv_len; |
---|
99 | | - u8 kv_val[16]; /* TK */ |
---|
100 | | - u8 kv_mic[8]; /* Michael MIC key */ |
---|
101 | | - u8 kv_txmic[8]; /* Michael MIC TX key (used only if the hardware |
---|
102 | | - * supports both MIC keys in the same key cache entry; |
---|
103 | | - * in that case, kv_mic is the RX key) */ |
---|
| 99 | + struct_group(kv_values, |
---|
| 100 | + u8 kv_val[16]; /* TK */ |
---|
| 101 | + u8 kv_mic[8]; /* Michael MIC key */ |
---|
| 102 | + u8 kv_txmic[8]; /* Michael MIC TX key (used only if the hardware |
---|
| 103 | + * supports both MIC keys in the same key cache entry; |
---|
| 104 | + * in that case, kv_mic is the RX key) */ |
---|
| 105 | + ); |
---|
104 | 106 | }; |
---|
105 | 107 | |
---|
106 | 108 | enum ath_cipher { |
---|