Searched refs:roaming_threshold (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1222 u32 roaming_threshold; member in struct:ipw_priv
H A Dipw2200.c4359 * 1st missed -> roaming_threshold, just wait, don't do any scan/roam.
4360 * roaming_threshold -> disassociate_threshold, scan and roam for better signal.
4362 * Roaming is disabled if disassociate_threshold <= roaming_threshold */
4398 (missed_count > priv->roaming_threshold &&
8672 priv->roaming_threshold = IPW_MB_ROAMING_THRESHOLD_DEFAULT;
9199 priv->roaming_threshold = IPW_MB_ROAMING_THRESHOLD_DEFAULT;
9209 priv->roaming_threshold = wrqu->sens.value;
9223 wrqu->sens.value = priv->roaming_threshold;

Completed in 105 milliseconds