Searched refs:IS_MCAST (Results 1 – 10 of 10) sorted by relevance
336 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 …]
485 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()
684 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()
523 if (IS_MCAST(hwaddr)) in rtw_get_stainfo()
2861 s32 bmcst = IS_MCAST(pattrib->ra); in rtw_issue_addbareq_cmd()
1115 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()
234 if (IS_MCAST(pmgntframe->attrib.ra)) { in rtw_hal_mgnt_xmit()
3066 bmcst = IS_MCAST(pattrib->ra); in rtl8723b_fill_default_txdesc()
109 int bmcast = IS_MCAST(pattrib->dst); in rtw_os_recv_indicate_pkt()
350 static inline int IS_MCAST(unsigned char *da) in IS_MCAST() function