]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
report IBSS RSN
authorJohannes Berg <johannes.berg@intel.com>
Thu, 24 Feb 2011 14:11:57 +0000 (15:11 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 24 Feb 2011 14:11:57 +0000 (15:11 +0100)
info.c

diff --git a/info.c b/info.c
index bc87eaae7bae0c7b0e285c9f936c86b7a6f9eb4d..fac62f2b629c0be31daaab2ceab978e9f9f9ff59 100644 (file)
--- 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;
 }