libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
libwifi.h
Go to the documentation of this file.
1#ifndef LIBWIFI_H
2#define LIBWIFI_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#include "libwifi/core/core.h"
70
71#ifdef __cplusplus
72}
73#endif
74
75#endif /* LIBWIFI_H */