libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
assoc_request.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_req_fixed_parameters
 
struct  libwifi_assoc_req
 

Functions

struct libwifi_assoc_req_fixed_parameters __attribute__ ((packed))
 

Variables

uint16_t capabilities_information
 
uint16_t listen_interval
 
struct libwifi_mgmt_unordered_frame_header frame_header
 
struct libwifi_assoc_req_fixed_parameters fixed_parameters
 
struct libwifi_tagged_parameters tags
 

Function Documentation

◆ __attribute__()

struct libwifi_assoc_req_fixed_parameters __attribute__ ( (packed)  )

Variable Documentation

◆ capabilities_information

uint16_t capabilities_information

Definition at line 0 of file assoc_request.h.

◆ fixed_parameters

struct libwifi_assoc_req_fixed_parameters fixed_parameters

Definition at line 1 of file assoc_request.h.

◆ frame_header

Definition at line 0 of file assoc_request.h.

◆ listen_interval

uint16_t listen_interval

Definition at line 1 of file assoc_request.h.

◆ tags

Definition at line 2 of file assoc_request.h.