Lines Matching refs:retry
3485 retry:
3566 goto retry;
9328 if (wrqu->retry.flags & IW_RETRY_LIFETIME || wrqu->retry.disabled)
9331 if (!(wrqu->retry.flags & IW_RETRY_LIMIT))
9334 if (wrqu->retry.value < 0 || wrqu->retry.value >= 255)
9338 if (wrqu->retry.flags & IW_RETRY_SHORT)
9339 priv->short_retry_limit = (u8) wrqu->retry.value;
9340 else if (wrqu->retry.flags & IW_RETRY_LONG)
9341 priv->long_retry_limit = (u8) wrqu->retry.value;
9343 priv->short_retry_limit = (u8) wrqu->retry.value;
9344 priv->long_retry_limit = (u8) wrqu->retry.value;
9350 IPW_DEBUG_WX("SET retry limit -> short:%d long:%d\n",
9362 wrqu->retry.disabled = 0;
9364 if ((wrqu->retry.flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) {
9369 if (wrqu->retry.flags & IW_RETRY_LONG) {
9370 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
9371 wrqu->retry.value = priv->long_retry_limit;
9372 } else if (wrqu->retry.flags & IW_RETRY_SHORT) {
9373 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT;
9374 wrqu->retry.value = priv->short_retry_limit;
9376 wrqu->retry.flags = IW_RETRY_LIMIT;
9377 wrqu->retry.value = priv->short_retry_limit;
9381 IPW_DEBUG_WX("GET retry -> %d\n", wrqu->retry.value);
11169 IPW_DEBUG_INFO("Failed to config device on retry %d of %d\n",