]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Mark function static
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 2 Jul 2014 10:07:44 +0000 (13:07 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 10:08:46 +0000 (13:08 +0300)
This function is not used outside this file.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/wpa_supplicant.c

index cf1b283ff67a151662a0e6b9ff554cb4e4edc9b6..8b4e1d0ec2f3150674cacf6699cf3bde34804876 100644 (file)
@@ -3155,8 +3155,8 @@ static int wpas_check_wowlan_trigger(const char *start, const char *trigger,
 }
 
 
-int wpas_set_wowlan_triggers(struct wpa_supplicant *wpa_s,
-                            struct wpa_driver_capa *capa)
+static int wpas_set_wowlan_triggers(struct wpa_supplicant *wpa_s,
+                                   struct wpa_driver_capa *capa)
 {
        struct wowlan_triggers triggers;
        char *start, *end, *buf;