• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/hostap/

Lines Matching refs:rx_stats

1278 			  struct hostap_80211_rx_status *rx_stats)
1491 struct hostap_80211_rx_status *rx_stats, int reassoc)
1691 struct hostap_80211_rx_status *rx_stats)
1733 struct hostap_80211_rx_status *rx_stats)
1851 struct hostap_80211_rx_status *rx_stats)
1968 struct hostap_80211_rx_status *rx_stats)
2123 struct hostap_80211_rx_status *rx_stats)
2171 handle_beacon(local, skb, rx_stats);
2177 handle_pspoll(local, hdr, rx_stats);
2207 handle_assoc(local, skb, rx_stats, 0);
2213 handle_assoc(local, skb, rx_stats, 1);
2222 handle_disassoc(local, skb, rx_stats);
2225 handle_authen(local, skb, rx_stats);
2228 handle_deauth(local, skb, rx_stats);
2244 struct hostap_80211_rx_status *rx_stats)
2265 handle_ap_item(local, skb, rx_stats);
2278 struct hostap_80211_rx_status rx_stats;
2305 memset(&rx_stats, 0, sizeof(rx_stats));
2306 hostap_rx(local->dev, skb, &rx_stats);
2899 struct hostap_80211_rx_status *rx_stats,
2931 prism2_rx_80211(local->apdev, skb, rx_stats,
2940 hostap_rx(dev, skb, rx_stats);
2953 hostap_dump_rx_80211(dev->name, skb, rx_stats);
2962 prism2_rx_80211(local->apdev, skb, rx_stats,
2974 hostap_rx(dev, skb, rx_stats);
2993 hostap_dump_rx_80211(dev->name, skb, rx_stats);
3011 prism2_rx_80211(local->apdev, skb, rx_stats,
3020 hostap_rx(dev, skb, rx_stats);
3140 struct hostap_80211_rx_status *rx_stats)
3150 sta->last_rx_silence = rx_stats->noise;
3151 sta->last_rx_signal = rx_stats->signal;
3152 sta->last_rx_rate = rx_stats->rate;
3154 if (rx_stats->rate == 10)
3156 else if (rx_stats->rate == 20)
3158 else if (rx_stats->rate == 55)
3160 else if (rx_stats->rate == 110)