mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
Include config.h explicitly into files that actually use it
hostapd.h does not need to include config.h.
This commit is contained in:
parent
97234b5073
commit
b1c0e29733
@ -18,6 +18,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "ieee802_11.h"
|
||||
#include "eloop.h"
|
||||
#include "sta_info.h"
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "uuid.h"
|
||||
#include "eap_common/eap_wsc_common.h"
|
||||
#include "sta_info.h"
|
||||
#include "config.h"
|
||||
|
||||
|
||||
#define MAX_STA_COUNT 2007
|
||||
|
@ -59,6 +59,7 @@
|
||||
#include "wireless_copy.h"
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "driver.h"
|
||||
#include "eloop.h"
|
||||
#include "priv_netlink.h"
|
||||
|
@ -31,6 +31,7 @@
|
||||
#undef WPA_OUI_TYPE
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "driver.h"
|
||||
#include "eloop.h"
|
||||
#include "l2_packet/l2_packet.h"
|
||||
|
@ -33,6 +33,7 @@
|
||||
#endif /* USE_KERNEL_HEADERS */
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "driver.h"
|
||||
#include "eloop.h"
|
||||
#include "priv_netlink.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
#define DRIVER_I_H
|
||||
|
||||
#include "driver.h"
|
||||
#include "config.h"
|
||||
|
||||
static inline void *
|
||||
hostapd_driver_init(struct hostapd_data *hapd)
|
||||
|
@ -56,6 +56,7 @@
|
||||
#include "wireless_copy.h"
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "driver.h"
|
||||
#include "eloop.h"
|
||||
#include "priv_netlink.h"
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "driver.h"
|
||||
#include "eloop.h"
|
||||
#include "hw_features.h"
|
||||
|
@ -36,6 +36,7 @@
|
||||
#endif /* USE_KERNEL_HEADERS */
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "driver.h"
|
||||
#include "ieee802_1x.h"
|
||||
#include "eloop.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include <dirent.h>
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "driver.h"
|
||||
#include "sha1.h"
|
||||
#include "eloop.h"
|
||||
|
@ -29,6 +29,7 @@
|
||||
#endif /* USE_KERNEL_HEADERS */
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "eloop.h"
|
||||
#include "sta_info.h"
|
||||
#include "driver.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#include "common.h"
|
||||
#include "hostapd_defs.h"
|
||||
#include "config.h"
|
||||
|
||||
struct wpa_driver_ops;
|
||||
struct wpa_ctrl_dst;
|
||||
|
@ -47,6 +47,7 @@
|
||||
#endif /* USE_KERNEL_HEADERS */
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "ieee802_11.h"
|
||||
#include "iapp.h"
|
||||
#include "eloop.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
#ifndef CONFIG_NATIVE_WINDOWS
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "ieee802_11.h"
|
||||
#include "ieee802_11_auth.h"
|
||||
#include "radius/radius.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
#ifdef CONFIG_RSN_PREAUTH
|
||||
|
||||
#include "hostapd.h"
|
||||
#include "config.h"
|
||||
#include "l2_packet/l2_packet.h"
|
||||
#include "ieee802_1x.h"
|
||||
#include "eloop.h"
|
||||
|
Loading…
Reference in New Issue
Block a user