]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
info: print something for T-DLS support
authorJohannes Berg <johannes.berg@intel.com>
Mon, 6 Jan 2014 16:22:00 +0000 (17:22 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 6 Jan 2014 16:22:00 +0000 (17:22 +0100)
info.c

diff --git a/info.c b/info.c
index b2eef159fb341e73bb834d6772f78e03ea03b516..a6965035d1da9273810dc968497a587b1a2c46a0 100644 (file)
--- a/info.c
+++ b/info.c
@@ -534,6 +534,9 @@ broken_combination:
                        printf("\tDevice supports AP scan.\n");
        }
 
+       if (tb_msg[NL80211_ATTR_TDLS_SUPPORT])
+               printf("\tDevice supports T-DLS.\n");
+
        if (tb_msg[NL80211_ATTR_COALESCE_RULE]) {
                struct nl80211_coalesce_rule_support *rule;
                struct nl80211_pattern_support *pat;