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 …]
942 struct ieee80211_stats { struct943 unsigned int tx_unicast_frames;944 unsigned int tx_multicast_frames;945 unsigned int tx_fragments;946 unsigned int tx_unicast_octets;947 unsigned int tx_multicast_octets;948 unsigned int tx_deferred_transmissions;949 unsigned int tx_single_retry_frames;950 unsigned int tx_multiple_retry_frames;951 unsigned int tx_retry_limit_exceeded;[all …]