From: Johannes Berg Date: Thu, 24 Feb 2011 14:11:57 +0000 (+0100) Subject: report IBSS RSN X-Git-Tag: v3.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f10169568ececba5d9f35c136c6475742a8487;p=thirdparty%2Fiw.git report IBSS RSN --- diff --git a/info.c b/info.c index bc87eaa..fac62f2 100644 --- a/info.c +++ b/info.c @@ -222,6 +222,10 @@ static int print_phy_handler(struct nl_msg *msg, void *arg) } } + if (tb_msg[NL80211_ATTR_SUPPORT_IBSS_RSN]) { + printf("\tDevice supports RSN-IBSS.\n"); + } + return NL_SKIP; }