Lines Matching refs:ftm
1926 struct nlattr *ftm; in nl80211_send_pmsr_ftm_capa() local
1928 if (!cap->ftm.supported) in nl80211_send_pmsr_ftm_capa()
1931 ftm = nla_nest_start_noflag(msg, NL80211_PMSR_TYPE_FTM); in nl80211_send_pmsr_ftm_capa()
1932 if (!ftm) in nl80211_send_pmsr_ftm_capa()
1935 if (cap->ftm.asap && nla_put_flag(msg, NL80211_PMSR_FTM_CAPA_ATTR_ASAP)) in nl80211_send_pmsr_ftm_capa()
1937 if (cap->ftm.non_asap && in nl80211_send_pmsr_ftm_capa()
1940 if (cap->ftm.request_lci && in nl80211_send_pmsr_ftm_capa()
1943 if (cap->ftm.request_civicloc && in nl80211_send_pmsr_ftm_capa()
1947 cap->ftm.preambles)) in nl80211_send_pmsr_ftm_capa()
1950 cap->ftm.bandwidths)) in nl80211_send_pmsr_ftm_capa()
1952 if (cap->ftm.max_bursts_exponent >= 0 && in nl80211_send_pmsr_ftm_capa()
1954 cap->ftm.max_bursts_exponent)) in nl80211_send_pmsr_ftm_capa()
1956 if (cap->ftm.max_ftms_per_burst && in nl80211_send_pmsr_ftm_capa()
1958 cap->ftm.max_ftms_per_burst)) in nl80211_send_pmsr_ftm_capa()
1960 if (cap->ftm.trigger_based && in nl80211_send_pmsr_ftm_capa()
1963 if (cap->ftm.non_trigger_based && in nl80211_send_pmsr_ftm_capa()
1967 nla_nest_end(msg, ftm); in nl80211_send_pmsr_ftm_capa()