Home
last modified time | relevance | path

Searched refs:ath_rateioctl_rt (Results 1 – 3 of 3) sorted by relevance

/NextBSD/tools/tools/ath/athratestats/
HDmain.c93 dot11rate(struct ath_rateioctl_rt *rt, int rix) in dot11rate()
103 dot11str(struct ath_rateioctl_rt *rt, int rix) in dot11str()
114 ath_sample_stats(struct ath_ratestats *r, struct ath_rateioctl_rt *rt, in ath_sample_stats()
224 struct ath_rateioctl_rt *rt = NULL; in rate_node_stats()
239 if (av->tlv_len != sizeof(struct ath_rateioctl_rt)) { in rate_node_stats()
243 (int) sizeof(struct ath_rateioctl_rt)); in rate_node_stats()
250 sizeof(struct ath_rateioctl_rt)); in rate_node_stats()
266 sizeof(struct ath_rateioctl_rt) + in rate_node_stats()
/NextBSD/sys/dev/ath/ath_rate/sample/
HDsample.c1176 struct ath_rateioctl_rt *tv; in ath_rate_fetch_node_stats()
1187 sizeof(struct ath_rateioctl_rt) + in ath_rate_fetch_node_stats()
1200 tv = malloc(sizeof(struct ath_rateioctl_rt), M_TEMP, in ath_rate_fetch_node_stats()
1221 av.tlv_len = sizeof(struct ath_rateioctl_rt); in ath_rate_fetch_node_stats()
1224 copyout(tv, rs->buf + o, sizeof(struct ath_rateioctl_rt)); in ath_rate_fetch_node_stats()
1225 o += sizeof(struct ath_rateioctl_rt); in ath_rate_fetch_node_stats()
/NextBSD/sys/dev/ath/
HDif_athioctl.h214 struct ath_rateioctl_rt { struct