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

#include <libwifi/core/frame/management/reassoc_response.h>

Data Fields

uint16_t capabilities_information
 
uint16_t status_code
 
uint16_t association_id
 

Detailed Description

Reassociation Response Layout

────────────────────────────────── ┌──────────────────────────────────┐ │ Header │ Bytes: 24 ├──────────────────────────────────┤ │ Fixed Parameters │ Bytes: 6 │┌────────────────────────────────┐│ ││ capabilities ││ Bytes: 2 │├────────────────────────────────┤│ ││ status ││ Bytes: 2 │├────────────────────────────────┤│ ││ association id ││ Bytes: 2 │└────────────────────────────────┘│ ├──────────────────────────────────┤ │ Tagged Parameters │ Bytes: Variable └──────────────────────────────────┘

Definition at line 42 of file reassoc_response.h.

Field Documentation

◆ association_id

uint16_t association_id

Definition at line 45 of file reassoc_response.h.

◆ capabilities_information

uint16_t capabilities_information

Definition at line 43 of file reassoc_response.h.

◆ status_code

uint16_t status_code

Definition at line 44 of file reassoc_response.h.


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