mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
wpa_priv: Print unsupported driver event name in debug log
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
c968f2d56c
commit
d01136a06e
@ -903,8 +903,8 @@ void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
|
||||
wpa_priv_send_ft_response(iface, data);
|
||||
break;
|
||||
default:
|
||||
wpa_printf(MSG_DEBUG, "Unsupported driver event %d - TODO",
|
||||
event);
|
||||
wpa_printf(MSG_DEBUG, "Unsupported driver event %d (%s) - TODO",
|
||||
event, event_to_string(event));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user