Parcourir la source

Add some more debug for driver events

Jouni Malinen il y a 14 ans
Parent
commit
9b7124b27f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      wpa_supplicant/events.c

+ 3 - 0
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);