UPnP: Removed shadowed variable
[wpasupplicant] / hostapd / eapol_sm.h
index f2ca800..f41ca13 100644 (file)
@@ -16,6 +16,7 @@
 #define EAPOL_SM_H
 
 #include "defs.h"
+#include "radius/radius.h"
 
 /* IEEE Std 802.1X-2004, Ch. 8.2 */
 
@@ -27,16 +28,6 @@ typedef unsigned int Counter;
 
 struct eap_sm;
 
-struct radius_attr_data {
-       u8 *data;
-       size_t len;
-};
-
-struct radius_class_data {
-       struct radius_attr_data *attr;
-       size_t count;
-};
-
 
 struct eapol_auth_config {
        int eap_reauth_period;
@@ -56,6 +47,7 @@ struct eapol_auth_config {
        int pac_key_refresh_time;
        int eap_sim_aka_result_ind;
        int tnc;
+       struct wps_context *wps;
 
        /*
         * Pointer to hostapd data. This is a temporary workaround for