FT: Copy FT Capability and Policy to MDIE from target AP
[libeap.git] / wpa_supplicant / wpa_supplicant.c
index 6748735..c5387bf 100644 (file)
@@ -1040,7 +1040,7 @@ void wpa_supplicant_associate(struct wpa_supplicant *wpa_s,
                wpa_sm_set_ft_params(wpa_s->wpa, md, NULL, 0, NULL);
                if (md) {
                        /* Prepare for the next transition */
-                       wpa_ft_prepare_auth_request(wpa_s->wpa);
+                       wpa_ft_prepare_auth_request(wpa_s->wpa, ie);
                }
 #endif /* CONFIG_IEEE80211R */
 #ifdef CONFIG_WPS