Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dnl80211.h5386 NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL, enumerator
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dmac.c7133 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_mac_set_tid_config()
7177 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_mac_set_tid_config()
7252 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_mac_parse_tid_config()
7409 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_sta_tid_cfg_wk()
10147 BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL); in ath10k_mac_register()
/linux-6.1.9/net/wireless/
Dnl80211.c410 [NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL] =
15636 if (attrs[NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL]) { in parse_tid_conf()
15637 tid_conf->mask |= BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL); in parse_tid_conf()
15639 nla_get_u8(attrs[NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL]); in parse_tid_conf()