Home
last modified time | relevance | path

Searched refs:NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dnl80211.h5485 NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL, enumerator
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dmac.c7134 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_mac_set_tid_config()
7178 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_mac_set_tid_config()
7253 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_mac_parse_tid_config()
7410 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_sta_tid_cfg_wk()
10155 BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL); in ath10k_mac_register()
/linux-6.6.21/net/wireless/
Dnl80211.c411 [NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL] =
15918 if (attrs[NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL]) { in parse_tid_conf()
15919 tid_conf->mask |= BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL); in parse_tid_conf()
15921 nla_get_u8(attrs[NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL]); in parse_tid_conf()