Home | History | Annotate | Download | only in hardware_legacy

Lines Matching defs:rtt

23 /* RTT Type */
31 /* RTT configuration */
34 wifi_rtt_type type; // optional - rtt type hint. RTT_TYPE_INVALID implies best effort
38 unsigned interval; // interval of RTT measurement (unit ms) when continuous = true
39 unsigned num_measurements; // total number of RTT measurements when continuous = true
40 unsigned num_samples_per_measurement; // num of packets in each RTT measurement
44 /* RTT results */
49 wifi_rtt_type type; // RTT type
55 wifi_timespan rtt; // round trip time in nanoseconds
56 wifi_timespan rtt_sd; // rtt standard deviation in nanoseconds
57 wifi_timespan rtt_spread; // difference between max and min rtt times recorded
64 /* RTT result callback */
69 /* API to request RTT measurement */
73 /* API to cancel RTT measurements */
97 /* RTT Capabilities */
99 byte rtt_one_sided_supported; // if 1-sided rtt data collection is supported
100 byte rtt_11v_supported; // if 11v rtt data collection is supported
101 byte rtt_ftm_supported; // if ftm rtt data collection is supported
104 /* RTT capabilities of the device */