monitor: Dump more scan attributes

This commit is contained in:
Denis Kenzior 2021-02-03 11:00:40 -06:00
parent bb7c515887
commit 6a7c7df7fd
1 changed files with 3 additions and 0 deletions

View File

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