From 55d3283aebaad0cf6a52e057e979c0c4e242a8f3 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 21 Jan 2015 13:36:49 +0200 Subject: [PATCH] mpdu: Add member 'ies' for mpdu_deauthentication Even if this will never really be useful, it's better this way rather than having a todo comment. --- src/mpdu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpdu.h b/src/mpdu.h index 56e9f684..440d3ee4 100644 --- a/src/mpdu.h +++ b/src/mpdu.h @@ -230,7 +230,7 @@ struct mpdu_authentication { /* 802.11, Section 8.3.3.12 */ struct mpdu_deauthentication { __le16 reason_code; - /* ToDo: Vendor specific IE? MME? */ + uint8_t ies[0]; } __attribute__ ((packed)); struct mpdu {