Home
last modified time | relevance | path

Searched refs:IS_MCAST (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_recv.c336 if (IS_MCAST(prxattrib->ra)) { in recvframe_chkmic()
405 if ((IS_MCAST(prxattrib->ra) == true) && (prxattrib->key_index != pmlmeinfo->key_index)) in recvframe_chkmic()
409 rtw_handle_tkip_mic_err(adapter, (u8)IS_MCAST(prxattrib->ra)); in recvframe_chkmic()
421 if ((psecuritypriv->bcheck_grpkey == false) && (IS_MCAST(prxattrib->ra) == true)) { in recvframe_chkmic()
750 if ((!MacAddr_isBcst(pattrib->dst)) && (!IS_MCAST(pattrib->dst))) { in count_rx_stats()
788 sint bmcast = IS_MCAST(pattrib->dst); in sta2sta_data_frame()
828 if (!IS_MCAST(pattrib->bssid)) { in sta2sta_data_frame()
886 sint bmcast = IS_MCAST(pattrib->dst); in ap2sta_data_frame()
1380 …^^^^^IS_MCAST(pattrib->ra(0x%02x)) =%d^^^^^^^^^^^^^^^6\n", pattrib->ra[0], IS_MCAST(pattrib->ra))); in validate_recv_data_frame()
1382 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, IS_MCAST(pattrib->ra)); in validate_recv_data_frame()
[all …]
Drtw_xmit.c485 sint bmcast = IS_MCAST(pattrib->ra); in update_attrib_sec_info()
734 bmcast = IS_MCAST(pattrib->ra); in update_attrib()
823 sint bmcst = IS_MCAST(pattrib->ra); in xmitframe_addmic()
1122 s32 bmcst = IS_MCAST(pattrib->ra); in rtw_xmitframe_coalesce()
1241 s32 bmcst = IS_MCAST(pattrib->ra); in rtw_mgmt_xmitframe_coalesce()
2196 sint bmcst = IS_MCAST(pattrib->ra); in xmitframe_enqueue_for_sleeping_sta()
Drtw_security.c684 if (IS_MCAST(pattrib->ra)) in rtw_tkip_encrypt()
754 if (IS_MCAST(prxattrib->ra)) { in rtw_tkip_decrypt()
1511 if (IS_MCAST(pattrib->ra)) in rtw_aes_encrypt()
1835 if (IS_MCAST(prxattrib->ra)) { in rtw_aes_decrypt()
Drtw_sta_mgt.c523 if (IS_MCAST(hwaddr)) in rtw_get_stainfo()
Drtw_mlme.c2861 s32 bmcst = IS_MCAST(pattrib->ra); in rtw_issue_addbareq_cmd()
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dodm.c1115 if (IS_MCAST(pstat->hwaddr)) /* if (psta->mac_id == 1) */ in odm_RefreshRateAdaptiveMaskCE()
1117 if (IS_MCAST(pstat->hwaddr)) in odm_RefreshRateAdaptiveMaskCE()
1259 if (IS_MCAST(psta->hwaddr)) /* if (psta->mac_id == 1) */ in odm_RSSIMonitorCheckCE()
Dhal_intf.c234 if (IS_MCAST(pmgntframe->attrib.ra)) { in rtw_hal_mgnt_xmit()
Drtl8723b_hal_init.c3066 bmcst = IS_MCAST(pattrib->ra); in rtl8723b_fill_default_txdesc()
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c109 int bmcast = IS_MCAST(pattrib->dst); in rtw_os_recv_indicate_pkt()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dwifi.h350 static inline int IS_MCAST(unsigned char *da) in IS_MCAST() function