Lines Matching defs:rtt_report
328 typedef struct rtt_report { struct
329 struct ether_addr addr;
330 unsigned int burst_num; /* # of burst inside a multi-burst request */
331 unsigned int ftm_num; /* total RTT measurement frames attempted */
332 unsigned int success_num; /* total successful RTT measurement frames */
333 uint8 num_per_burst_peer; /* max number of FTM number per burst the peer support */
334 rtt_reason_t status; /* raging status */
336 uint8 retry_after_duration;
337 rtt_type_t type; /* rtt type */
361 } rtt_report_t; argument
376 /* rtt_result to link all of rtt_report */ argument