mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
nl80211: Write event name in debug log for ignored events
This makes it easier to understand debug logs from systems that have multiple interfaces. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
c9ead82d11
commit
7d43c7b2d6
@ -2648,8 +2648,9 @@ int process_global_event(struct nl_msg *msg, void *arg)
|
||||
}
|
||||
}
|
||||
wpa_printf(MSG_DEBUG,
|
||||
"nl80211: Ignored event (cmd=%d) for foreign interface (ifindex %d wdev 0x%llx)",
|
||||
gnlh->cmd, ifidx, (long long unsigned int) wdev_id);
|
||||
"nl80211: Ignored event %d (%s) for foreign interface (ifindex %d wdev 0x%llx)",
|
||||
gnlh->cmd, nl80211_command_to_string(gnlh->cmd),
|
||||
ifidx, (long long unsigned int) wdev_id);
|
||||
}
|
||||
|
||||
return NL_SKIP;
|
||||
|
Loading…
x
Reference in New Issue
Block a user