HomeSort by: relevance | last modified time | path
    Searched defs:ostats (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/common/
ieee80211_20.c 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; local in function:ieee80211_20_ioctl
    [all...]
ieee80211_20.c 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; local in function:ieee80211_20_ioctl
    [all...]

Completed in 22 milliseconds