mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
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.
This commit is contained in:
parent
3d5fe2fddd
commit
55d3283aeb
@ -230,7 +230,7 @@ struct mpdu_authentication {
|
|||||||
/* 802.11, Section 8.3.3.12 */
|
/* 802.11, Section 8.3.3.12 */
|
||||||
struct mpdu_deauthentication {
|
struct mpdu_deauthentication {
|
||||||
__le16 reason_code;
|
__le16 reason_code;
|
||||||
/* ToDo: Vendor specific IE? MME? */
|
uint8_t ies[0];
|
||||||
} __attribute__ ((packed));
|
} __attribute__ ((packed));
|
||||||
|
|
||||||
struct mpdu {
|
struct mpdu {
|
||||||
|
Loading…
Reference in New Issue
Block a user