From: Jouni Malinen Date: Tue, 29 Oct 2013 22:37:47 +0000 (+0200) Subject: nl80211: Add debug prints for NL80211_CMD_SET_STATION X-Git-Tag: hostap_2_1~734 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc706a3c3ad8d0ef8422c8822e1ec096b68d4fd;p=thirdparty%2Fhostap.git nl80211: Add debug prints for NL80211_CMD_SET_STATION Signed-hostap: Jouni Malinen --- diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index 79ab3dfb5..72564e7f6 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -8781,6 +8781,10 @@ static int i802_set_sta_vlan(struct i802_bss *bss, const u8 *addr, if (!msg) return -ENOMEM; + wpa_printf(MSG_DEBUG, "nl80211: %s[%d]: set_sta_vlan(" MACSTR + ", ifname=%s[%d], vlan_id=%d)", + bss->ifname, if_nametoindex(bss->ifname), + MAC2STR(addr), ifname, if_nametoindex(ifname), vlan_id); nl80211_cmd(drv, msg, 0, NL80211_CMD_SET_STATION); NLA_PUT_U32(msg, NL80211_ATTR_IFINDEX,