Home
last modified time | relevance | path

Searched refs:macAddress (Results 1 – 19 of 19) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DkeyDeriveAes.c135 MAC_COPY (key.macAddress, keyMaterialAes->macAddress); in keyDeriveAes_derive()
180 MAC_COPY (key.macAddress, pEncodedKey->pData); in keyDeriveAes_remove()
DkeyDeriveTkip.c144 MAC_COPY (key.macAddress, keyMaterialTkip->macAddress); in keyDeriveTkip_derive()
185 MAC_COPY (key.macAddress, pEncodedKey->pData); in keyDeriveTkip_remove()
DkeyDeriveAes.h60 TI_UINT8 macAddress[MAC_ADDR_LEN]; member
DkeyDeriveTkip.h60 TI_UINT8 macAddress[MAC_ADDR_LEN]; member
DkeyParserExternal.h80 TI_UINT8 macAddress[MAC_ADDR_LEN]; /**< Remote station MAC address*/ member
Drsn.c514 MAC_COPY (rsnOsKey.BSSID, pRsn->keys[keyIndex].macAddress); in rsn_sendKeysNotSet()
607 TRACE_INFO_HEX(pRsn->hReport, (TI_UINT8 *)key.macAddress, 6); in rsn_stop()
902 MAC_COPY (pRsn->keys[keyIndex].macAddress, pParam->content.rsnOsKey.BSSID); in rsn_setParam()
1117 MAC_COPY (pRsn->keys[keyIndex].macAddress, pSecurityKey->macAddress); in rsn_setParam()
1638 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()
1720 TRACE_INFO_HEX(pRsn->hReport, (TI_UINT8 *)pKey->macAddress, MAC_ADDR_LEN); in rsn_setKey()
1778 MAC_COPY (pKey->macAddress, broadcast); in rsn_removeKey()
1784 os_memoryZero(pRsn->hOs,(void*)pKey->macAddress,sizeof(TMacAddr)); in rsn_removeKey()
DkeyDeriveCkip.c197 MAC_COPY (key.macAddress, pEncodedKey->pData); in keyDeriveCkip_remove()
DkeyDeriveWep.c163 MAC_COPY (key.macAddress, pEncodedKey->pData); in keyDeriveWep_remove()
Drsn.h99 typedef TI_STATUS (*rsn_getSiteEntry_t)(rsn_t *pRsn, TMacAddr *macAddress, siteEntry_t *curSiteEntr…
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldCmd.c1185 if (!MAC_BROADCAST (pKey->macAddress)) in cmdBld_CmdAddWpaKey()
1387 (TI_UINT8*)aSecurityKey->macAddress, in cmdBld_CmdAddWepMappingKey()
1412 if (!MAC_BROADCAST(aSecurityKey->macAddress) ) in cmdBld_CmdRemoveWepMappingKey()
1418 (TI_UINT8*)aSecurityKey->macAddress, in cmdBld_CmdRemoveWepMappingKey()
1455 (TI_UINT8*)aSecurityKey->macAddress, in cmdBld_CmdAddTkipMicMappingKey()
1484 if (!MAC_BROADCAST(aSecurityKey->macAddress) ) in cmdBld_CmdRemoveTkipMicMappingKey()
1492 (TI_UINT8*)aSecurityKey->macAddress, in cmdBld_CmdRemoveTkipMicMappingKey()
1526 (TI_UINT8*)aSecurityKey->macAddress, in cmdBld_CmdAddAesMappingKey()
1555 if (!MAC_BROADCAST(aSecurityKey->macAddress) ) in cmdBld_CmdRemoveAesMappingKey()
1562 (TI_UINT8*)aSecurityKey->macAddress, in cmdBld_CmdRemoveAesMappingKey()
[all …]
DCmdBld.c1973 MAC_COPY (DB_HW(hCmdBld).macAddress, pMacAddr); in cmdBld_FinalizeDownload()
/hardware/ti/wlan/wl1271/stad/src/Application/
DscanMngrApi.h282 void scanMngr_handoverDone( TI_HANDLE hScanMngr, TMacAddr* macAddress, ERadioBand band );
DscanMngr.c3862 void scanMngr_handoverDone( TI_HANDLE hScanMngr, TMacAddr* macAddress, ERadioBand band ) in scanMngr_handoverDone() argument
3917 MAC_COPY (pScanMngr->currentBSS, *macAddress); in scanMngr_handoverDone()
3920 currentBSSNeighborIndex = scanMngrGetNeighborAPIndex( hScanMngr, band, macAddress ); in scanMngr_handoverDone()
3940 i = scanMngrGetTrackIndexByBssid( hScanMngr, macAddress ); in scanMngr_handoverDone()
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DCtrl.c273 MAC_COPY (bssid, pFwInfo->macAddress); in ctrlData_getParamBssid()
318 MAC_COPY (pParamInfo->content.ctrlDataDeviceMacAddress, pFwInfo->macAddress); in ctrlData_getParam()
Drx.c1271 if (MAC_EQUAL(pFwInfo->macAddress, pEthernetHeader->src)) in rxData_rcvPacketData()
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriver.h1592 TMacAddr macAddress; /**< Security Key MAC Address */ member
1667 TMacAddr macAddress; /**< MAC Address */ member
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c1262 … os_memoryCopy(pCmdInterpret->hOs, &key.macAddress, ext->addr.sa_data, sizeof(key.macAddress)); in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DDrvMain.c1111 TI_UINT8 *pMacAddr = (TI_UINT8 *)pFwInfo->macAddress; /* STA MAC address */ in drvMain_ConfigFw()
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c4593 NdisZeroMemory((void *)pSecKeys->macAddress, 6); in regReadWepKeyParameter()