Removed mac_addr from eapol_ctx to fix the eapol_test build
[wpasupplicant] / wpa_supplicant / wpa_supplicant_i.h
index a8fb6d2..ab7aa94 100644 (file)
@@ -338,6 +338,8 @@ struct wpa_supplicant {
        int pending_mic_error_report;
        int pending_mic_error_pairwise;
        int mic_errors_seen; /* Michael MIC errors with the current PTK */
+
+       struct wps_context *wps;
 };