Mark wpas_wps_er_nfc_handover_sel() static
authorJouni Malinen <j@w1.fi>
Tue, 31 Dec 2013 17:37:15 +0000 (19:37 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 31 Dec 2013 17:37:15 +0000 (19:37 +0200)
This is not used outside wps_supplicant.c.

Signed-hostap: Jouni Malinen <j@w1.fi>

wpa_supplicant/wps_supplicant.c

index 51d47c3..277201e 100644 (file)
@@ -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;