Searched refs:threshold (Results 1 – 8 of 8) sorted by relevance
/hostap-latest/src/ap/ |
D | acs.c | 751 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/ |
D | driver_i.h | 505 int threshold, int hysteresis) in wpa_drv_signal_monitor() argument 509 threshold, hysteresis); in wpa_drv_signal_monitor()
|
D | README-HS20 | 281 # Minimum backhaul threshold (PPS/<X+>/Policy/MinBackhauldThreshold/*)
|
D | ctrl_iface.c | 8463 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/ |
D | tls_mbedtls_alt.c | 304 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/ |
D | driver.h | 4160 int (*signal_monitor)(void *priv, int threshold, int hysteresis);
|
D | driver_nl80211.c | 9655 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/ |
D | dbus.doxygen | 948 <p>PMK re-authentication threshold</p>
|