automake build system
[mech_eap.orig] / src / rsn_supp / wpa_i.h
index fb80afd..618c090 100644 (file)
@@ -82,6 +82,7 @@ struct wpa_sm {
        unsigned int mgmt_group_cipher;
 
        int rsn_enabled; /* Whether RSN is enabled in configuration */
+       int mfp; /* 0 = disabled, 1 = optional, 2 = mandatory */
 
        u8 *assoc_wpa_ie; /* Own WPA/RSN IE from (Re)AssocReq */
        size_t assoc_wpa_ie_len;
@@ -107,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 */
 };