Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dwext-compat.c124 range->retry_capa = IW_RETRY_LIMIT; in cfg80211_wext_giwrange()
125 range->retry_flags = IW_RETRY_LIMIT; in cfg80211_wext_giwrange()
341 (retry->flags & IW_RETRY_TYPE) != IW_RETRY_LIMIT) in cfg80211_wext_siwretry()
382 retry->flags |= IW_RETRY_LIMIT | IW_RETRY_SHORT; in cfg80211_wext_giwretry()
391 retry->flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in cfg80211_wext_giwretry()
/linux/include/uapi/linux/
H A Dwireless.h524 #define IW_RETRY_LIMIT 0x1000 /* Maximum number of retries*/ macro
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c7296 if (!(wrqu->retry.flags & IW_RETRY_LIMIT)) in ipw2100_wx_set_retry()
7346 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw2100_wx_get_retry()
7352 IW_RETRY_LIMIT | IW_RETRY_SHORT : IW_RETRY_LIMIT; in ipw2100_wx_get_retry()
H A Dipw2200.c9347 if (!(wrqu->retry.flags & IW_RETRY_LIMIT)) in ipw_wx_set_retry()
9386 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG; in ipw_wx_get_retry()
9389 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT; in ipw_wx_get_retry()
9392 wrqu->retry.flags = IW_RETRY_LIMIT; in ipw_wx_get_retry()