From: Jouni Malinen Date: Mon, 27 May 2013 17:32:54 +0000 (+0300) Subject: nl80211: Add debug print for set_supp_port operation X-Git-Tag: aosp-kk-from-upstream~205 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ba51ec02b05ba265ef1a85a0d64e03e235bdda2;p=thirdparty%2Fhostap.git nl80211: Add debug print for set_supp_port operation Signed-hostap: Jouni Malinen --- diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index d9be55255..4e7f86d46 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -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;