mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-01 05:54:08 +01:00
monitor: Decode more ATTR_BSS nested elements
This commit is contained in:
parent
7df688e11b
commit
b86dcab024
@ -1767,6 +1767,8 @@ static const struct attr_entry bss_table[] = {
|
|||||||
{ NL80211_BSS_BEACON_IES, "Beacon IEs",
|
{ NL80211_BSS_BEACON_IES, "Beacon IEs",
|
||||||
ATTR_CUSTOM, { .function = print_ie } },
|
ATTR_CUSTOM, { .function = print_ie } },
|
||||||
{ NL80211_BSS_CHAN_WIDTH, "Chan Width", ATTR_U32 },
|
{ NL80211_BSS_CHAN_WIDTH, "Chan Width", ATTR_U32 },
|
||||||
|
{ NL80211_BSS_BEACON_TSF, "Beacon TSF", ATTR_U64 },
|
||||||
|
{ NL80211_BSS_PRESP_DATA, "Probe Response", ATTR_FLAG },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user