Home
last modified time | relevance | path

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

/net/mac80211/
Dmlme.c3965 int hyst = bss_conf->cqm_rssi_hyst; in ieee80211_handle_beacon_sig() local
3968 (last_event == 0 || sig < last_event - hyst)) { in ieee80211_handle_beacon_sig()
3975 (last_event == 0 || sig > last_event + hyst)) { in ieee80211_handle_beacon_sig()
/net/wireless/
Dnl80211.c12620 u32 hyst; in cfg80211_cqm_rssi_update() local
12653 hyst = wdev->cqm_config->rssi_hyst; in cfg80211_cqm_rssi_update()
12665 low = wdev->cqm_config->rssi_thresholds[low_index] - hyst; in cfg80211_cqm_rssi_update()
12671 high = wdev->cqm_config->rssi_thresholds[i] + hyst - 1; in cfg80211_cqm_rssi_update()