From: Johannes Berg Date: Tue, 4 Oct 2011 12:00:47 +0000 (+0200) Subject: print roam capability X-Git-Tag: v3.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e4f65ca05f4dfb3b01638e69651c9bba942d3b7;p=thirdparty%2Fiw.git 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 @@ broken_combination: } } + if (tb_msg[NL80211_ATTR_ROAM_SUPPORT]) + printf("\tDevice supports roaming.\n"); + return NL_SKIP; }