From b86dcab024c46b713aca96a7a461280396018fa9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 11 Jun 2015 18:27:37 -0500 Subject: [PATCH] monitor: Decode more ATTR_BSS nested elements --- monitor/nlmon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 7d049eb8..a2ee5b1b 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -1767,6 +1767,8 @@ static const struct attr_entry bss_table[] = { { NL80211_BSS_BEACON_IES, "Beacon IEs", ATTR_CUSTOM, { .function = print_ie } }, { NL80211_BSS_CHAN_WIDTH, "Chan Width", ATTR_U32 }, + { NL80211_BSS_BEACON_TSF, "Beacon TSF", ATTR_U64 }, + { NL80211_BSS_PRESP_DATA, "Probe Response", ATTR_FLAG }, { } };