Searched refs:packet_beacon (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dtrx_common.c26 bool packet_beacon)
43 pstats->packet_beacon = packet_beacon;
213 if (!pstats->packet_toself && !pstats->packet_beacon)
265 if (pstats->packet_toself || pstats->packet_beacon) {
313 if (!pstats->packet_toself && !pstats->packet_beacon)
338 !pcurrent_stats->packet_beacon)
356 bool packet_beacon; local
377 packet_beacon = ieee80211_is_beacon(fc);
380 packet_beacon);
20 _rtl92de_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, __le32 *pdesc, struct rx_fwinfo_92d *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c30 bool bpacket_toself, bool packet_beacon)
44 pstatus->packet_beacon = packet_beacon;
229 bool packet_matchbssid, packet_toself, packet_beacon; local
249 packet_beacon = true;
251 packet_beacon = false;
255 packet_beacon);
26 _rtl8723e_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo_8723e *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c40 bool packet_beacon)
53 pstats->packet_beacon = packet_beacon;
205 bool packet_matchbssid, packet_toself, packet_beacon = false; local
226 packet_beacon = true;
229 packet_matchbssid, packet_toself, packet_beacon);
35 _rtl92se_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, __le32 *pdesc, struct rx_fwinfo *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c32 bool packet_beacon)
47 pstats->packet_beacon = packet_beacon;
225 bool packet_matchbssid, packet_toself, packet_beacon = false; local
247 packet_beacon = true;
251 packet_beacon);
26 _rtl92ce_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92c *pdesc, struct rx_fwinfo_92c *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.c33 bool packet_beacon)
47 pstatus->packet_beacon = packet_beacon;
227 bool packet_matchbssid, packet_toself, packet_beacon; local
251 packet_beacon = true;
253 packet_beacon = false;
255 if (packet_beacon && packet_matchbssid)
270 packet_beacon);
28 _rtl92ee_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, u8 *pdesc, struct rx_fwinfo *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.c62 bool bpacket_toself, bool packet_beacon)
78 pstatus->packet_beacon = packet_beacon;
287 bool packet_matchbssid, packet_toself, packet_beacon; local
310 packet_beacon = true;
312 packet_beacon = false;
314 if (packet_beacon && packet_matchbssid)
330 packet_beacon);
58 query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_8821ae *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c34 bool packet_beacon)
48 pstatus->packet_beacon = packet_beacon;
201 bool packet_matchbssid, packet_toself, packet_beacon; local
222 /* YP: packet_beacon is not initialized,
228 packet_beacon = true;
230 packet_beacon = false;
232 if (packet_beacon && packet_matchbssid)
238 packet_beacon);
28 _rtl8723be_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_8723be *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.c31 bool bpacket_toself, bool packet_beacon)
49 pstatus->packet_beacon = packet_beacon;
284 bool packet_matchbssid, packet_toself, packet_beacon; local
305 packet_beacon = true;
307 packet_beacon = false;
311 packet_beacon);
27 _rtl88ee_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstatus, __le32 *pdesc, struct rx_fwinfo_88e *p_drvinfo, bool bpacket_match_bssid, bool bpacket_toself, bool packet_beacon) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.c576 bool packet_beacon)
592 pstats->packet_beacon = packet_beacon;
723 bool packet_matchbssid, packet_toself, packet_beacon = false; local
742 packet_beacon = true;
745 packet_beacon);
570 _rtl92c_query_rxphystatus(struct ieee80211_hw *hw, struct rtl_stats *pstats, struct rx_desc_92c *p_desc, struct rx_fwinfo_92c *p_drvinfo, bool packet_match_bssid, bool packet_toself, bool packet_beacon) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dstats.c77 if (!pstatus->packet_toself && !pstatus->packet_beacon)
H A Dwifi.h2074 bool packet_beacon; /*for rssi */ member in struct:rtl_stats

Completed in 447 milliseconds