]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
print roam capability
authorJohannes Berg <johannes.berg@intel.com>
Tue, 4 Oct 2011 12:00:47 +0000 (14:00 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Oct 2011 12:00:47 +0000 (14:00 +0200)
info.c

diff --git a/info.c b/info.c
index 559fd2add9316df3283d78192b9a4966f98e74ea..19d8299b0acab890479f72f00c97225a2f906b19 100644 (file)
--- a/info.c
+++ b/info.c
@@ -356,6 +356,9 @@ broken_combination:
                }
        }
 
+       if (tb_msg[NL80211_ATTR_ROAM_SUPPORT])
+               printf("\tDevice supports roaming.\n");
+
        return NL_SKIP;
 }