Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/wireless/
A Dwext-compat.c364 if (retry->flags & IW_RETRY_LONG) { in cfg80211_wext_siwretry()
404 retry->flags |= IW_RETRY_LONG; in cfg80211_wext_giwretry()
409 if (retry->flags & IW_RETRY_LONG) { in cfg80211_wext_giwretry()
410 retry->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in cfg80211_wext_giwretry()
/linux-6.3-rc2/include/uapi/linux/
A Dwireless.h531 #define IW_RETRY_LONG 0x0020 /* Value is for long packets */ macro
/linux-6.3-rc2/drivers/net/wireless/
A 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.3-rc2/drivers/net/wireless/intersil/hostap/
A Dhostap_ioctl.c1407 if (rrq->flags & IW_RETRY_LONG) in prism2_ioctl_siwretry()
1460 } else if ((rrq->flags & IW_RETRY_LONG)) { in prism2_ioctl_giwretry()
1461 rrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in prism2_ioctl_giwretry()
/linux-6.3-rc2/drivers/net/wireless/atmel/
A Datmel.c2150 if (vwrq->flags & IW_RETRY_LONG) in atmel_set_retry()
2176 if (vwrq->flags & IW_RETRY_LONG) { in atmel_get_retry()
2177 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in atmel_get_retry()
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dipw2100.c7325 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw2100_wx_set_retry()
7358 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw2100_wx_get_retry()
7359 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw2100_wx_get_retry()
A Dipw2200.c9369 else if (wrqu->retry.flags & IW_RETRY_LONG) in ipw_wx_set_retry()
9398 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw_wx_get_retry()
9399 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw_wx_get_retry()
/linux-6.3-rc2/drivers/net/wireless/cisco/
A Dairo.c6886 if (vwrq->flags & IW_RETRY_LONG) in airo_set_retry()
6925 } else if ((vwrq->flags & IW_RETRY_LONG)) { in airo_get_retry()
6926 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in airo_get_retry()

Completed in 71 milliseconds