Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/src/ap/
Dacs.c751 long double threshold; in acs_update_puncturing_bitmap() local
763 threshold = factor * conf->punct_acs_threshold / 100; in acs_update_puncturing_bitmap()
784 if (adj_chan->interference_factor > threshold) in acs_update_puncturing_bitmap()
/hostap-latest/wpa_supplicant/
Ddriver_i.h505 int threshold, int hysteresis) in wpa_drv_signal_monitor() argument
509 threshold, hysteresis); in wpa_drv_signal_monitor()
DREADME-HS20281 # Minimum backhaul threshold (PPS/<X+>/Policy/MinBackhauldThreshold/*)
Dctrl_iface.c8463 int threshold = 0; in wpas_ctrl_iface_signal_monitor() local
8473 threshold = atoi(pos + 10); in wpas_ctrl_iface_signal_monitor()
8477 return wpa_drv_signal_monitor(wpa_s, threshold, hysteresis); in wpas_ctrl_iface_signal_monitor()
/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c304 int threshold, in tls_mbedtls_set_debug_cb() argument
339 mbedtls_debug_set_threshold(threshold); in tls_mbedtls_set_debug_cb()
/hostap-latest/src/drivers/
Ddriver.h4160 int (*signal_monitor)(void *priv, int threshold, int hysteresis);
Ddriver_nl80211.c9655 static int nl80211_signal_monitor(void *priv, int threshold, int hysteresis) in nl80211_signal_monitor() argument
9663 "hysteresis=%d", threshold, hysteresis); in nl80211_signal_monitor()
9667 nla_put_u32(msg, NL80211_ATTR_CQM_RSSI_THOLD, threshold) || in nl80211_signal_monitor()
/hostap-latest/doc/
Ddbus.doxygen948 <p>PMK re-authentication threshold</p>