]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Add debug print for set_supp_port operation
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 27 May 2013 17:32:54 +0000 (20:32 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 27 May 2013 17:32:54 +0000 (20:32 +0300)
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

src/drivers/driver_nl80211.c

index d9be55255a2bbeb87516e4a40d5767a67a672589..4e7f86d462ee4d4225004a042e4807f433a6c7db 100644 (file)
@@ -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;