Searched refs:NL80211_TID_CONFIG_ATTR_RETRY_SHORT (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 4990 * @NL80211_TID_CONFIG_ATTR_RETRY_SHORT: Number of retries used with data frame 5026 NL80211_TID_CONFIG_ATTR_RETRY_SHORT, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 5446 * @NL80211_TID_CONFIG_ATTR_RETRY_SHORT: Number of retries used with data frame 5482 NL80211_TID_CONFIG_ATTR_RETRY_SHORT, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1203 NL80211_TID_CONFIG_ATTR_RETRY_SHORT, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1191 NL80211_TID_CONFIG_ATTR_RETRY_SHORT, enumerator
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 376 [NL80211_TID_CONFIG_ATTR_RETRY_SHORT] = NLA_POLICY_MIN(NLA_U8, 1), 2089 if (nla_put_u8(msg, NL80211_TID_CONFIG_ATTR_RETRY_SHORT, in nl80211_put_tid_config_support() 14476 if (attrs[NL80211_TID_CONFIG_ATTR_RETRY_SHORT]) { in parse_tid_conf() 14477 tid_conf->mask |= BIT(NL80211_TID_CONFIG_ATTR_RETRY_SHORT); in parse_tid_conf() 14479 nla_get_u8(attrs[NL80211_TID_CONFIG_ATTR_RETRY_SHORT]); in parse_tid_conf()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 407 [NL80211_TID_CONFIG_ATTR_RETRY_SHORT] = NLA_POLICY_MIN(NLA_U8, 1), 2291 if (nla_put_u8(msg, NL80211_TID_CONFIG_ATTR_RETRY_SHORT, in nl80211_put_tid_config_support() 15894 if (attrs[NL80211_TID_CONFIG_ATTR_RETRY_SHORT]) { in parse_tid_conf() 15895 tid_conf->mask |= BIT(NL80211_TID_CONFIG_ATTR_RETRY_SHORT); in parse_tid_conf() 15897 nla_get_u8(attrs[NL80211_TID_CONFIG_ATTR_RETRY_SHORT]); in parse_tid_conf()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 9975 BIT(NL80211_TID_CONFIG_ATTR_RETRY_SHORT) | in ath10k_mac_register()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 10146 BIT(NL80211_TID_CONFIG_ATTR_RETRY_SHORT) | in ath10k_mac_register()
|
Completed in 108 milliseconds