mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
Replace printf with wpa_printf debug message
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
b72e14e599
commit
24d110dca3
@ -96,8 +96,9 @@ void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (res && errno != ENOENT) {
|
if (res && errno != ENOENT) {
|
||||||
printf("Could not set station " MACSTR " flags for kernel "
|
wpa_printf(MSG_DEBUG, "Could not set station " MACSTR
|
||||||
"driver (errno=%d).\n", MAC2STR(sta->addr), errno);
|
" flags for kernel driver (errno=%d).",
|
||||||
|
MAC2STR(sta->addr), errno);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (authorized) {
|
if (authorized) {
|
||||||
|
Loading…
Reference in New Issue
Block a user