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 a36c467..55da6f5 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);