Searched refs:macAddress (Results 1 - 25 of 36) sorted by relevance

12

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DkeyDeriveAes.h61 UINT8 macAddress[MAC_ADDR_LEN];
H A DkeyDeriveTkip.h61 UINT8 macAddress[MAC_ADDR_LEN];
H A DkeyDeriveAes.c136 os_memoryCopy(pKeyDerive->hOs, (void *)key.macAddress.addr, (void *)keyMaterialAes->macAddress, MAC_ADDR_LEN);
187 os_memoryCopy(pKeyDerive->hOs, (void *)key.macAddress.addr, pEncodedKey->pData, MAC_ADDR_LEN);
H A DkeyParserExternal.h81 UINT8 macAddress[MAC_ADDR_LEN]; /**< Remote station MAC address*/ member in struct:__anon665
H A DkeyDeriveTkip.c145 os_memoryCopy(pKeyDerive->hOs, (void *)key.macAddress.addr, (void *)keyMaterialTkip->macAddress, MAC_ADDR_LEN);
186 os_memoryCopy(pKeyDerive->hOs, (void *)key.macAddress.addr, pEncodedKey->pData, MAC_ADDR_LEN);
H A DkeyDeriveWep.c165 os_memoryCopy(pKeyDerive->hOs, (void *)key.macAddress.addr, pEncodedKey->pData, MAC_ADDR_LEN);
H A Drsn.c511 (void *)pRsn->keys[keyIndex].macAddress.addr,
611 WLAN_REPORT_HEX_INFORMATION(pRsn->hReport, RSN_MODULE_LOG, (UINT8 *)key.macAddress.addr, 6);
929 os_memoryCopy (pRsn->hOs, (void *)pRsn->keys[keyIndex].macAddress.addr, pParam->content.rsnOsKey.BSSID, MAC_ADDR_LEN);
1517 * In full driver we use only WEP default keys. That's why we make sure that the macAddress is cleared.
1518 * In GWSI we use WEP mapping key if the macAddress is not NULL.
1522 os_memoryZero(pRsn->hOs,(void*)pKey->macAddress.addr,
1530 if (!MAC_BROADCAST((&pKey->macAddress)))
1551 macIsBroadcast = MAC_BROADCAST((&pKey->macAddress));
1553 macIsBroadcast && !MAC_BROADCAST((&pRsn->keys[keyIndex].macAddress)))
1591 WLAN_REPORT_HEX_INFORMATION(pRsn->hReport, RSN_MODULE_LOG, (UINT8 *)pKey->macAddress
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DkeyDeriveAes.h60 TI_UINT8 macAddress[MAC_ADDR_LEN]; member in struct:__anon1670
H A DkeyDeriveTkip.h60 TI_UINT8 macAddress[MAC_ADDR_LEN]; member in struct:__anon1671
H A DkeyDeriveAes.c135 MAC_COPY (key.macAddress, keyMaterialAes->macAddress);
180 MAC_COPY (key.macAddress, pEncodedKey->pData);
H A DkeyParserExternal.h80 TI_UINT8 macAddress[MAC_ADDR_LEN]; /**< Remote station MAC address*/ member in struct:__anon1672
H A DkeyDeriveTkip.c144 MAC_COPY (key.macAddress, keyMaterialTkip->macAddress);
185 MAC_COPY (key.macAddress, pEncodedKey->pData);
H A DkeyDeriveCkip.c197 MAC_COPY (key.macAddress, pEncodedKey->pData);
H A DkeyDeriveWep.c163 MAC_COPY (key.macAddress, pEncodedKey->pData);
H A Drsn.h99 typedef TI_STATUS (*rsn_getSiteEntry_t)(rsn_t *pRsn, TMacAddr *macAddress, siteEntry_t *curSiteEntry);
H A Drsn.c509 MAC_COPY (rsnOsKey.BSSID, pRsn->keys[keyIndex].macAddress);
601 TRACE_INFO_HEX(pRsn->hReport, (TI_UINT8 *)key.macAddress, 6);
873 MAC_COPY (pRsn->keys[keyIndex].macAddress, pParam->content.rsnOsKey.BSSID);
1078 MAC_COPY (pRsn->keys[keyIndex].macAddress, pSecurityKey->macAddress);
1498 if (!MAC_BROADCAST(pKey->macAddress))
1521 macIsBroadcast = MAC_BROADCAST (pKey->macAddress);
1523 macIsBroadcast && !MAC_BROADCAST((pRsn->keys[keyIndex].macAddress)))
1579 TRACE_INFO_HEX(pRsn->hReport, (TI_UINT8 *)pKey->macAddress, MAC_ADDR_LEN);
1631 MAC_COPY (pKey->macAddress, broadcas
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
H A DwhalWep.c110 if ( MAC_NULL(&pKey->macAddress) )
140 if ( MAC_NULL(&pKey->macAddress) )
H A DwhalWpa.c237 if(!MAC_BROADCAST((&pKey->macAddress)))
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/inc/
H A DscanMngrApi.h235 * \param macAddress - mac address of the new AP.\n
238 void scanMngr_handoverDone( TI_HANDLE hScanMngr, macAddress_t* macAddress, radioBand_e band );
/system/wlan/ti/wilink_6_1/stad/src/Application/
H A DscanMngrApi.h271 * \param macAddress - MAC address of the new AP (to which the STA is currently connected to)
282 void scanMngr_handoverDone( TI_HANDLE hScanMngr, TMacAddr* macAddress, ERadioBand band );
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmd.c1168 if (!MAC_BROADCAST (pKey->macAddress))
1370 (TI_UINT8*)aSecurityKey->macAddress,
1395 if (!MAC_BROADCAST(aSecurityKey->macAddress) )
1401 (TI_UINT8*)aSecurityKey->macAddress,
1438 (TI_UINT8*)aSecurityKey->macAddress,
1467 if (!MAC_BROADCAST(aSecurityKey->macAddress) )
1475 (TI_UINT8*)aSecurityKey->macAddress,
1509 (TI_UINT8*)aSecurityKey->macAddress,
1538 if (!MAC_BROADCAST(aSecurityKey->macAddress) )
1545 (TI_UINT8*)aSecurityKey->macAddress,
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A Drsn.h93 typedef TI_STATUS (*rsn_getSiteEntry_t)(rsn_t *pRsn, macAddress_t *macAddress, siteEntry_t *curSiteEntry);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwCtrl.c1750 (char*)aSecurityKey->macAddress.addr,
1782 (char*)aSecurityKey->macAddress.addr,
1813 keyType = (IsMacAddressGroup(&(aSecurityKey->macAddress))==1) ? KEY_TKIP_MIC_GROUP: KEY_TKIP_MIC_PAIRWISE;
1820 (char*)aSecurityKey->macAddress.addr,
1847 keyType = (IsMacAddressGroup(&(aSecurityKey->macAddress))==1) ? KEY_TKIP_MIC_GROUP: KEY_TKIP_MIC_PAIRWISE;
1850 (char*)aSecurityKey->macAddress.addr,
1875 keyType = IsMacAddressGroup(&(aSecurityKey->macAddress)) ?
1879 (char*)aSecurityKey->macAddress.addr,
1911 keyType = IsMacAddressGroup(&(aSecurityKey->macAddress)) ?
1915 (char*)aSecurityKey->macAddress
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DCtrl.c273 MAC_COPY (bssid, pFwInfo->macAddress);
318 MAC_COPY (pParamInfo->content.ctrlDataDeviceMacAddress, pFwInfo->macAddress);
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h746 macAddress_t macAddress;

Completed in 240 milliseconds

12