Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/common/
Dieee80211_20.c76 ieee80211_get_ostats(struct ieee80211_ostats *ostats, in ieee80211_get_ostats() argument
80 memset(ostats, 0, sizeof(*ostats)); in ieee80211_get_ostats()
89 COPYSTATS(ostats, stats, is_rx_badversion, is_rx_unencrypted); in ieee80211_get_ostats()
90 COPYSTATS(ostats, stats, is_rx_wepfail, is_rx_beacon); in ieee80211_get_ostats()
91 COPYSTATS(ostats, stats, is_rx_rstoobig, is_rx_auth_countermeasures); in ieee80211_get_ostats()
92 COPYSTATS(ostats, stats, is_rx_assoc_bss, is_rx_assoc_badwpaie); in ieee80211_get_ostats()
93 COPYSTATS(ostats, stats, is_rx_deauth, is_rx_unauth); in ieee80211_get_ostats()
94 COPYSTATS1(ostats, stats, is_tx_nombuf, is_tx_nobuf, is_tx_badcipher); in ieee80211_get_ostats()
95 COPYSTATS(ostats, stats, is_scan_active, is_crypto_tkip); in ieee80211_get_ostats()
101 struct ieee80211_ostats ostats; in ieee80211_20_ioctl() local
[all …]