automake build system
[mech_eap.orig] / src / rsn_supp / wpa_i.h
index 929b06b..618c090 100644 (file)
@@ -108,6 +108,9 @@ struct wpa_sm {
        int over_the_ds_in_progress;
        u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */
        int set_ptk_after_assoc;
+       u8 mdie_ft_capab; /* FT Capability and Policy from target AP MDIE */
+       u8 *assoc_resp_ies; /* MDIE and FTIE from (Re)Association Response */
+       size_t assoc_resp_ies_len;
 #endif /* CONFIG_IEEE80211R */
 };