Home
last modified time | relevance | path

Searched refs:rssi_thresholds (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/wireless/
Dcore.h293 s32 rssi_thresholds[]; member
Dnl80211.c12606 if (last < wdev->cqm_config->rssi_thresholds[i]) in cfg80211_cqm_rssi_update()
12613 low = wdev->cqm_config->rssi_thresholds[low_index] - hyst; in cfg80211_cqm_rssi_update()
12619 high = wdev->cqm_config->rssi_thresholds[i] + hyst - 1; in cfg80211_cqm_rssi_update()
12672 cqm_config = kzalloc(struct_size(cqm_config, rssi_thresholds, in nl80211_set_cqm_rssi()
12682 memcpy(cqm_config->rssi_thresholds, thresholds, in nl80211_set_cqm_rssi()
12683 flex_array_size(cqm_config, rssi_thresholds, in nl80211_set_cqm_rssi()