Searched refs:cqm_config (Results 1 – 3 of 3) sorted by relevance
1105 kfree(wdev->cqm_config); in cfg80211_cqm_config_free()1106 wdev->cqm_config = NULL; in cfg80211_cqm_config_free()
11672 if (!wdev->cqm_config) in cfg80211_cqm_rssi_update()11681 if (!wdev->cqm_config->last_rssi_event_value && wdev->current_bss && in cfg80211_cqm_rssi_update()11694 wdev->cqm_config->last_rssi_event_value = in cfg80211_cqm_rssi_update()11698 last = wdev->cqm_config->last_rssi_event_value; in cfg80211_cqm_rssi_update()11699 hyst = wdev->cqm_config->rssi_hyst; in cfg80211_cqm_rssi_update()11700 n = wdev->cqm_config->n_rssi_thresholds; in cfg80211_cqm_rssi_update()11704 if (last < wdev->cqm_config->rssi_thresholds[i]) in cfg80211_cqm_rssi_update()11711 low = wdev->cqm_config->rssi_thresholds[low_index] - hyst; in cfg80211_cqm_rssi_update()11717 high = wdev->cqm_config->rssi_thresholds[i] + hyst - 1; in cfg80211_cqm_rssi_update()11768 struct cfg80211_cqm_config *cqm_config; in nl80211_set_cqm_rssi() local[all …]
5484 struct cfg80211_cqm_config *cqm_config; member