Home
last modified time | relevance | path

Searched refs:IW_RETRY_SHORT (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dwireless.h530 #define IW_RETRY_SHORT 0x0010 /* Value is for short packets */ macro
/linux/net/wireless/
H A Dwext-compat.c348 } else if (retry->flags & IW_RETRY_SHORT) { in cfg80211_wext_siwretry()
376 if (retry->flags == 0 || (retry->flags & IW_RETRY_SHORT)) { in cfg80211_wext_giwretry()
381 retry->flags |= IW_RETRY_LIMIT | IW_RETRY_SHORT; in cfg80211_wext_giwretry()