Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dwireless.h525 #define IW_RETRY_LIFETIME 0x2000 /* Maximum duration of retries in us */ macro
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c603 if (wrqu->retry.flags & IW_RETRY_LIFETIME || in _rtl92e_wx_set_retry()
638 IW_RETRY_LIFETIME) in _rtl92e_wx_get_retry()
/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/
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()
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()