Home
last modified time | relevance | path

Searched refs:IW_RETRY_LONG (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/net/wireless/
Dwext-compat.c356 if (retry->flags & IW_RETRY_LONG) { in cfg80211_wext_siwretry()
395 retry->flags |= IW_RETRY_LONG; in cfg80211_wext_giwretry()
400 if (retry->flags & IW_RETRY_LONG) { in cfg80211_wext_giwretry()
401 retry->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in cfg80211_wext_giwretry()
/linux-6.1.9/include/uapi/linux/
Dwireless.h531 #define IW_RETRY_LONG 0x0020 /* Value is for long packets */ macro
/linux-6.1.9/drivers/net/wireless/
Dwl3501_cs.c1747 if (wrqu->retry.flags & IW_RETRY_LONG) { in wl3501_get_retry()
1748 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in wl3501_get_retry()
/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_ioctl.c1382 if (rrq->flags & IW_RETRY_LONG) in prism2_ioctl_siwretry()
1434 } else if ((rrq->flags & IW_RETRY_LONG)) { in prism2_ioctl_giwretry()
1435 rrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in prism2_ioctl_giwretry()
/linux-6.1.9/drivers/net/wireless/atmel/
Datmel.c2138 if (vwrq->flags & IW_RETRY_LONG) in atmel_set_retry()
2163 if (vwrq->flags & IW_RETRY_LONG) { in atmel_get_retry()
2164 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in atmel_get_retry()
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c7336 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw2100_wx_set_retry()
7369 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw2100_wx_get_retry()
7370 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw2100_wx_get_retry()
Dipw2200.c9383 else if (wrqu->retry.flags & IW_RETRY_LONG) in ipw_wx_set_retry()
9412 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw_wx_get_retry()
9413 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw_wx_get_retry()
/linux-6.1.9/drivers/net/wireless/cisco/
Dairo.c6866 if (vwrq->flags & IW_RETRY_LONG) in airo_set_retry()
6904 } else if ((vwrq->flags & IW_RETRY_LONG)) { in airo_get_retry()
6905 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in airo_get_retry()