Searched refs:bpacket_toself (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | trx.c | 52 bool bpacket_toself, bool packet_beacon) in _rtl8723e_query_rxphystatus() argument 65 pstatus->packet_toself = bpacket_toself; in _rtl8723e_query_rxphystatus()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 1482 bool bpacket_toself, in rtl8192_query_rxphystatus() argument 1507 pstats->bPacketToSelf = precord_stats->bPacketToSelf = bpacket_toself; in rtl8192_query_rxphystatus() 1871 bool bpacket_match_bssid, bpacket_toself; in rtl8192_TranslateRxSignalStuff() local 1894 bpacket_toself = bpacket_match_bssid && /* check this */ in rtl8192_TranslateRxSignalStuff() 1900 if (bpacket_toself) in rtl8192_TranslateRxSignalStuff() 1905 bpacket_toself, bPacketBeacon, bToSelfBA); in rtl8192_TranslateRxSignalStuff()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | trx.c | 54 bool bpacket_toself, in _rtl8723be_query_rxphystatus() argument 68 pstatus->packet_toself = bpacket_toself; in _rtl8723be_query_rxphystatus()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | trx.c | 54 bool bpacket_toself, bool packet_beacon) in _rtl88ee_query_rxphystatus() argument 71 pstatus->packet_toself = bpacket_toself; in _rtl88ee_query_rxphystatus()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | trx.c | 85 bool bpacket_toself, bool packet_beacon) in query_rxphystatus() argument 100 pstatus->packet_toself = bpacket_toself; in query_rxphystatus()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | trx.c | 54 bool bpacket_toself, in _rtl92ee_query_rxphystatus() argument 68 pstatus->packet_toself = bpacket_toself; in _rtl92ee_query_rxphystatus()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 3978 bool bpacket_toself, in rtl8192_query_rxphystatus() argument 4003 pstats->bPacketToSelf = precord_stats->bPacketToSelf = bpacket_toself; in rtl8192_query_rxphystatus() 4205 bool bpacket_match_bssid, bpacket_toself; in TranslateRxSignalStuff819xUsb() local 4228 bpacket_toself = bpacket_match_bssid & (eqMacAddr(praddr, priv->ieee80211->dev->dev_addr)); in TranslateRxSignalStuff819xUsb() 4241 if (bpacket_toself) in TranslateRxSignalStuff819xUsb() 4249 …status(priv, pstats, pdrvinfo, &previous_stats, bpacket_match_bssid, bpacket_toself, bPacketBeacon… in TranslateRxSignalStuff819xUsb()
|