handshake: added OWE AKM to handshake_state_derive_ptk

This commit is contained in:
James Prestwood 2018-11-16 14:22:53 -08:00 committed by Denis Kenzior
parent 126993b9e3
commit 60555ece3b
1 changed files with 2 additions and 1 deletions

View File

@ -298,7 +298,8 @@ bool handshake_state_derive_ptk(struct handshake_state *s)
if (s->akm_suite & (IE_RSN_AKM_SUITE_8021X_SHA256 |
IE_RSN_AKM_SUITE_PSK_SHA256 |
IE_RSN_AKM_SUITE_SAE_SHA256 |
IE_RSN_AKM_SUITE_FT_OVER_SAE_SHA256))
IE_RSN_AKM_SUITE_FT_OVER_SAE_SHA256 |
IE_RSN_AKM_SUITE_OWE))
use_sha256 = true;
else
use_sha256 = false;