Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c6730 struct nlattr *rsta_tb[NL80211_PMSR_FTM_CAPA_ATTR_MAX + 1]; in parse_ftm_capa() local
6732 if (!nla_parse_nested(rsta_tb, NL80211_PMSR_FTM_CAPA_ATTR_MAX, in parse_ftm_capa()
6736 !!rsta_tb[NL80211_PMSR_FTM_CAPA_ATTR_SUPPORT_NTB]; in parse_ftm_capa()
6738 !!rsta_tb[NL80211_PMSR_FTM_CAPA_ATTR_SUPPORT_TB]; in parse_ftm_capa()
6740 !!rsta_tb[NL80211_PMSR_FTM_CAPA_ATTR_SUPPORT_EDCA]; in parse_ftm_capa()
6741 if (rsta_tb[NL80211_PMSR_ATTR_MAX_PEER_RSTA_ROLE]) in parse_ftm_capa()
6743 nla_get_u32(rsta_tb[NL80211_PMSR_ATTR_MAX_PEER_RSTA_ROLE]); in parse_ftm_capa()