diff --git a/wpa_supplicant/sme.c b/wpa_supplicant/sme.c index 39c80696a..f77f75177 100644 --- a/wpa_supplicant/sme.c +++ b/wpa_supplicant/sme.c @@ -1386,7 +1386,6 @@ void sme_event_auth(struct wpa_supplicant *wpa_s, union wpa_event_data *data) } -#ifdef CONFIG_FILS #ifdef CONFIG_IEEE80211R static void remove_ie(u8 *buf, size_t *len, u8 eid) { @@ -1401,7 +1400,6 @@ static void remove_ie(u8 *buf, size_t *len, u8 eid) } } #endif /* CONFIG_IEEE80211R */ -#endif /* CONFIG_FILS */ void sme_associate(struct wpa_supplicant *wpa_s, enum wpas_mode mode,