libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
Deauthentication Layout ────────────────────────── ┌──────────────────────────┐ │ Header │ Bytes: 24 ├──────────────────────────┤ │ Fixed Parameters │ Bytes: 2 │┌────────────────────────┐│ ││ reason code ││ Bytes: 2 │└────────────────────────┘│ ├──────────────────────────┤ │ Tagged Parameters │ Bytes: Variable └──────────────────────────┘ More...
#include <libwifi/core/frame/management/deauthentication.h>
Data Fields | |
uint16_t | reason_code |
Deauthentication Layout ────────────────────────── ┌──────────────────────────┐ │ Header │ Bytes: 24 ├──────────────────────────┤ │ Fixed Parameters │ Bytes: 2 │┌────────────────────────┐│ ││ reason code ││ Bytes: 2 │└────────────────────────┘│ ├──────────────────────────┤ │ Tagged Parameters │ Bytes: Variable └──────────────────────────┘
Definition at line 38 of file deauthentication.h.
uint16_t reason_code |
Definition at line 39 of file deauthentication.h.