Add some more debug for driver events

This commit is contained in:
Jouni Malinen 2010-07-17 20:33:34 -07:00 committed by Jouni Malinen
parent 5bc0cdb721
commit 9b7124b27f

View file

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