|
libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
Go to the source code of this file.
Data Structures | |
| struct | libwifi_deauth_fixed_parameters |
| Deauthentication Layout ────────────────────────── ┌──────────────────────────┐ │ Header │ Bytes: 24 ├──────────────────────────┤ │ Fixed Parameters │ Bytes: 2 │┌────────────────────────┐│ ││ reason code ││ Bytes: 2 │└────────────────────────┘│ ├──────────────────────────┤ │ Tagged Parameters │ Bytes: Variable └──────────────────────────┘ More... | |
| struct | libwifi_deauth |
| struct | libwifi_parsed_deauth |
Functions | |
| struct libwifi_deauth_fixed_parameters | __attribute__ ((packed)) |
Variables | |
| uint16_t | reason_code |
| struct libwifi_mgmt_unordered_frame_header | frame_header |
| struct libwifi_deauth_fixed_parameters | fixed_parameters |
| struct libwifi_tagged_parameters | tags |
| int | ordered |
| struct libwifi_deauth_fixed_parameters __attribute__ | ( | (packed) | ) |
| struct libwifi_deauth_fixed_parameters fixed_parameters |
Definition at line 1 of file deauthentication.h.
| union libwifi_mgmt_frame_header frame_header |
Definition at line 0 of file deauthentication.h.
| int ordered |
Definition at line 0 of file deauthentication.h.
| uint16_t reason_code |
Definition at line 0 of file deauthentication.h.
| struct libwifi_tagged_parameters tags |
Definition at line 2 of file deauthentication.h.