Home
last modified time | relevance | path

Searched defs:ieee80211_stats (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211_ioctl.h142 struct ieee80211_stats { struct
143 u_int32_t is_rx_badversion; /* rx frame with bad version */
144 u_int32_t is_rx_tooshort; /* rx frame too short */
145 u_int32_t is_rx_wrongbss; /* rx from wrong bssid */
146 u_int32_t is_rx_dup; /* rx discard 'cuz dup */
147 u_int32_t is_rx_wrongdir; /* rx w/ wrong direction */
148 u_int32_t is_rx_mcastecho; /* rx discard 'cuz mcast echo */
149 u_int32_t is_rx_notassoc; /* rx discard 'cuz sta !assoc */
150 u_int32_t is_rx_noprivacy; /* rx w/ wep but privacy off */
151 u_int32_t is_rx_unencrypted; /* rx w/o wep and privacy on */
[all …]