From: Jouni Malinen Date: Sun, 11 Apr 2010 16:49:32 +0000 (+0300) Subject: FT: Fix wpa_sm_set_ft_params wrapper for non-FT build X-Git-Tag: hostap_0_7_2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087f0254d71c5c95555e15f0e88f81f2fae6b46c;p=thirdparty%2Fhostap.git FT: Fix wpa_sm_set_ft_params wrapper for non-FT build --- diff --git a/src/rsn_supp/wpa.h b/src/rsn_supp/wpa.h index 612f6456e..f1a555413 100644 --- a/src/rsn_supp/wpa.h +++ b/src/rsn_supp/wpa.h @@ -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; }