Lines Matching refs:retry
1729 u8 retry; /* size checked: it is u8 */
1733 &retry, sizeof(retry));
1736 if (wrqu->retry.flags & IW_RETRY_LONG) {
1737 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
1741 &retry, sizeof(retry));
1744 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT;
1746 wrqu->retry.value = retry;
1747 wrqu->retry.disabled = 0;