From: Jouni Malinen Date: Sun, 18 Jul 2010 03:33:34 +0000 (-0700) Subject: Add some more debug for driver events X-Git-Tag: hostap-1-bp~1252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b7124b27f2ed015ea5cd1f3a89643ba4a91ce21;p=thirdparty%2Fhostap.git Add some more debug for driver events --- diff --git a/wpa_supplicant/events.c b/wpa_supplicant/events.c index a36c467b0..55da6f571 100644 --- a/wpa_supplicant/events.c +++ b/wpa_supplicant/events.c @@ -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);