From ebeeb143cbc97375ab8bf78ecd62aa688eef2522 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 9 Aug 2014 10:38:23 -0700 Subject: [PATCH] monitor: The BSS status attribute is a 32-bit unsigned integer --- monitor/nlmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 482bfbc1..94062501 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -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 },