monitor: The BSS status attribute is a 32-bit unsigned integer

This commit is contained in:
Marcel Holtmann 2014-08-09 10:38:23 -07:00
parent c2a29e0499
commit ebeeb143cb
1 changed files with 1 additions and 1 deletions

View File

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