nl80211: Add debug print for set_supp_port operation

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2013-05-27 20:32:54 +03:00 committed by Jouni Malinen
parent add9b7a46a
commit 1ba51ec02b

View File

@ -7814,6 +7814,9 @@ static int wpa_driver_nl80211_set_supp_port(void *priv, int authorized)
struct nl_msg *msg; struct nl_msg *msg;
struct nl80211_sta_flag_update upd; 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(); msg = nlmsg_alloc();
if (!msg) if (!msg)
return -ENOMEM; return -ENOMEM;