Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dwireless.h523 #define IW_RETRY_TYPE 0xF000 /* Type of parameter */ macro
/linux-6.15/net/wireless/
H A Dwext-compat.c340 (retry->flags & IW_RETRY_TYPE) != IW_RETRY_LIMIT) in cfg80211_wext_siwretry()
/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c7345 if ((wrqu->retry.flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) in ipw2100_wx_get_retry()
H A Dipw2200.c9372 if ((wrqu->retry.flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) { in ipw_wx_get_retry()