Searched defs:ieee80211_stats (Results 1 – 3 of 3) sorted by relevance
466 struct ieee80211_stats { struct467 uint tx_unicast_frames;468 uint tx_multicast_frames;469 uint tx_fragments;470 uint tx_unicast_octets;471 uint tx_multicast_octets;472 uint tx_deferred_transmissions;473 uint tx_single_retry_frames;474 uint tx_multiple_retry_frames;475 uint tx_retry_limit_exceeded;[all …]
378 struct ieee80211_stats { struct379 unsigned int tx_unicast_frames;380 unsigned int tx_multicast_frames;381 unsigned int tx_fragments;382 unsigned int tx_unicast_octets;383 unsigned int tx_multicast_octets;384 unsigned int tx_deferred_transmissions;385 unsigned int tx_single_retry_frames;386 unsigned int tx_multiple_retry_frames;387 unsigned int tx_retry_limit_exceeded;[all …]
945 struct ieee80211_stats { struct946 unsigned int tx_unicast_frames;947 unsigned int tx_multicast_frames;948 unsigned int tx_fragments;949 unsigned int tx_unicast_octets;950 unsigned int tx_multicast_octets;951 unsigned int tx_deferred_transmissions;952 unsigned int tx_single_retry_frames;953 unsigned int tx_multiple_retry_frames;954 unsigned int tx_retry_limit_exceeded;[all …]