Home
last modified time | relevance | path

Searched refs:MAC_BROADCAST (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldCmd.c1185 if (!MAC_BROADCAST (pKey->macAddress)) in cmdBld_CmdAddWpaKey()
1412 if (!MAC_BROADCAST(aSecurityKey->macAddress) ) in cmdBld_CmdRemoveWepMappingKey()
1484 if (!MAC_BROADCAST(aSecurityKey->macAddress) ) in cmdBld_CmdRemoveTkipMicMappingKey()
1555 if (!MAC_BROADCAST(aSecurityKey->macAddress) ) in cmdBld_CmdRemoveAesMappingKey()
1646 if (!MAC_BROADCAST(aSecurityKey->macAddress) ) in cmdBld_CmdRemoveGemMappingKey()
/hardware/ti/wlan/wl1271/utils/
Dtidef.h218 #define MAC_BROADCAST(mac) MAC_EQUAL (mac, "\xff\xff\xff\xff\xff\xff") macro
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DsmeSelect.c326 if (TI_TRUE == MAC_BROADCAST (*pDesiredBssid)) in sme_SelectBssidMatch()
Drsn.c1638 if (!MAC_BROADCAST(pKey->macAddress)) in rsn_setKey()
1668 macIsBroadcast = MAC_BROADCAST (pKey->macAddress); in rsn_setKey()
1670 macIsBroadcast && !MAC_BROADCAST((pRsn->keys[keyIndex].macAddress))) in rsn_setKey()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DsystemConfig.c187 if ((MAC_BROADCAST (pSiteMgr->pDesiredParams->siteMgrDesiredBSSID)) || in addSelfSite()
DmlmeParser.c167 if (MAC_BROADCAST (pMgmtFrame->hdr.DA)) in mlmeParser_recv()
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxCtrl.c741 if (MAC_BROADCAST(pEthHeader->dst)) in txCtrl_BuildDataPktHdr()
Drx.c1292 else if (MAC_BROADCAST (pEthernetHeader->dst)) in rxData_rcvPacketData()