commit | 2e4f65ca05f4dfb3b01638e69651c9bba942d3b7 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Oct 04 14:00:47 2011 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Oct 04 14:00:47 2011 +0200 |
tree | 5b6e8c247a1123a6773297545e950186c355dddd | |
parent | fa1bdd009c1ce3a774f32cc79a812d0e9288074c [diff] [blame] |
print roam capability
diff --git a/info.c b/info.c index 559fd2a..19d8299 100644 --- a/info.c +++ b/info.c
@@ -356,6 +356,9 @@ } } + if (tb_msg[NL80211_ATTR_ROAM_SUPPORT]) + printf("\tDevice supports roaming.\n"); + return NL_SKIP; }