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

Go to the source code of this file.

Data Structures

struct  libwifi_auth_fixed_parameters
 
struct  libwifi_auth
 

Functions

struct libwifi_auth_fixed_parameters __attribute__ ((packed))
 

Variables

uint16_t algorithm_number
 
uint16_t transaction_sequence
 
uint16_t status_code
 
struct libwifi_mgmt_unordered_frame_header frame_header
 
struct libwifi_auth_fixed_parameters fixed_parameters
 
struct libwifi_tagged_parameters tags
 

Function Documentation

◆ __attribute__()

struct libwifi_auth_fixed_parameters __attribute__ ( (packed)  )

Variable Documentation

◆ algorithm_number

uint16_t algorithm_number

Definition at line 0 of file authentication.h.

◆ fixed_parameters

struct libwifi_auth_fixed_parameters fixed_parameters

Definition at line 1 of file authentication.h.

◆ frame_header

Definition at line 0 of file authentication.h.

◆ status_code

uint16_t status_code

Definition at line 2 of file authentication.h.

◆ tags

Definition at line 2 of file authentication.h.

◆ transaction_sequence

uint16_t transaction_sequence

Definition at line 1 of file authentication.h.