From 6a7c7df7fdf99d9bd82891b4a419ba8c9e82928a Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 3 Feb 2021 11:00:40 -0600 Subject: [PATCH] monitor: Dump more scan attributes --- monitor/nlmon.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 9fc85329..586f97ad 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -4890,6 +4890,9 @@ static const struct attr_entry bss_table[] = { { NL80211_BSS_BEACON_TSF, "Beacon TSF", ATTR_U64 }, { NL80211_BSS_PRESP_DATA, "Probe Response", ATTR_FLAG }, { NL80211_BSS_PARENT_TSF, "Parent TSF", ATTR_U64 }, + { NL80211_BSS_PARENT_BSSID, "Parent BSSID", ATTR_ADDRESS }, + { NL80211_BSS_LAST_SEEN_BOOTTIME, "Timestamp", ATTR_U64 }, + { NL80211_BSS_FREQUENCY_OFFSET, "Freq Offset", ATTR_U32 }, { } };