Lines Matching defs:ostats
76 ieee80211_get_ostats(struct ieee80211_ostats *ostats,
80 memset(ostats, 0, sizeof(*ostats));
89 COPYSTATS(ostats, stats, is_rx_badversion, is_rx_unencrypted);
90 COPYSTATS(ostats, stats, is_rx_wepfail, is_rx_beacon);
91 COPYSTATS(ostats, stats, is_rx_rstoobig, is_rx_auth_countermeasures);
92 COPYSTATS(ostats, stats, is_rx_assoc_bss, is_rx_assoc_badwpaie);
93 COPYSTATS(ostats, stats, is_rx_deauth, is_rx_unauth);
94 COPYSTATS1(ostats, stats, is_tx_nombuf, is_tx_nobuf, is_tx_badcipher);
95 COPYSTATS(ostats, stats, is_scan_active, is_crypto_tkip);
101 struct ieee80211_ostats ostats;
110 ieee80211_get_ostats(&ostats, &ic->ic_stats);
111 error = copyout(&ostats, ifr->ifr_data, sizeof(ostats));