Searched defs:threshold (Results 1 - 3 of 3) sorted by relevance

/net/wireless/
H A Dwext-spy.c108 * Standard Wireless Handler : set spy threshold
116 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; local
123 memcpy(&(spydata->spy_thr_low), &(threshold->low),
135 * Standard Wireless Handler : get spy threshold
143 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; local
150 memcpy(&(threshold->low), &(spydata->spy_thr_low),
167 struct iw_thrspy threshold; local
173 memcpy(threshold.addr.sa_data, address, ETH_ALEN);
174 threshold.addr.sa_family = ARPHRD_ETHER;
176 memcpy(&(threshold
[all...]
H A Dnl80211.c2236 * odd threshold value.
8103 s32 threshold, u32 hysteresis)
8109 if (threshold > 0)
8113 if (threshold == 0)
8123 return rdev_set_cqm_rssi_config(rdev, dev, threshold, hysteresis);
8143 s32 threshold = nla_get_s32(attrs[NL80211_ATTR_CQM_RSSI_THOLD]); local
8146 return nl80211_set_cqm_rssi(info, threshold, hysteresis);
8102 nl80211_set_cqm_rssi(struct genl_info *info, s32 threshold, u32 hysteresis) argument
/net/bluetooth/
H A Dl2cap_core.c2042 int threshold; local
2067 threshold = chan->ack_win;
2068 threshold += threshold << 1;
2069 threshold >>= 2;
2071 BT_DBG("frames_to_ack %u, threshold %d", frames_to_ack,
2072 threshold);
2074 if (frames_to_ack >= threshold) {

Completed in 873 milliseconds