Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dwext-compat.c377 if (retry->flags & IW_RETRY_LONG) { in cfg80211_wext_siwretry()
418 retry->flags |= IW_RETRY_LONG; in cfg80211_wext_giwretry()
423 if (retry->flags & IW_RETRY_LONG) { in cfg80211_wext_giwretry()
424 retry->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in cfg80211_wext_giwretry()
/linux-4.1.27/include/uapi/linux/
Dwireless.h524 #define IW_RETRY_LONG 0x0020 /* Value is for long packets */ macro
/linux-4.1.27/drivers/net/wireless/prism54/
Disl_ioctl.c997 else if (vwrq->flags & IW_RETRY_LONG) in prism54_set_retry()
1038 } else if ((vwrq->flags & IW_RETRY_LONG)) { in prism54_get_retry()
1043 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in prism54_get_retry()
/linux-4.1.27/drivers/net/wireless/
Dwl3501_cs.c1736 if (wrqu->retry.flags & IW_RETRY_LONG) { in wl3501_get_retry()
1737 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in wl3501_get_retry()
Datmel.c2158 if (vwrq->flags & IW_RETRY_LONG) in atmel_set_retry()
2183 if (vwrq->flags & IW_RETRY_LONG) { in atmel_get_retry()
2184 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in atmel_get_retry()
Dairo.c6825 if(vwrq->flags & IW_RETRY_LONG) in airo_set_retry()
6863 } else if((vwrq->flags & IW_RETRY_LONG)) { in airo_get_retry()
6864 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in airo_get_retry()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_ioctl.c1392 if (rrq->flags & IW_RETRY_LONG) in prism2_ioctl_siwretry()
1444 } else if ((rrq->flags & IW_RETRY_LONG)) { in prism2_ioctl_giwretry()
1445 rrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in prism2_ioctl_giwretry()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2100.c7372 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw2100_wx_set_retry()
7405 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw2100_wx_get_retry()
7406 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw2100_wx_get_retry()
Dipw2200.c9417 else if (wrqu->retry.flags & IW_RETRY_LONG) in ipw_wx_set_retry()
9446 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw_wx_get_retry()
9447 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw_wx_get_retry()