Home | History | Annotate | Download | only in drivers

Lines Matching refs:threshold

9412 	wpa_printf(MSG_DEBUG, "nl80211: Failed to set RTS threshold %d: "
9445 wpa_printf(MSG_DEBUG, "nl80211: Failed to set fragmentation threshold "
10775 static int nl80211_signal_monitor(void *priv, int threshold, int hysteresis)
10783 wpa_printf(MSG_DEBUG, "nl80211: Signal monitor threshold=%d "
10784 "hysteresis=%d", threshold, hysteresis);
10798 NLA_PUT_U32(msg, NL80211_ATTR_CQM_RSSI_THOLD, threshold);