Home
last modified time | relevance | path

Searched refs:MAC_MULTICAST (Results 1 – 9 of 9) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/
DtxHwQueueCalc.c164 if (MAC_MULTICAST(GET_DA_FROM_DOT11_HEADER_T(pDot11Hdr))) in CalcFragThreshold()
/system/wlan/ti/wilink_6_1/utils/
Dtidef.h235 #define MAC_MULTICAST(mac) ((mac)[0] & 0x01) macro
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
Dutils.h73 #define MAC_MULTICAST(pMac) ((pMac)->addr[0] & 0x01) macro
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
DTNETW_Driver_Tx.c205 && (MAC_MULTICAST(GET_DA_FROM_DOT11_HEADER_T(pDot11Hdr)))); in TnetwDrv_txXfer_sendPacket()
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
Drx.c1235 if (!MAC_MULTICAST (pEthernetHeader->dst)) in rxData_rcvPacketData()
1279 if (!MAC_MULTICAST (pEthernetHeader->dst)) in rxData_rcvPacketData()
1677 if (MAC_MULTICAST(*pMac) || Param.content.siteMgrCurrentBSSType == BSS_INDEPENDENT) in rxData_ReceivePacket()
DtxCtrl.c709 if (TI_UNLIKELY(MAC_MULTICAST(pEthHeader->dst))) in txCtrl_BuildDataPktHdr()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
Drx.c1665 if (MAC_MULTICAST(pMac) || Param.content.siteMgrCurrentBSSType == BSS_INDEPENDENT) in rxData_ReceivePacket()
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
DmlmeParser.c172 if (MAC_MULTICAST (pMgmtFrame->hdr.DA)) in mlmeParser_recv()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
DmlmeParser.c193 if (MAC_MULTICAST((&pMgmtFrame->hdr.DA))) in mlmeParser_recv()