From: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> wpa_fils_is_completed was not defined. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> --- src/rsn_supp/wpa.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/rsn_supp/wpa.h b/src/rsn_supp/wpa.h index bee1c92..65f4282 100644 --- a/src/rsn_supp/wpa.h +++ b/src/rsn_supp/wpa.h @@ -340,6 +340,10 @@ static inline void wpa_sm_set_ptk_kck_kek(struct wpa_sm *sm, const u8 *ptk_kck, { } +static inline int wpa_fils_is_completed(struct wpa_sm *sm) +{ + return 0; +} #endif /* CONFIG_NO_WPA */ #ifdef CONFIG_PEERKEY -- 1.9.1 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap