]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Mark sme_send_authentication() static
authorJouni Malinen <j@w1.fi>
Sun, 25 Nov 2012 13:47:43 +0000 (15:47 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 25 Nov 2012 13:47:43 +0000 (15:47 +0200)
This function is not used outside sme.c.

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

wpa_supplicant/sme.c

index a4d96ae6c266251b3f876564dee1e9c551bcd4d3..e273cb3fdf2c5c0c024c6a67ac8cc9a161e5917f 100644 (file)
@@ -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;