Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1479 bool bpacket_match_bssid, in _rtl92e_query_rxphystatus() argument
1504 bpacket_match_bssid; in _rtl92e_query_rxphystatus()
1584 if (bpacket_match_bssid) { in _rtl92e_query_rxphystatus()
1624 if (bpacket_match_bssid) { in _rtl92e_query_rxphystatus()
1651 if (bpacket_match_bssid) { in _rtl92e_query_rxphystatus()
1867 bool bpacket_match_bssid, bpacket_toself; in _rtl92e_translate_rx_signal_stats() local
1883 bpacket_match_bssid = in _rtl92e_translate_rx_signal_stats()
1890 bpacket_toself = bpacket_match_bssid && /* check this */ in _rtl92e_translate_rx_signal_stats()
1894 if (bpacket_match_bssid) in _rtl92e_translate_rx_signal_stats()
1900 &previous_stats, bpacket_match_bssid, in _rtl92e_translate_rx_signal_stats()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c4251 bool bpacket_match_bssid, in rtl8192_query_rxphystatus() argument
4277 precord_stats->bPacketMatchBSSID = bpacket_match_bssid; in rtl8192_query_rxphystatus()
4494 bool bpacket_match_bssid, bpacket_toself; in TranslateRxSignalStuff819xUsb() local
4514 bpacket_match_bssid = (IEEE80211_FTYPE_CTL != type) && in TranslateRxSignalStuff819xUsb()
4517 bpacket_toself = bpacket_match_bssid & in TranslateRxSignalStuff819xUsb()
4529 if (bpacket_match_bssid) in TranslateRxSignalStuff819xUsb()
4539 bpacket_match_bssid, bpacket_toself, in TranslateRxSignalStuff819xUsb()