libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
deauthentication.h File Reference
#include "../frame.h"
#include "../tag.h"
#include <stdint.h>

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
 

Function Documentation

◆ __attribute__()

struct libwifi_deauth_fixed_parameters __attribute__ ( (packed)  )

Variable Documentation

◆ fixed_parameters

struct libwifi_deauth_fixed_parameters fixed_parameters

Definition at line 1 of file deauthentication.h.

◆ frame_header

union libwifi_mgmt_frame_header frame_header

Definition at line 0 of file deauthentication.h.

◆ ordered

int ordered

Definition at line 0 of file deauthentication.h.

◆ reason_code

uint16_t reason_code

Definition at line 0 of file deauthentication.h.

◆ tags

Definition at line 2 of file deauthentication.h.