Lines Matching refs:roaming
91 static int roaming = 1;
4387 * off roaming, and abort any active scans */
4404 /* If we are currently roaming, then just
4412 if (roaming &&
4415 /* If we are not already roaming, set the ROAM
4421 "roaming\n", missed_count);
4433 * stuck (only if we aren't roaming --
5482 int roaming)
5496 if (unlikely(roaming)) {
5497 /* If we are roaming, then ensure check if this is a valid
5658 struct libipw_network *network, int roaming)
5674 if (unlikely(roaming)) {
5675 /* If we are roaming, then ensure check if this is a valid
6373 /* Honor direct scans first, otherwise if we are roaming make
7269 struct ipw_supported_rates *rates, int roaming)
7338 roaming ? "Rea" : "A",
7363 if (unlikely(roaming))
7452 /* The roaming process is as follows:
7454 * 1. Missed beacon threshold triggers the roaming process by
7466 * 6. At this point ,the roaming process is complete and the ROAM
7470 /* If we are no longer associated, and the roaming bit is no longer
7471 * set, then we are not actively roaming, so just return */
9075 IPW_DEBUG_WX("Setting roaming threshold to %d\n", wrqu->sens.value);
9108 IPW_DEBUG_WX("GET roaming threshold -> %s %d\n",
12004 module_param(roaming, int, 0444);
12005 MODULE_PARM_DESC(roaming, "enable roaming support (default on)");