]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/wpa_auth_i.h
DPP2: PFS for PTK derivation
[thirdparty/hostap.git] / src / ap / wpa_auth_i.h
index a3164d26558be0da2eb667ceb08a934b09baedfb..3dcf77aa9aec3091f60702a1a92456e372ca4e92 100644 (file)
@@ -151,6 +151,10 @@ struct wpa_state_machine {
        unsigned int fils_completed:1;
 #endif /* CONFIG_FILS */
 
+#ifdef CONFIG_DPP2
+       struct wpabuf *dpp_z;
+#endif /* CONFIG_DPP2 */
+
 #ifdef CONFIG_TESTING_OPTIONS
        void (*eapol_status_cb)(void *ctx1, void *ctx2);
        void *eapol_status_cb_ctx1;