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