FT: Fix wpa_sm_set_ft_params wrapper for non-FT build
authorJouni Malinen <j@w1.fi>
Sun, 11 Apr 2010 16:49:32 +0000 (19:49 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 11 Apr 2010 16:49:32 +0000 (19:49 +0300)
src/rsn_supp/wpa.h

index 612f645..f1a5554 100644 (file)
@@ -298,8 +298,7 @@ int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
 #else /* CONFIG_IEEE80211R */
 
 static inline int
-wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *mobility_domain,
-                    const u8 *r0kh_id, const u8 *r1kh_id)
+wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len)
 {
        return 0;
 }