Searched defs:ieee80211_stats (Results 1 – 1 of 1) sorted by relevance
41 struct ieee80211_stats { struct42 u_int32_t is_rx_badversion; /* rx frame with bad version */43 u_int32_t is_rx_tooshort; /* rx frame too short */44 u_int32_t is_rx_wrongbss; /* rx from wrong bssid */45 u_int32_t is_rx_dup; /* rx discard 'cuz dup */46 u_int32_t is_rx_wrongdir; /* rx w/ wrong direction */47 u_int32_t is_rx_mcastecho; /* rx discard 'cuz mcast echo */48 u_int32_t is_rx_notassoc; /* rx discard 'cuz sta !assoc */49 u_int32_t is_rx_nowep; /* rx w/ wep but wep !config */50 u_int32_t is_rx_unencrypted; /* rx w/o wep but wep config */[all …]