Searched refs:COPYSTATS (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/compat/common/ |
| D | ieee80211_20.c | 86 #define COPYSTATS(__ostats, __nstats, __dstmemb, __lastmemb) \ in ieee80211_get_ostats() macro 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() 95 COPYSTATS(ostats, stats, is_scan_active, is_crypto_tkip); in ieee80211_get_ostats()
|