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

#include <libwifi/core/misc/llc.h>

Data Fields

uint8_t dsap
 
uint8_t ssap
 
uint8_t control
 
unsigned char oui [3]
 
uint16_t type
 

Detailed Description

Definition at line 25 of file llc.h.

Field Documentation

◆ control

uint8_t control

Definition at line 28 of file llc.h.

◆ dsap

uint8_t dsap

Definition at line 26 of file llc.h.

◆ oui

unsigned char oui[3]

Definition at line 29 of file llc.h.

◆ ssap

uint8_t ssap

Definition at line 27 of file llc.h.

◆ type

uint16_t type

Definition at line 30 of file llc.h.


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