Searched defs:ieee80211_stats (Results 1 – 2 of 2) sorted by relevance
98 struct ieee80211_stats { struct99 uint32_t is_rx_badversion; /* rx frame with bad version */100 uint32_t is_rx_tooshort; /* rx frame too short */101 uint32_t is_rx_wrongbss; /* rx from wrong bssid */102 uint32_t is_rx_dup; /* rx discard 'cuz dup */103 uint32_t is_rx_wrongdir; /* rx w/ wrong direction */104 uint32_t is_rx_mcastecho; /* rx discard 'cuz mcast echo */105 uint32_t is_rx_notassoc; /* rx discard 'cuz sta !assoc */106 uint32_t is_rx_noprivacy; /* rx w/ wep but privacy off */107 uint32_t is_rx_unencrypted; /* rx w/o wep and privacy on */[all …]
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 …]