]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/wpa_supplicant_i.h
Delay processing of EAPOL frames when not associated
[thirdparty/hostap.git] / wpa_supplicant / wpa_supplicant_i.h
index 63984d8da0a9a1e8d79990e7a73c4e7077b231ba..e814f86b816005ade0a0d1472886a7f2b11d6fcc 100644 (file)
@@ -364,6 +364,10 @@ struct wpa_supplicant {
        int wps_success; /* WPS success event received */
        int blacklist_cleared;
 
+       struct wpabuf *pending_eapol_rx;
+       struct os_time pending_eapol_rx_time;
+       u8 pending_eapol_rx_src[ETH_ALEN];
+
        struct ibss_rsn *ibss_rsn;
 
 #ifdef CONFIG_SME