]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove unnecessary include file inclusion
authorJouni Malinen <j@w1.fi>
Sun, 13 Nov 2011 20:13:04 +0000 (22:13 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 13 Nov 2011 20:13:04 +0000 (22:13 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

16 files changed:
src/ap/drv_callbacks.c
src/ap/ieee802_1x.c
src/ap/wpa_auth_ft.c
src/crypto/crypto_internal-rsa.c
src/crypto/sha1-pbkdf2.c
src/crypto/sha1-tlsprf.c
src/eap_peer/eap_tnc.c
src/rsn_supp/preauth.c
src/rsn_supp/wpa_ft.c
src/wps/wps_common.c
src/wps/wps_ufd.c
wpa_supplicant/ap.c
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/dbus/dbus_old.c
wpa_supplicant/sme.c

index e4b55af49c61fad4aed96b3e41153c61375ffa16..142ceb7cd00d8fb9200bb86c6f73b15668c63a23 100644 (file)
@@ -19,7 +19,6 @@
 #include "drivers/driver.h"
 #include "common/ieee802_11_defs.h"
 #include "common/ieee802_11_common.h"
-#include "common/wpa_ctrl.h"
 #include "crypto/random.h"
 #include "p2p/p2p.h"
 #include "wps/wps.h"
 #include "sta_info.h"
 #include "accounting.h"
 #include "tkip_countermeasures.h"
-#include "iapp.h"
 #include "ieee802_1x.h"
 #include "wpa_auth.h"
-#include "wmm.h"
 #include "wps_hostapd.h"
 #include "ap_drv_ops.h"
 #include "ap_config.h"
index f3b23e64b0fc2667d900a60a76154c58607ae2c9..41d2644e7870172dd28a4382aac6abf6934e0fa2 100644 (file)
@@ -20,7 +20,6 @@
 #include "crypto/crypto.h"
 #include "crypto/random.h"
 #include "common/ieee802_11_defs.h"
-#include "common/wpa_ctrl.h"
 #include "radius/radius.h"
 #include "radius/radius_client.h"
 #include "eap_server/eap.h"
index 4a7d6193a016e6a59019561c8a298f31687f916c..2d1bbe4bb287877aa4cf69d9ddc936cc4836d7ed 100644 (file)
@@ -24,7 +24,6 @@
 #include "wmm.h"
 #include "wpa_auth.h"
 #include "wpa_auth_i.h"
-#include "wpa_auth_ie.h"
 
 
 #ifdef CONFIG_IEEE80211R
index 205042cf36311a8fd93d83d8e92c5e728ed6c8d4..7f0a5cf00b1aeb1ba3fbfad384f0b21f89986404 100644 (file)
@@ -17,7 +17,6 @@
 #include "common.h"
 #include "crypto.h"
 #include "tls/rsa.h"
-#include "tls/bignum.h"
 #include "tls/pkcs1.h"
 #include "tls/pkcs8.h"
 
index 11323de7a01e22b1520f69e78fc3800a8f5fdebf..9dac977f29451976304289127785c91f5795cbe0 100644 (file)
@@ -16,8 +16,6 @@
 
 #include "common.h"
 #include "sha1.h"
-#include "md5.h"
-#include "crypto.h"
 
 static int pbkdf2_sha1_f(const char *passphrase, const char *ssid,
                         size_t ssid_len, int iterations, unsigned int count,
index 2c8c029ecf49584cecfa421ca230172743349839..04f614cedfbb2bff0ca6570982b72a8f47b0131c 100644 (file)
@@ -17,7 +17,6 @@
 #include "common.h"
 #include "sha1.h"
 #include "md5.h"
-#include "crypto.h"
 
 
 /**
index 6c95f72c15071b55af51bbb7b6ce1ef994d26317..da288eb41ac03ca5c4a42d9fdcce20638309bda3 100644 (file)
@@ -15,7 +15,6 @@
 #include "includes.h"
 
 #include "common.h"
-#include "base64.h"
 #include "eap_i.h"
 #include "tncc.h"
 
index 6109f5e9f87344bb627ee8d983700346b7b1fa65..fefca83ab477a862b6b9cf1b1fbe157bdac8440c 100644 (file)
@@ -22,7 +22,6 @@
 #include "preauth.h"
 #include "pmksa_cache.h"
 #include "wpa_i.h"
-#include "common/ieee802_11_defs.h"
 
 
 #if defined(IEEE8021X_EAPOL) && !defined(CONFIG_NO_WPA2)
index f6fd7da098f25cde5d7676c75ccc9174b0949614..dbf59967be66cfabd5b22c00df64d482308fe9d2 100644 (file)
@@ -21,7 +21,6 @@
 #include "common/ieee802_11_common.h"
 #include "wpa.h"
 #include "wpa_i.h"
-#include "wpa_ie.h"
 
 #ifdef CONFIG_IEEE80211R
 
index 780d5f3c5f76f59a5a97d34e13ec3d29e9ff77f3..a8942e93a6b6cf777ec19deee1b46ee91ab4848c 100644 (file)
@@ -22,7 +22,6 @@
 #include "crypto/sha256.h"
 #include "crypto/random.h"
 #include "wps_i.h"
-#include "wps_dev_attr.h"
 
 
 void wps_kdf(const u8 *key, const u8 *label_prefix, size_t label_prefix_len,
index 1a911e1d4ceb23975e3b45e130b87e896a3906c6..61f65530eb5cfc81a87f231a146dd235eccef8e1 100644 (file)
@@ -16,7 +16,6 @@
 #include "common.h"
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/wait.h>
 #include <fcntl.h>
 #include <dirent.h>
 
index d08fc7c9b98d8b23446f934ed0525f328f29cb7a..10dd6269158682cba96656cd9345f132e84c17e6 100644 (file)
@@ -30,9 +30,6 @@
 #include "ap/ieee802_1x.h"
 #include "ap/wps_hostapd.h"
 #include "ap/ctrl_iface_ap.h"
-#include "eap_common/eap_defs.h"
-#include "eap_server/eap_methods.h"
-#include "eap_common/eap_wsc_common.h"
 #include "wps/wps.h"
 #include "common/ieee802_11_defs.h"
 #include "config_ssid.h"
index a67eadd54e2e9b170731056ab558ce997aefa304..f5f66c80ab44e05f1e08b778052030c5f425eb15 100644 (file)
@@ -27,7 +27,6 @@
 #include "dbus_dict_helpers.h"
 #include "dbus_new.h"
 #include "dbus_new_handlers.h"
-#include "dbus_common.h"
 #include "dbus_common_i.h"
 #include "dbus_new_handlers_p2p.h"
 #include "p2p/p2p.h"
index 9b88820c111bf6112575d0be94312e413ce196c0..e3526d460ea449df9512035c15c86096a591acb2 100644 (file)
@@ -25,7 +25,6 @@
 #include "../wpa_supplicant_i.h"
 #include "../driver_i.h"
 #include "../notify.h"
-#include "../wpas_glue.h"
 #include "../bss.h"
 #include "../scan.h"
 #include "../ctrl_iface.h"
index d255e142b3fa60701c163b23b37847f67454123f..71ab61e1a226dcbe5d593c37d90864d4dd91fa60 100644 (file)
@@ -23,7 +23,6 @@
 #include "../bss.h"
 #include "dbus_old.h"
 #include "dbus_old_handlers.h"
-#include "dbus_common.h"
 #include "dbus_common_i.h"
 
 
index da689d2ad9ee2d8f642c8568468cf10a1f767ffb..fe8be005b6281b8cd6856dffab6f324175c338cf 100644 (file)
@@ -29,7 +29,6 @@
 #include "wps_supplicant.h"
 #include "p2p_supplicant.h"
 #include "notify.h"
-#include "blacklist.h"
 #include "bss.h"
 #include "scan.h"
 #include "sme.h"