Wireless Daemon for Linux
 help / color / mirror / Atom feed
* [PATCH 1/6] monitor: print START_TIME_TSF/BSSID values
@ 2019-11-20 17:25 James Prestwood
  2019-11-20 17:25 ` [PATCH 2/6] scan: parse parent TSF value in scan results James Prestwood
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: James Prestwood @ 2019-11-20 17:25 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

---
 monitor/nlmon.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/monitor/nlmon.c b/monitor/nlmon.c
index 94d16979..4c0e045f 100644
--- a/monitor/nlmon.c
+++ b/monitor/nlmon.c
@@ -5578,6 +5578,10 @@ static const struct attr_entry attr_table[] = {
 			"FTM Responder" },
 	{ NL80211_ATTR_FTM_RESPONDER_STATS,
 			"FTM Responder Stats" },
+	{ NL80211_ATTR_SCAN_START_TIME_TSF,
+			"Scan Start Time", ATTR_U64 },
+	{ NL80211_ATTR_SCAN_START_TIME_TSF_BSSID,
+			"Scan Start Time BSSID", ATTR_ADDRESS },
 	{ }
 };
 
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-20 17:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-20 17:25 [PATCH 1/6] monitor: print START_TIME_TSF/BSSID values James Prestwood
2019-11-20 17:25 ` [PATCH 2/6] scan: parse parent TSF value in scan results James Prestwood
2019-11-20 17:25 ` [PATCH 3/6] rrm: include actual parent TSF value James Prestwood
2019-11-20 17:25 ` [PATCH 4/6] scan: parse the scan start time James Prestwood
2019-11-20 17:25 ` [PATCH 5/6] rrm: include actual scan start time in report James Prestwood
2019-11-20 17:25 ` [PATCH 6/6] rrm: add packed struct for beacon reports James Prestwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox