Lines Matching refs:ftm
1991 struct nlattr *ftm; in nl80211_send_pmsr_ftm_capa() local
1993 if (!cap->ftm.supported) in nl80211_send_pmsr_ftm_capa()
1996 ftm = nla_nest_start_noflag(msg, NL80211_PMSR_TYPE_FTM); in nl80211_send_pmsr_ftm_capa()
1997 if (!ftm) in nl80211_send_pmsr_ftm_capa()
2000 if (cap->ftm.asap && nla_put_flag(msg, NL80211_PMSR_FTM_CAPA_ATTR_ASAP)) in nl80211_send_pmsr_ftm_capa()
2002 if (cap->ftm.non_asap && in nl80211_send_pmsr_ftm_capa()
2005 if (cap->ftm.request_lci && in nl80211_send_pmsr_ftm_capa()
2008 if (cap->ftm.request_civicloc && in nl80211_send_pmsr_ftm_capa()
2012 cap->ftm.preambles)) in nl80211_send_pmsr_ftm_capa()
2015 cap->ftm.bandwidths)) in nl80211_send_pmsr_ftm_capa()
2017 if (cap->ftm.max_bursts_exponent >= 0 && in nl80211_send_pmsr_ftm_capa()
2019 cap->ftm.max_bursts_exponent)) in nl80211_send_pmsr_ftm_capa()
2021 if (cap->ftm.max_ftms_per_burst && in nl80211_send_pmsr_ftm_capa()
2023 cap->ftm.max_ftms_per_burst)) in nl80211_send_pmsr_ftm_capa()
2025 if (cap->ftm.trigger_based && in nl80211_send_pmsr_ftm_capa()
2028 if (cap->ftm.non_trigger_based && in nl80211_send_pmsr_ftm_capa()
2032 nla_nest_end(msg, ftm); in nl80211_send_pmsr_ftm_capa()