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.c2113 * odd threshold value.
7488 s32 threshold, u32 hysteresis)
7494 if (threshold > 0)
7506 return rdev_set_cqm_rssi_config(rdev, dev, threshold, hysteresis);
7528 s32 threshold; local
7530 threshold = nla_get_u32(attrs[NL80211_ATTR_CQM_RSSI_THOLD]);
7532 err = nl80211_set_cqm_rssi(info, threshold, hysteresis);
7487 nl80211_set_cqm_rssi(struct genl_info *info, s32 threshold, u32 hysteresis) argument
/net/bluetooth/
H A Dl2cap_core.c2163 int threshold; local
2188 threshold = chan->ack_win;
2189 threshold += threshold << 1;
2190 threshold >>= 2;
2192 BT_DBG("frames_to_ack %u, threshold %d", frames_to_ack,
2193 threshold);
2195 if (frames_to_ack >= threshold) {

Completed in 130 milliseconds