Move EAP method registration away from src/eap_{peer,server}
[mech_eap.git] / hostapd / hostapd.h
index 511f617..1c6372c 100644 (file)
@@ -17,9 +17,6 @@
 #ifndef HOSTAPD_H
 #define HOSTAPD_H
 
-#include "common.h"
-#include "hostapd_defs.h"
-
 #define MAX_VLAN_ID 4094
 
 struct wpa_driver_ops;
@@ -186,4 +183,6 @@ int hostapd_register_probereq_cb(struct hostapd_data *hapd,
                                            const u8 *ie, size_t ie_len),
                                 void *ctx);
 
+int eap_server_register_methods(void);
+
 #endif /* HOSTAPD_H */