Added an optional mitigation mechanism for certain attacks against TKIP by
[libeap.git] / wpa_supplicant / wpa_supplicant_i.h
index 9afae2a..a8fb6d2 100644 (file)
@@ -334,6 +334,10 @@ 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 */
 };