mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
nl80211: Add debug print for set_supp_port operation
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
add9b7a46a
commit
1ba51ec02b
@ -7814,6 +7814,9 @@ static int wpa_driver_nl80211_set_supp_port(void *priv, int authorized)
|
||||
struct nl_msg *msg;
|
||||
struct nl80211_sta_flag_update upd;
|
||||
|
||||
wpa_printf(MSG_DEBUG, "nl80211: Set supplicant port %sauthorized for "
|
||||
MACSTR, authorized ? "" : "un", MAC2STR(drv->bssid));
|
||||
|
||||
msg = nlmsg_alloc();
|
||||
if (!msg)
|
||||
return -ENOMEM;
|
||||
|
Loading…
Reference in New Issue
Block a user