Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dwext-compat.c345 if (retry->flags & IW_RETRY_LONG) { in cfg80211_wext_siwretry()
384 retry->flags |= IW_RETRY_LONG; in cfg80211_wext_giwretry()
389 if (retry->flags & IW_RETRY_LONG) { in cfg80211_wext_giwretry()
390 retry->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in cfg80211_wext_giwretry()
/linux/include/uapi/linux/
H A Dwireless.h531 #define IW_RETRY_LONG 0x0020 /* Value is for long packets */ macro
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c7310 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw2100_wx_set_retry()
7343 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw2100_wx_get_retry()
7344 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw2100_wx_get_retry()
H A Dipw2200.c9347 else if (wrqu->retry.flags & IW_RETRY_LONG) in ipw_wx_set_retry()
9376 if (wrqu->retry.flags & IW_RETRY_LONG) { in ipw_wx_get_retry()
9377 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw_wx_get_retry()