Home
last modified time | relevance | path

Searched refs:bpacket_match_bssid (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
Dtrx.c51 bool bpacket_match_bssid, in _rtl8723e_query_rxphystatus() argument
64 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl8723e_query_rxphystatus()
149 if (bpacket_match_bssid) { in _rtl8723e_query_rxphystatus()
191 if (bpacket_match_bssid) in _rtl8723e_query_rxphystatus()
215 if (bpacket_match_bssid) { in _rtl8723e_query_rxphystatus()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
Dtrx.c53 bool bpacket_match_bssid, in _rtl8723be_query_rxphystatus() argument
67 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl8723be_query_rxphystatus()
117 if (bpacket_match_bssid) { in _rtl8723be_query_rxphystatus()
176 if (bpacket_match_bssid) { in _rtl8723be_query_rxphystatus()
188 if (bpacket_match_bssid) { in _rtl8723be_query_rxphystatus()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
Dtrx.c53 bool bpacket_match_bssid, in _rtl88ee_query_rxphystatus() argument
70 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl88ee_query_rxphystatus()
168 if (bpacket_match_bssid) { in _rtl88ee_query_rxphystatus()
209 if (bpacket_match_bssid) in _rtl88ee_query_rxphystatus()
233 if (bpacket_match_bssid) { in _rtl88ee_query_rxphystatus()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dtrx.c84 bool bpacket_match_bssid, in query_rxphystatus() argument
99 pstatus->packet_matchbssid = bpacket_match_bssid; in query_rxphystatus()
199 if (bpacket_match_bssid) { in query_rxphystatus()
265 if (bpacket_match_bssid) { in query_rxphystatus()
275 if (bpacket_match_bssid) { in query_rxphystatus()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dtrx.c53 bool bpacket_match_bssid, in _rtl92ee_query_rxphystatus() argument
67 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl92ee_query_rxphystatus()
140 if (bpacket_match_bssid) { in _rtl92ee_query_rxphystatus()
200 if (bpacket_match_bssid) { in _rtl92ee_query_rxphystatus()
212 if (bpacket_match_bssid) { in _rtl92ee_query_rxphystatus()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1481 bool bpacket_match_bssid, in rtl8192_query_rxphystatus() argument
1506 bpacket_match_bssid; in rtl8192_query_rxphystatus()
1585 if (bpacket_match_bssid) { in rtl8192_query_rxphystatus()
1625 if (bpacket_match_bssid) { in rtl8192_query_rxphystatus()
1652 if (bpacket_match_bssid) { in rtl8192_query_rxphystatus()
1871 bool bpacket_match_bssid, bpacket_toself; in rtl8192_TranslateRxSignalStuff() local
1887 bpacket_match_bssid = in rtl8192_TranslateRxSignalStuff()
1894 bpacket_toself = bpacket_match_bssid && /* check this */ in rtl8192_TranslateRxSignalStuff()
1898 if (bpacket_match_bssid) in rtl8192_TranslateRxSignalStuff()
1904 &previous_stats, bpacket_match_bssid, in rtl8192_TranslateRxSignalStuff()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c3977 bool bpacket_match_bssid, in rtl8192_query_rxphystatus() argument
4002 pstats->bPacketMatchBSSID = precord_stats->bPacketMatchBSSID = bpacket_match_bssid; in rtl8192_query_rxphystatus()
4205 bool bpacket_match_bssid, bpacket_toself; in TranslateRxSignalStuff819xUsb() local
4225 bpacket_match_bssid = (IEEE80211_FTYPE_CTL != type) && in TranslateRxSignalStuff819xUsb()
4228 bpacket_toself = bpacket_match_bssid & (eqMacAddr(praddr, priv->ieee80211->dev->dev_addr)); in TranslateRxSignalStuff819xUsb()
4239 if (bpacket_match_bssid) in TranslateRxSignalStuff819xUsb()
4249 …rtl8192_query_rxphystatus(priv, pstats, pdrvinfo, &previous_stats, bpacket_match_bssid, bpacket_to… in TranslateRxSignalStuff819xUsb()