Removed mac_addr from eapol_ctx to fix the eapol_test build
[wpasupplicant] / wpa_supplicant / wpa_supplicant_i.h
index 9afae2a..ab7aa94 100644 (file)
@@ -334,6 +334,12 @@ struct wpa_supplicant {
        struct wpa_client_mlme mlme;
        int use_client_mlme;
        int driver_4way_handshake;
+
+       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;
 };