P2P: Add support for IP address assignment in 4-way handshake
[mech_eap.git] / src / ap / wpa_auth_ie.h
index 4999139..f945882 100644 (file)
@@ -39,6 +39,10 @@ struct wpa_eapol_ie_parse {
        const u8 *ftie;
        size_t ftie_len;
 #endif /* CONFIG_IEEE80211R */
+#ifdef CONFIG_P2P
+       const u8 *ip_addr_req;
+       const u8 *ip_addr_alloc;
+#endif /* CONFIG_P2P */
 };
 
 int wpa_parse_kde_ies(const u8 *buf, size_t len,