From c5838683a8b46ad22602400453f807bd611144d1 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 31 Dec 2013 19:37:15 +0200 Subject: [PATCH] Mark wpas_wps_er_nfc_handover_sel() static This is not used outside wps_supplicant.c. Signed-hostap: Jouni Malinen --- wpa_supplicant/wps_supplicant.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wpa_supplicant/wps_supplicant.c b/wpa_supplicant/wps_supplicant.c index 51d47c392..277201eac 100644 --- a/wpa_supplicant/wps_supplicant.c +++ b/wpa_supplicant/wps_supplicant.c @@ -2224,8 +2224,9 @@ struct wpabuf * wpas_wps_nfc_handover_req(struct wpa_supplicant *wpa_s, int cr) #ifdef CONFIG_WPS_NFC -struct wpabuf * wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, - int ndef, const char *uuid) +static struct wpabuf * +wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, + const char *uuid) { #ifdef CONFIG_WPS_ER struct wpabuf *ret;