Lines Matching defs:rtt_report
346 typedef struct rtt_report { struct
347 struct ether_addr addr;
348 unsigned int burst_num; /* # of burst inside a multi-burst request */
349 unsigned int ftm_num; /* total RTT measurement frames attempted */
350 unsigned int success_num; /* total successful RTT measurement frames */
351 uint8 num_per_burst_peer; /* max number of FTM number per burst the peer support */
352 rtt_reason_t status; /* raging status */
354 uint8 retry_after_duration;
355 rtt_type_t type; /* rtt type */
379 } rtt_report_t; argument
394 /* rtt_result to link all of rtt_report */ argument