libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | libwifi_logical_link_ctrl |
Macros | |
#define | XEROX_OUI "\x00\x00\x00" |
#define | LLC_TYPE_AUTH 0x888E |
Functions | |
struct libwifi_logical_link_ctrl | __attribute__ ((packed)) |
Variables | |
uint8_t | dsap |
uint8_t | ssap |
uint8_t | control |
unsigned char | oui [3] |
uint16_t | type |
struct libwifi_logical_link_ctrl __attribute__ | ( | (packed) | ) |