Message ID | 20221021191307.31492-17-denkenz@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [01/26] eapol: More strictly validate key_descriptor_version | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
diff --git a/src/netdev.c b/src/netdev.c index 4ca230e42b1f..7b8948604347 100644 --- a/src/netdev.c +++ b/src/netdev.c @@ -1565,6 +1565,8 @@ static bool netdev_copy_tk(uint8_t *tk_buf, const uint8_t *tk, switch (cipher) { case CRYPTO_CIPHER_CCMP: case CRYPTO_CIPHER_GCMP: + case CRYPTO_CIPHER_GCMP_256: + case CRYPTO_CIPHER_CCMP_256: /* * 802.11-2020 12.8.3 Mapping PTK to CCMP keys: * "A STA shall use the temporal key as the CCMP key