Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H 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()
/openbmc/linux/include/uapi/linux/
H A Dwireless.h531 #define IW_RETRY_LONG 0x0020 /* Value is for long packets */ macro
/openbmc/linux/drivers/net/wireless/legacy/
H 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()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H 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()
/openbmc/linux/drivers/net/wireless/atmel/
H 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()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H 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()
H A Dipw2200.c9340 else if (wrqu->retry.flags & IW_RETRY_LONG) in ipw_wx_set_retry()
9369 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw_wx_get_retry()
9370 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw_wx_get_retry()
/openbmc/linux/drivers/net/wireless/cisco/
H A Dairo.c6889 if (vwrq->flags & IW_RETRY_LONG) in airo_set_retry()
6928 } else if ((vwrq->flags & IW_RETRY_LONG)) { in airo_get_retry()
6929 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in airo_get_retry()