Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c29 bool bpacket_match_bssid, in _rtl8723e_query_rxphystatus() argument
42 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl8723e_query_rxphystatus()
127 if (bpacket_match_bssid) { in _rtl8723e_query_rxphystatus()
169 if (bpacket_match_bssid) in _rtl8723e_query_rxphystatus()
193 if (bpacket_match_bssid) { in _rtl8723e_query_rxphystatus()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c32 bool bpacket_match_bssid, in _rtl8723be_query_rxphystatus() argument
46 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl8723be_query_rxphystatus()
96 if (bpacket_match_bssid) { in _rtl8723be_query_rxphystatus()
155 if (bpacket_match_bssid) { in _rtl8723be_query_rxphystatus()
167 if (bpacket_match_bssid) { in _rtl8723be_query_rxphystatus()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.c30 bool bpacket_match_bssid, in _rtl88ee_query_rxphystatus() argument
47 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl88ee_query_rxphystatus()
145 if (bpacket_match_bssid) { in _rtl88ee_query_rxphystatus()
186 if (bpacket_match_bssid) in _rtl88ee_query_rxphystatus()
210 if (bpacket_match_bssid) { in _rtl88ee_query_rxphystatus()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.c61 bool bpacket_match_bssid, in query_rxphystatus() argument
76 pstatus->packet_matchbssid = bpacket_match_bssid; in query_rxphystatus()
176 if (bpacket_match_bssid) { in query_rxphystatus()
242 if (bpacket_match_bssid) { in query_rxphystatus()
252 if (bpacket_match_bssid) { in query_rxphystatus()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.c31 bool bpacket_match_bssid, in _rtl92ee_query_rxphystatus() argument
45 pstatus->packet_matchbssid = bpacket_match_bssid; in _rtl92ee_query_rxphystatus()
119 if (bpacket_match_bssid) { in _rtl92ee_query_rxphystatus()
179 if (bpacket_match_bssid) { in _rtl92ee_query_rxphystatus()
191 if (bpacket_match_bssid) { in _rtl92ee_query_rxphystatus()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1469 bool bpacket_match_bssid, in _rtl92e_query_rxphystatus() argument
1494 bpacket_match_bssid; in _rtl92e_query_rxphystatus()
1574 if (bpacket_match_bssid) { in _rtl92e_query_rxphystatus()
1614 if (bpacket_match_bssid) { in _rtl92e_query_rxphystatus()
1641 if (bpacket_match_bssid) { in _rtl92e_query_rxphystatus()
1852 bool bpacket_match_bssid, bpacket_toself; in _rtl92e_translate_rx_signal_stats() local
1868 bpacket_match_bssid = in _rtl92e_translate_rx_signal_stats()
1875 bpacket_toself = bpacket_match_bssid && /* check this */ in _rtl92e_translate_rx_signal_stats()
1879 if (bpacket_match_bssid) in _rtl92e_translate_rx_signal_stats()
1885 &previous_stats, bpacket_match_bssid, in _rtl92e_translate_rx_signal_stats()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_core.c4014 bool bpacket_match_bssid, in rtl8192_query_rxphystatus() argument
4039 precord_stats->bPacketMatchBSSID = bpacket_match_bssid; in rtl8192_query_rxphystatus()
4251 bool bpacket_match_bssid, bpacket_toself; in TranslateRxSignalStuff819xUsb() local
4271 bpacket_match_bssid = (type != IEEE80211_FTYPE_CTL) && in TranslateRxSignalStuff819xUsb()
4274 bpacket_toself = bpacket_match_bssid && in TranslateRxSignalStuff819xUsb()
4284 if (bpacket_match_bssid) in TranslateRxSignalStuff819xUsb()
4294 bpacket_match_bssid, bpacket_toself, in TranslateRxSignalStuff819xUsb()