Searched refs:cqm_config (Results 1 – 3 of 3) sorted by relevance
1098 kfree(wdev->cqm_config); in cfg80211_cqm_config_free()1099 wdev->cqm_config = NULL; in cfg80211_cqm_config_free()
11445 if (!wdev->cqm_config) in cfg80211_cqm_rssi_update()11454 if (!wdev->cqm_config->last_rssi_event_value && wdev->current_bss && in cfg80211_cqm_rssi_update()11467 wdev->cqm_config->last_rssi_event_value = in cfg80211_cqm_rssi_update()11471 last = wdev->cqm_config->last_rssi_event_value; in cfg80211_cqm_rssi_update()11472 hyst = wdev->cqm_config->rssi_hyst; in cfg80211_cqm_rssi_update()11473 n = wdev->cqm_config->n_rssi_thresholds; in cfg80211_cqm_rssi_update()11477 if (last < wdev->cqm_config->rssi_thresholds[i]) in cfg80211_cqm_rssi_update()11484 low = wdev->cqm_config->rssi_thresholds[low_index] - hyst; in cfg80211_cqm_rssi_update()11490 high = wdev->cqm_config->rssi_thresholds[i] + hyst - 1; in cfg80211_cqm_rssi_update()11541 struct cfg80211_cqm_config *cqm_config; in nl80211_set_cqm_rssi() local[all …]
5310 struct cfg80211_cqm_config *cqm_config; member