stub ap wireless

This commit is contained in:
vemax78
2013-05-02 21:32:03 +02:00
parent ff305fcc3a
commit a0c8bc73df
10 changed files with 1818 additions and 13 deletions

View File

@ -16,6 +16,10 @@
#include <sys/time.h>
#include <net/if.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* Endian */
#if __BYTE_ORDER == __BIG_ENDIAN
#define CAPWAP_BIG_ENDIAN
@ -32,11 +36,6 @@
#define min(a,b) ((a) <= (b) ? (a) : (b))
#endif
/* config */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* UDPLite */
#ifdef HAVE_NETINET_UDPLITE_H
#include <netinet/udplite.h>