Home
last modified time | relevance | path

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

/linux/net/wireless/
A Dcore.h294 s32 rssi_thresholds[]; member
A Dnl80211.c11908 if (last < wdev->cqm_config->rssi_thresholds[i]) in cfg80211_cqm_rssi_update()
11915 low = wdev->cqm_config->rssi_thresholds[low_index] - hyst; in cfg80211_cqm_rssi_update()
11921 high = wdev->cqm_config->rssi_thresholds[i] + hyst - 1; in cfg80211_cqm_rssi_update()
11974 cqm_config = kzalloc(struct_size(cqm_config, rssi_thresholds, in nl80211_set_cqm_rssi()
11984 memcpy(cqm_config->rssi_thresholds, thresholds, in nl80211_set_cqm_rssi()
11985 flex_array_size(cqm_config, rssi_thresholds, in nl80211_set_cqm_rssi()

Completed in 29 milliseconds