From: Jouni Malinen Date: Fri, 7 Jun 2013 17:04:12 +0000 (+0300) Subject: Remove compiler warnings if TDLS is enabled without WPA2 X-Git-Tag: aosp-kk-from-upstream~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aaa6955a8482514fd1cca70915fae7f0caa1ce8;p=thirdparty%2Fhostap.git Remove compiler warnings if TDLS is enabled without WPA2 Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/wpas_glue.c b/wpa_supplicant/wpas_glue.c index 40720c5e4..61a42bd0c 100644 --- a/wpa_supplicant/wpas_glue.c +++ b/wpa_supplicant/wpas_glue.c @@ -513,8 +513,6 @@ static int wpa_supplicant_mark_authenticated(void *ctx, const u8 *target_ap) } #endif /* CONFIG_IEEE80211R */ -#endif /* CONFIG_NO_WPA */ - #ifdef CONFIG_TDLS @@ -596,6 +594,8 @@ static int wpa_supplicant_tdls_peer_addset( #endif /* CONFIG_TDLS */ +#endif /* CONFIG_NO_WPA */ + enum wpa_ctrl_req_type wpa_supplicant_ctrl_req_from_string(const char *field) {