mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 16:58:41 -05:00
nl80211: Show remain-on-channel duration in debug output
This commit is contained in:
parent
26af9dcaef
commit
15ed5535ad
@ -5132,7 +5132,8 @@ static int wpa_driver_nl80211_remain_on_channel(void *priv, unsigned int freq,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
wpa_printf(MSG_DEBUG, "nl80211: Failed to request remain-on-channel "
|
wpa_printf(MSG_DEBUG, "nl80211: Failed to request remain-on-channel "
|
||||||
"(freq=%d): %d (%s)", freq, ret, strerror(-ret));
|
"(freq=%d duration=%u): %d (%s)",
|
||||||
|
freq, duration, ret, strerror(-ret));
|
||||||
nla_put_failure:
|
nla_put_failure:
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user