Searched refs:IS_MCAST (Results 1 – 12 of 12) sorted by relevance
329 if (IS_MCAST(prxattrib->ra)) { in recvframe_chkmic()364 if ((IS_MCAST(prxattrib->ra) == true) && (prxattrib->key_index != pmlmeinfo->key_index)) in recvframe_chkmic()368 rtw_handle_tkip_mic_err(adapter, (u8)IS_MCAST(prxattrib->ra)); in recvframe_chkmic()375 IS_MCAST(prxattrib->ra)) in recvframe_chkmic()636 if ((!MacAddr_isBcst(pattrib->dst)) && (!IS_MCAST(pattrib->dst))) in count_rx_stats()665 signed int bmcast = IS_MCAST(pattrib->dst); in sta2sta_data_frame()701 if (!IS_MCAST(pattrib->bssid)) { in sta2sta_data_frame()752 signed int bmcast = IS_MCAST(pattrib->dst); in ap2sta_data_frame()1337 GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, IS_MCAST(pattrib->ra)); in validate_recv_data_frame()1362 if (pattrib->privacy && !(IS_MCAST(GetAddr1Ptr(ptr))) && in validate_80211w_mgmt()[all …]
489 if (IS_MCAST(pattrib->ra)) in rtw_tkip_encrypt()557 if (IS_MCAST(prxattrib->ra)) { in rtw_tkip_decrypt()1054 if (IS_MCAST(pattrib->ra)) in rtw_aes_encrypt()1308 if (IS_MCAST(prxattrib->ra)) { in rtw_aes_decrypt()
476 signed int bmcast = IS_MCAST(pattrib->ra); in update_attrib_sec_info()694 bmcast = IS_MCAST(pattrib->ra); in update_attrib()768 signed int bmcst = IS_MCAST(pattrib->ra); in xmitframe_addmic()1038 s32 bmcst = IS_MCAST(pattrib->ra); in rtw_xmitframe_coalesce()1146 s32 bmcst = IS_MCAST(pattrib->ra); in rtw_mgmt_xmitframe_coalesce()2019 signed int bmcst = IS_MCAST(pattrib->ra); in xmitframe_enqueue_for_sleeping_sta()
474 if (IS_MCAST(hwaddr)) in rtw_get_stainfo()
2527 s32 bmcst = IS_MCAST(pattrib->ra); in rtw_issue_addbareq_cmd()
104 int bmcast = IS_MCAST(pattrib->dst); in rtw_os_recv_indicate_pkt()
432 if (IS_MCAST(pstat->hwaddr)) /* if (psta->mac_id == 1) */ in odm_RefreshRateAdaptiveMaskCE()579 if (IS_MCAST(psta->hwaddr)) /* if (psta->mac_id == 1) */ in odm_RSSIMonitorCheckCE()
220 if (IS_MCAST(pmgntframe->attrib.ra)) { in rtw_hal_mgnt_xmit()
2610 bmcst = IS_MCAST(pattrib->ra); in rtl8723b_fill_default_txdesc()
385 if (IS_MCAST(hwaddr)) in rtw_get_stainfo()
239 static inline bool IS_MCAST(unsigned char *da) in IS_MCAST() function
221 static inline int IS_MCAST(unsigned char *da) in IS_MCAST() function