Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnl80211.h5485 NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL, enumerator
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c7135 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_mac_set_tid_config()
7179 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_mac_set_tid_config()
7254 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_mac_parse_tid_config()
7411 if (changed & BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL)) { in ath10k_sta_tid_cfg_wk()
10156 BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL); in ath10k_mac_register()
/openbmc/linux/net/wireless/
H A Dnl80211.c411 [NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL] =
15964 if (attrs[NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL]) { in parse_tid_conf()
15965 tid_conf->mask |= BIT(NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL); in parse_tid_conf()
15967 nla_get_u8(attrs[NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL]); in parse_tid_conf()