Searched refs:is_stats (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/tools/tools/net80211/wlanstats/
H A Dmain.c93 const struct ieee80211_nodestats *ns = &stats.is_stats;
H A Dwlanstats.c679 wf->ncur.is_stats.ns_##x - wf->ntotal.is_stats.ns_##x); \
842 snprintf(b, bs, "%u", wf->ntotal.is_stats.ns_##x); return 1
/freebsd-10.0-release/contrib/wpa/src/drivers/
H A Ddriver_bsd.c745 data->rx_packets = stats.is_stats.ns_rx_data;
746 data->rx_bytes = stats.is_stats.ns_rx_bytes;
747 data->tx_packets = stats.is_stats.ns_tx_data;
748 data->tx_bytes = stats.is_stats.ns_tx_bytes;
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_ioctl.h411 struct ieee80211_nodestats is_stats; member in struct:ieee80211req_sta_stats
H A Dieee80211_ioctl.c210 const size_t off = __offsetof(struct ieee80211req_sta_stats, is_stats);

Completed in 180 milliseconds