commit | 9b4a19894ece2ea7cd47a8b30843ce7daa49452c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Jan 06 17:22:00 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Jan 06 17:22:00 2014 +0100 |
tree | 558a04d683e704e4705eea9ef3d86faee7478ffc | |
parent | 771051c015c1f560ae80d476574f66dd7303b52f [diff] [blame] |
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 @@ 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;