3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 03:18:46 +02:00

monitor: print START_TIME_TSF/BSSID values

This commit is contained in:
James Prestwood 2019-11-20 09:31:41 -08:00 committed by Denis Kenzior
parent c1c2ca5e7f
commit 05c8a1af47

View File

@ -5578,6 +5578,10 @@ static const struct attr_entry attr_table[] = {
"FTM Responder" }, "FTM Responder" },
{ NL80211_ATTR_FTM_RESPONDER_STATS, { NL80211_ATTR_FTM_RESPONDER_STATS,
"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 },
{ } { }
}; };