Searched refs:cqm_evt (Results 1 – 2 of 2) sorted by relevance
240 int cqm_evt; in wfx_event_report_rssi() local244 cqm_evt = NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW; in wfx_event_report_rssi()246 cqm_evt = NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH; in wfx_event_report_rssi()247 ieee80211_cqm_rssi_notify(wvif->vif, cqm_evt, rcpi_rssi, GFP_KERNEL); in wfx_event_report_rssi()
1009 int cqm_evt; in cw1200_event_handler() local1015 cqm_evt = (rcpi_rssi <= priv->cqm_rssi_thold) ? in cw1200_event_handler()1019 ieee80211_cqm_rssi_notify(priv->vif, cqm_evt, rcpi_rssi, in cw1200_event_handler()