Lines Matching refs:cqm
2550 struct nlattr *cqm[NL80211_ATTR_CQM_MAX + 1];
2557 nla_parse_nested(cqm, NL80211_ATTR_CQM_MAX, tb[NL80211_ATTR_CQM],
2559 wpa_printf(MSG_DEBUG, "nl80211: Ignore invalid CQM event");
2565 if (cqm[NL80211_ATTR_CQM_PKT_LOSS_EVENT]) {
2574 if (cqm[NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT] == NULL)
2576 event = nla_get_u32(cqm[NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT]);
10981 struct nlattr *cqm;
10995 cqm = nla_nest_start(msg, NL80211_ATTR_CQM);
10996 if (cqm == NULL)
11001 nla_nest_end(msg, cqm);