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;
 }