mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
monitor: The BSS status attribute is a 32-bit unsigned integer
This commit is contained in:
parent
c2a29e0499
commit
ebeeb143cb
@ -166,7 +166,7 @@ static const struct attr_entry bss_table[] = {
|
||||
{ NL80211_BSS_INFORMATION_ELEMENTS, "IEs", ATTR_BINARY },
|
||||
{ NL80211_BSS_SIGNAL_MBM, "Signal mBm", ATTR_S32 },
|
||||
{ NL80211_BSS_SIGNAL_UNSPEC, "Signal Unspec",ATTR_U8 },
|
||||
{ NL80211_BSS_STATUS, "Status", ATTR_FLAG },
|
||||
{ NL80211_BSS_STATUS, "Status", ATTR_U32 },
|
||||
{ NL80211_BSS_SEEN_MS_AGO, "Seen ms ago", ATTR_U32 },
|
||||
{ NL80211_BSS_BEACON_IES, "Beacon IEs", ATTR_BINARY },
|
||||
{ NL80211_BSS_CHAN_WIDTH, "Chan Width", ATTR_U32 },
|
||||
|
Loading…
Reference in New Issue
Block a user