Lines Matching full:ftm
1348 * @ftm_responder: enable FTM responder functionality; -1 for no change
4144 * struct cfg80211_ftm_responder_stats - FTM responder statistics
4148 * @success_num: number of FTM sessions in which all frames were successfully
4150 * @partial_num: number of FTM sessions in which part of frames were
4152 * @failed_num: number of failed FTM sessions
4153 * @asap_num: number of ASAP FTM sessions
4154 * @non_asap_num: number of non-ASAP FTM sessions
4157 * @unknown_triggers_num: number of unknown FTM triggers - triggers from
4160 * @reschedule_requests_num: number of FTM reschedule requests - initiator asks
4161 * for a new scheduling although it already has scheduled FTM slot
4162 * @out_of_window_triggers_num: total FTM triggers out of scheduled window
4178 * struct cfg80211_pmsr_ftm_result - FTM result
4184 * @num_ftmr_attempts: number of FTM request frames transmitted
4185 * @num_ftmr_successes: number of FTM request frames acked
4196 * @rssi_avg: average RSSI over FTM action frames reported
4197 * @rssi_spread: spread of the RSSI over FTM action frames reported
4198 * @tx_rate: bitrate for transmitted FTM action frame response
4199 * @rx_rate: bitrate of received FTM action frame
4270 * @ftm: FTM result
4284 struct cfg80211_pmsr_ftm_result ftm;
4289 * struct cfg80211_pmsr_ftm_request_peer - FTM request data
4290 * @requested: indicates FTM is requested
4297 * @ftmr_retries: number of retries for FTM request
4336 * @ftm: FTM data, see &struct cfg80211_pmsr_ftm_request_peer
4342 struct cfg80211_pmsr_ftm_request_peer ftm;
4791 * @get_ftm_responder_stats: Retrieve FTM responder statistics, if available.
4793 * @start_pmsr: start peer measurement (e.g. FTM)
4827 * @set_hw_timestamp: Enable/disable HW timestamping of TM/FTM frames.
5628 * @ftm: FTM measurement data
5629 * @ftm.supported: FTM measurement is supported
5630 * @ftm.asap: ASAP-mode is supported
5631 * @ftm.non_asap: non-ASAP-mode is supported
5632 * @ftm.request_lci: can request LCI data
5633 * @ftm.request_civicloc: can request civic location data
5634 * @ftm.preambles: bitmap of preambles supported (&enum nl80211_preamble)
5635 * @ftm.bandwidths: bitmap of bandwidths supported (&enum nl80211_chan_width)
5636 * @ftm.max_bursts_exponent: maximum burst exponent supported
5639 * @ftm.max_ftms_per_burst: maximum FTMs per burst supported (set to 0 if
5641 * @ftm.trigger_based: trigger based ranging measurement is supported
5642 * @ftm.non_trigger_based: non trigger based ranging measurement is supported
5661 } ftm;