libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
common.h File Reference
#include "../../misc/security.h"
#include "../tag.h"
#include <stdint.h>
#include <stdlib.h>

Go to the source code of this file.

Data Structures

struct  libwifi_bss
 
struct  libwifi_sta
 

Macros

#define LIBWIFI_BSS   0
 
#define LIBWIFI_STA   1
 

Functions

static void libwifi_free_bss (struct libwifi_bss *bss)
 
static void libwifi_free_sta (struct libwifi_sta *sta)
 

Macro Definition Documentation

◆ LIBWIFI_BSS

#define LIBWIFI_BSS   0

Definition at line 24 of file common.h.

◆ LIBWIFI_STA

#define LIBWIFI_STA   1

Definition at line 25 of file common.h.

Function Documentation

◆ libwifi_free_bss()

static void libwifi_free_bss ( struct libwifi_bss bss)
inlinestatic

Definition at line 64 of file common.h.

◆ libwifi_free_sta()

static void libwifi_free_sta ( struct libwifi_sta sta)
inlinestatic

Definition at line 97 of file common.h.