X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=hostapd%2Fwps_hostapd.c;h=e82a74f1ccad0107468ad31c6f8ca79d80df12b9;hb=03da66bd59567c90dc3b3b0892c3346472a0b413;hp=1ca0ff9ac131815661e24a35a2e50f8908b2c16f;hpb=90973fb2fd4d9d3a6982e42581b08fafc145877b;p=libeap.git diff --git a/hostapd/wps_hostapd.c b/hostapd/wps_hostapd.c index 1ca0ff9..e82a74f 100644 --- a/hostapd/wps_hostapd.c +++ b/hostapd/wps_hostapd.c @@ -14,20 +14,22 @@ #include "includes.h" -#include "hostapd.h" -#include "driver_i.h" +#include "common.h" #include "eloop.h" #include "uuid.h" +#include "crypto/dh_groups.h" #include "common/wpa_ctrl.h" #include "common/ieee802_11_defs.h" #include "common/ieee802_11_common.h" -#include "sta_info.h" -#include "eapol_sm.h" +#include "eapol_auth/eapol_auth_sm.h" #include "wps/wps.h" #include "wps/wps_defs.h" #include "wps/wps_dev_attr.h" +#include "hostapd.h" +#include "driver_i.h" +#include "sta_flags.h" +#include "sta_info.h" #include "wps_hostapd.h" -#include "dh_groups.h" #ifdef CONFIG_WPS_UPNP