From: Johannes Berg Date: Mon, 6 Jan 2014 16:22:00 +0000 (+0100) Subject: info: print something for T-DLS support X-Git-Tag: v3.14~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b4a19894ece2ea7cd47a8b30843ce7daa49452c;p=thirdparty%2Fiw.git info: print something for T-DLS support --- diff --git a/info.c b/info.c index b2eef15..a696503 100644 --- 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;