mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
netdev: Print handshake failure reason code
This commit is contained in:
parent
9e8850c423
commit
92cf0446a1
@ -1308,7 +1308,8 @@ static void netdev_handshake_failed(uint32_t ifindex,
|
|||||||
if (!netdev)
|
if (!netdev)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
l_error("4-Way handshake failed for ifindex: %d", ifindex);
|
l_error("4-Way handshake failed for ifindex: %d, reason: %u",
|
||||||
|
ifindex, reason_code);
|
||||||
|
|
||||||
netdev->sm = NULL;
|
netdev->sm = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user