DPP2: Parse DPP KDE in EAPOL-Key Key Data field

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
Jouni Malinen 2020-05-01 19:52:31 +03:00 committed by Jouni Malinen
parent 143e3d8bc5
commit 68422fedbf
2 changed files with 11 additions and 0 deletions

View file

@ -533,6 +533,8 @@ struct wpa_eapol_ie_parse {
const u8 *ip_addr_alloc;
const u8 *transition_disable;
size_t transition_disable_len;
const u8 *dpp_kde;
size_t dpp_kde_len;
const u8 *oci;
size_t oci_len;
const u8 *osen;