/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | keyDeriveAes.c | 135 MAC_COPY (key.macAddress, keyMaterialAes->macAddress); in keyDeriveAes_derive() 180 MAC_COPY (key.macAddress, pEncodedKey->pData); in keyDeriveAes_remove()
|
D | keyDeriveTkip.c | 144 MAC_COPY (key.macAddress, keyMaterialTkip->macAddress); in keyDeriveTkip_derive() 185 MAC_COPY (key.macAddress, pEncodedKey->pData); in keyDeriveTkip_remove()
|
D | keyDeriveAes.h | 60 TI_UINT8 macAddress[MAC_ADDR_LEN]; member
|
D | keyDeriveTkip.h | 60 TI_UINT8 macAddress[MAC_ADDR_LEN]; member
|
D | keyParserExternal.h | 80 TI_UINT8 macAddress[MAC_ADDR_LEN]; /**< Remote station MAC address*/ member
|
D | rsn.c | 514 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()
|
D | keyDeriveCkip.c | 197 MAC_COPY (key.macAddress, pEncodedKey->pData); in keyDeriveCkip_remove()
|
D | keyDeriveWep.c | 163 MAC_COPY (key.macAddress, pEncodedKey->pData); in keyDeriveWep_remove()
|
D | rsn.h | 99 typedef TI_STATUS (*rsn_getSiteEntry_t)(rsn_t *pRsn, TMacAddr *macAddress, siteEntry_t *curSiteEntr…
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
D | CmdBldCmd.c | 1185 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 …]
|
D | CmdBld.c | 1973 MAC_COPY (DB_HW(hCmdBld).macAddress, pMacAddr); in cmdBld_FinalizeDownload()
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
D | scanMngrApi.h | 282 void scanMngr_handoverDone( TI_HANDLE hScanMngr, TMacAddr* macAddress, ERadioBand band );
|
D | scanMngr.c | 3862 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/ |
D | Ctrl.c | 273 MAC_COPY (bssid, pFwInfo->macAddress); in ctrlData_getParamBssid() 318 MAC_COPY (pParamInfo->content.ctrlDataDeviceMacAddress, pFwInfo->macAddress); in ctrlData_getParam()
|
D | rx.c | 1271 if (MAC_EQUAL(pFwInfo->macAddress, pEthernetHeader->src)) in rxData_rcvPacketData()
|
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
D | TWDriver.h | 1592 TMacAddr macAddress; /**< Security Key MAC Address */ member 1667 TMacAddr macAddress; /**< MAC Address */ member
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | CmdInterpretWext.c | 1262 … os_memoryCopy(pCmdInterpret->hOs, &key.macAddress, ext->addr.sa_data, sizeof(key.macAddress)); in cmdInterpret_convertAndExecute()
|
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
D | DrvMain.c | 1111 TI_UINT8 *pMacAddr = (TI_UINT8 *)pFwInfo->macAddress; /* STA MAC address */ in drvMain_ConfigFw()
|
/hardware/ti/wlan/wl1271/platforms/os/common/src/ |
D | osRgstry.c | 4593 NdisZeroMemory((void *)pSecKeys->macAddress, 6); in regReadWepKeyParameter()
|