]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add some more debug for driver events
authorJouni Malinen <jouni.malinen@atheros.com>
Sun, 18 Jul 2010 03:33:34 +0000 (20:33 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 18 Jul 2010 03:33:34 +0000 (20:33 -0700)
wpa_supplicant/events.c

index a36c467b07a8b2498ba90faff1df75a5b4d212bb..55da6f571cce14625609f520e39a6d9690f21a80 100644 (file)
@@ -1610,6 +1610,9 @@ void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
                return;
        }
 
+       wpa_printf(MSG_DEBUG, "Event %d received on interface %s",
+                  event, wpa_s->ifname);
+
        switch (event) {
        case EVENT_AUTH:
                sme_event_auth(wpa_s, data);