From: Jouni Malinen Date: Sun, 25 Nov 2012 13:47:43 +0000 (+0200) Subject: Mark sme_send_authentication() static X-Git-Tag: hostap_2_0~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=215ae884d67017f230df5dbbaf05b0a035114968;p=thirdparty%2Fhostap.git Mark sme_send_authentication() static This function is not used outside sme.c. Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/sme.c b/wpa_supplicant/sme.c index a4d96ae6c..e273cb3fd 100644 --- a/wpa_supplicant/sme.c +++ b/wpa_supplicant/sme.c @@ -80,9 +80,9 @@ static struct wpabuf * sme_auth_build_sae_confirm(struct wpa_supplicant *wpa_s) #endif /* CONFIG_SAE */ -void sme_send_authentication(struct wpa_supplicant *wpa_s, - struct wpa_bss *bss, struct wpa_ssid *ssid, - int start) +static void sme_send_authentication(struct wpa_supplicant *wpa_s, + struct wpa_bss *bss, struct wpa_ssid *ssid, + int start) { struct wpa_driver_auth_params params; struct wpa_ssid *old_ssid;