Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dwireless.h525 #define IW_RETRY_LIFETIME 0x2000 /* Maximum duration of retries in us */ macro
/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c602 if (wrqu->retry.flags & IW_RETRY_LIFETIME || in _rtl92e_wx_set_retry()
637 IW_RETRY_LIFETIME) in _rtl92e_wx_get_retry()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c7301 if (wrqu->retry.flags & IW_RETRY_LIFETIME || wrqu->retry.disabled) in ipw2100_wx_set_retry()
7350 if ((wrqu->retry.flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) in ipw2100_wx_get_retry()
H A Dipw2200.c9328 if (wrqu->retry.flags & IW_RETRY_LIFETIME || wrqu->retry.disabled) in ipw_wx_set_retry()
9364 if ((wrqu->retry.flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) { in ipw_wx_get_retry()