Browse Source

Fix CONFIG_SME build without CONFIG_IEEE80211W

Jouni Malinen 14 years ago
parent
commit
5e8b237864
1 changed files with 2 additions and 0 deletions
  1. 2 0
      wpa_supplicant/wpa_supplicant.c

+ 2 - 0
wpa_supplicant/wpa_supplicant.c

@@ -424,7 +424,9 @@ static void wpa_supplicant_cleanup(struct wpa_supplicant *wpa_s)
 	os_free(wpa_s->sme.ft_ies);
 	wpa_s->sme.ft_ies = NULL;
 	wpa_s->sme.ft_ies_len = 0;
+#ifdef CONFIG_IEEE80211W
 	sme_stop_sa_query(wpa_s);
+#endif /* CONFIG_IEEE80211W */
 #endif /* CONFIG_SME */
 
 #ifdef CONFIG_AP