libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
libwifi_deauth_fixed_parameters Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ reason_code

uint16_t reason_code

Definition at line 39 of file deauthentication.h.


The documentation for this struct was generated from the following file: