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

Go to the source code of this file.

Data Structures

struct  libwifi_assoc_resp_fixed_parameters
 
struct  libwifi_assoc_resp
 

Functions

struct libwifi_assoc_resp_fixed_parameters __attribute__ ((packed))
 

Variables

uint16_t capabilities_information
 
uint16_t status_code
 
uint16_t association_id
 
struct libwifi_mgmt_unordered_frame_header frame_header
 
struct libwifi_assoc_resp_fixed_parameters fixed_parameters
 
struct libwifi_tagged_parameters tags
 

Function Documentation

◆ __attribute__()

struct libwifi_assoc_resp_fixed_parameters __attribute__ ( (packed)  )

Variable Documentation

◆ association_id

uint16_t association_id

Definition at line 2 of file assoc_response.h.

◆ capabilities_information

uint16_t capabilities_information

Definition at line 0 of file assoc_response.h.

◆ fixed_parameters

struct libwifi_assoc_resp_fixed_parameters fixed_parameters

Definition at line 1 of file assoc_response.h.

◆ frame_header

Definition at line 0 of file assoc_response.h.

◆ status_code

uint16_t status_code

Definition at line 1 of file assoc_response.h.

◆ tags

Definition at line 2 of file assoc_response.h.