Home
last modified time | relevance | path

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

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