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
1 changed files with 4 additions and 0 deletions

View File

@ -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 },
{ }
};