Searched refs:hyst (Results 1 – 2 of 2) sorted by relevance
3965 int hyst = bss_conf->cqm_rssi_hyst; in ieee80211_handle_beacon_sig() local3968 (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()
12620 u32 hyst; in cfg80211_cqm_rssi_update() local12653 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()