Searched refs:IS_MCAST (Results 1 – 10 of 10) sorted by relevance
338 if (IS_MCAST(prxattrib->ra)) { in recvframe_chkmic()407 if ((IS_MCAST(prxattrib->ra) == true) && (prxattrib->key_index != pmlmeinfo->key_index)) in recvframe_chkmic()411 rtw_handle_tkip_mic_err(adapter, (u8)IS_MCAST(prxattrib->ra)); in recvframe_chkmic()423 if ((psecuritypriv->bcheck_grpkey == false) && (IS_MCAST(prxattrib->ra) == true)) { in recvframe_chkmic()752 if ((!MacAddr_isBcst(pattrib->dst)) && (!IS_MCAST(pattrib->dst))) { in count_rx_stats()790 sint bmcast = IS_MCAST(pattrib->dst); in sta2sta_data_frame()830 if (!IS_MCAST(pattrib->bssid)) { in sta2sta_data_frame()888 sint bmcast = IS_MCAST(pattrib->dst); in ap2sta_data_frame()1382 …^^^^^IS_MCAST(pattrib->ra(0x%02x)) =%d^^^^^^^^^^^^^^^6\n", pattrib->ra[0], IS_MCAST(pattrib->ra))); in validate_recv_data_frame()1384 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, IS_MCAST(pattrib->ra)); in validate_recv_data_frame()[all …]
509 sint bmcast = IS_MCAST(pattrib->ra); in update_attrib_sec_info()768 bmcast = IS_MCAST(pattrib->ra); in update_attrib()863 sint bmcst = IS_MCAST(pattrib->ra); in xmitframe_addmic()1215 s32 bmcst = IS_MCAST(pattrib->ra); in rtw_xmitframe_coalesce()1361 s32 bmcst = IS_MCAST(pattrib->ra); in rtw_mgmt_xmitframe_coalesce()2385 sint bmcst = IS_MCAST(pattrib->ra); in xmitframe_enqueue_for_sleeping_sta()
701 if (IS_MCAST(pattrib->ra)) in rtw_tkip_encrypt()784 if (IS_MCAST(prxattrib->ra)) { in rtw_tkip_decrypt()1549 if (IS_MCAST(pattrib->ra)) in rtw_aes_encrypt()1874 if (IS_MCAST(prxattrib->ra)) { in rtw_aes_decrypt()
526 if (IS_MCAST(hwaddr)) in rtw_get_stainfo()
2950 s32 bmcst = IS_MCAST(pattrib->ra); in rtw_issue_addbareq_cmd()
1128 if (IS_MCAST(pstat->hwaddr)) /* if (psta->mac_id == 1) */ in odm_RefreshRateAdaptiveMaskCE()1130 if (IS_MCAST(pstat->hwaddr)) in odm_RefreshRateAdaptiveMaskCE()1272 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()
3072 bmcst = IS_MCAST(pattrib->ra); in rtl8723b_fill_default_txdesc()
110 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