Searched refs:pcurrent_stats (Results 1 – 3 of 3) sorted by relevance
430 struct rtl_stats *pcurrent_stats) in _rtl92de_process_phyinfo() argument433 if (!pcurrent_stats->packet_matchbssid && in _rtl92de_process_phyinfo()434 !pcurrent_stats->packet_beacon) in _rtl92de_process_phyinfo()437 _rtl92de_process_ui_rssi(hw, pcurrent_stats); in _rtl92de_process_phyinfo()438 _rtl92de_process_pwdb(hw, pcurrent_stats); in _rtl92de_process_phyinfo()439 _rtl92de_process_ui_link_quality(hw, pcurrent_stats); in _rtl92de_process_phyinfo()
1080 struct rtl_stats *pcurrent_stats) in _rtl92c_process_phyinfo() argument1082 if (!pcurrent_stats->packet_matchbssid && in _rtl92c_process_phyinfo()1083 !pcurrent_stats->packet_beacon) in _rtl92c_process_phyinfo()1085 _rtl92c_process_ui_rssi(hw, pcurrent_stats); in _rtl92c_process_phyinfo()1086 _rtl92c_process_pwdb(hw, pcurrent_stats); in _rtl92c_process_phyinfo()1087 _rtl92c_process_LINK_Q(hw, pcurrent_stats); in _rtl92c_process_phyinfo()
4501 …8* buffer, struct ieee80211_rx_stats * pprevious_stats, struct ieee80211_rx_stats * pcurrent_stats) in rtl8192_process_phyinfo() argument4522 pcurrent_stats->Seq_Num = seq; in rtl8192_process_phyinfo()4547 pcurrent_stats->rssi = priv->stats.signal_strength; in rtl8192_process_phyinfo()