Home
last modified time | relevance | path

Searched refs:last_rx_rate (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_ap.h64 u8 last_rx_rate; /* TX rate in 0.1 Mbps */ member
Dhostap_ap.c565 sta->last_rx_silence, sta->last_rx_rate); in prism2_ap_proc_show()
1085 sta->last_rx_signal, sta->last_rx_rate / 10, in prism2_sta_proc_show()
1086 sta->last_rx_rate % 10 ? ".5" : "", in prism2_sta_proc_show()
3240 sta->last_rx_rate = rx_stats->rate; in hostap_update_rx_stats()
/linux-4.1.27/net/mac80211/
Ddebugfs_sta.c392 STA_OPS(last_rx_rate);
446 DEBUGFS_ADD(last_rx_rate); in ieee80211_sta_debugfs_add()