Lines Matching refs:retry
3531 retry:
3612 goto retry;
9374 if (wrqu->retry.flags & IW_RETRY_LIFETIME || wrqu->retry.disabled)
9377 if (!(wrqu->retry.flags & IW_RETRY_LIMIT))
9380 if (wrqu->retry.value < 0 || wrqu->retry.value >= 255)
9384 if (wrqu->retry.flags & IW_RETRY_SHORT)
9385 priv->short_retry_limit = (u8) wrqu->retry.value;
9386 else if (wrqu->retry.flags & IW_RETRY_LONG)
9387 priv->long_retry_limit = (u8) wrqu->retry.value;
9389 priv->short_retry_limit = (u8) wrqu->retry.value;
9390 priv->long_retry_limit = (u8) wrqu->retry.value;
9396 IPW_DEBUG_WX("SET retry limit -> short:%d long:%d\n",
9408 wrqu->retry.disabled = 0;
9410 if ((wrqu->retry.flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) {
9415 if (wrqu->retry.flags & IW_RETRY_LONG) {
9416 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
9417 wrqu->retry.value = priv->long_retry_limit;
9418 } else if (wrqu->retry.flags & IW_RETRY_SHORT) {
9419 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT;
9420 wrqu->retry.value = priv->short_retry_limit;
9422 wrqu->retry.flags = IW_RETRY_LIMIT;
9423 wrqu->retry.value = priv->short_retry_limit;
9427 IPW_DEBUG_WX("GET retry -> %d\n", wrqu->retry.value);
11215 IPW_DEBUG_INFO("Failed to config device on retry %d of %d\n",