add max # scan SSIDs
diff --git a/info.c b/info.c
index 5f24df2..bb6f7ce 100644
--- a/info.c
+++ b/info.c
@@ -105,6 +105,10 @@
 		}
 	}
 
+	if (tb_msg[NL80211_ATTR_MAX_NUM_SCAN_SSIDS])
+		printf("\tmax # scan SSIDs: %d\n",
+		       nla_get_u8(tb_msg[NL80211_ATTR_MAX_NUM_SCAN_SSIDS]));
+
 	if (!tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES])
 		return NL_SKIP;