From 7744c38ec17840fdb408249916d5753a85bff6e5 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 30 Apr 2015 17:47:23 -0500 Subject: [PATCH] monitor: Add Beacon Loss Event entry --- monitor/nlmon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 115b5f2e..5721e674 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -1578,6 +1578,7 @@ static const struct attr_entry cqm_table[] = { { NL80211_ATTR_CQM_TXE_RATE, "TX error rate", ATTR_U32 }, { NL80211_ATTR_CQM_TXE_PKTS, "TX error packets", ATTR_U32 }, { NL80211_ATTR_CQM_TXE_INTVL, "TX error interval", ATTR_U32 }, + { NL80211_ATTR_CQM_BEACON_LOSS_EVENT, "Beacon Loss Event", ATTR_FLAG }, { } };