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

Reassociation Request Layout ─────────────────────────────── ┌───────────────────────────────┐ │ Header │ Bytes: 24 ├───────────────────────────────┤ │ Fixed Parameters │ Bytes: 10 │┌─────────────────────────────┐│ ││ capabilities ││ Bytes: 2 │├─────────────────────────────┤│ ││ interval ││ Bytes: 2 │├─────────────────────────────┤│ ││ current AP address ││ Bytes: 6 │└─────────────────────────────┘│ ├───────────────────────────────┤ │ Tagged Parameters │ Bytes: Variable └───────────────────────────────┘ More...

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

Data Fields

uint16_t capabilities_information
 
uint16_t listen_interval
 
unsigned char current_ap_address [6]
 

Detailed Description

Reassociation Request Layout ─────────────────────────────── ┌───────────────────────────────┐ │ Header │ Bytes: 24 ├───────────────────────────────┤ │ Fixed Parameters │ Bytes: 10 │┌─────────────────────────────┐│ ││ capabilities ││ Bytes: 2 │├─────────────────────────────┤│ ││ interval ││ Bytes: 2 │├─────────────────────────────┤│ ││ current AP address ││ Bytes: 6 │└─────────────────────────────┘│ ├───────────────────────────────┤ │ Tagged Parameters │ Bytes: Variable └───────────────────────────────┘

Definition at line 42 of file reassoc_request.h.

Field Documentation

◆ capabilities_information

uint16_t capabilities_information

Definition at line 43 of file reassoc_request.h.

◆ current_ap_address

unsigned char current_ap_address[6]

Definition at line 45 of file reassoc_request.h.

◆ listen_interval

uint16_t listen_interval

Definition at line 44 of file reassoc_request.h.


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