Home
last modified time | relevance | path

Searched refs:TSecurityKeys (Results 1 – 22 of 22) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DkeyDeriveAes.c105 TSecurityKeys key; in keyDeriveAes_derive()
126 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys)); in keyDeriveAes_derive()
169 TSecurityKeys key; in keyDeriveAes_remove()
176 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys)); in keyDeriveAes_remove()
Drsn.h94 typedef TI_STATUS (*rsn_setKey_t)(rsn_t *pMainSec, TSecurityKeys *pKey);
95 typedef TI_STATUS (*rsn_removeKey_t)(rsn_t *pMainSec, TSecurityKeys *pKey);
131 TSecurityKeys keys[MAX_KEYS_NUM];
200 TI_STATUS rsn_setKey(rsn_t *pMainSec, TSecurityKeys *pKey);
202 TI_STATUS rsn_removeKey(rsn_t *pMainSec, TSecurityKeys *pKey);
DkeyDeriveWep.c107 TSecurityKeys key; in keyDeriveWep_derive()
157 TSecurityKeys key; in keyDeriveWep_remove()
159 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys)); in keyDeriveWep_remove()
187 TSecurityKeys key; in keyDeriveNone_derive()
DkeyDeriveCkip.c111 TSecurityKeys key; in keyDeriveCkip_derive()
191 TSecurityKeys key; in keyDeriveCkip_remove()
193 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys)); in keyDeriveCkip_remove()
DkeyDeriveTkip.c107 TSecurityKeys key; in keyDeriveTkip_derive()
179 TSecurityKeys key; in keyDeriveTkip_remove()
181 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys)); in keyDeriveTkip_remove()
DmainSecSm.c84 TI_STATUS mainSec_setKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
85 TI_STATUS mainSec_removeKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
307 TI_STATUS mainSec_setKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey) in mainSec_setKey()
344 TI_STATUS mainSec_removeKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey) in mainSec_removeKey()
DmainKeysSmInternal.h102 TI_STATUS mainKeys_setKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
103 TI_STATUS mainKeys_removeKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
DmainKeysSm.h75 typedef TI_STATUS (*mainKeysSmSetKey_t)(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
76 typedef TI_STATUS (*mainKeysSmRemoveKey_t)(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
DmainSecSm.h73 typedef TI_STATUS (*mainSecSmSetKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
74 typedef TI_STATUS (*mainSecSmRemoveKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
DkeyParserWep.c121 TSecurityKeys securityKey; in keyParserWep_recv()
Drsn.c329 …_memoryCopy (pRsn->hOs, &pRsn->keys[keyIndex], &pInitParam->keys[keyIndex], sizeof(TSecurityKeys)); in rsn_SetDefaults()
545 TSecurityKeys key; in rsn_removedDefKeys()
550 os_memoryCopy (pRsn->hOs, &key, &pRsn->keys[keyIndex], sizeof(TSecurityKeys)); in rsn_removedDefKeys()
587 TSecurityKeys key; in rsn_stop()
600 os_memoryCopy (pRsn->hOs, &key, &pRsn->keys[keyIndex], sizeof(TSecurityKeys)); in rsn_stop()
1082 TSecurityKeys *pSecurityKey = pParam->content.pRsnKey; in rsn_setParam()
1582 TI_STATUS rsn_setKey (rsn_t *pRsn, TSecurityKeys *pKey) in rsn_setKey()
1734 TI_STATUS rsn_removeKey (rsn_t *pRsn, TSecurityKeys *pKey) in rsn_removeKey()
DrsnApi.h199 TSecurityKeys keys[MAX_KEYS_NUM];
DmainKeysSm.c515 TI_STATUS mainKeys_setKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey) in mainKeys_setKey()
536 TI_STATUS mainKeys_removeKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey) in mainKeys_removeKey()
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBld.h85 TI_STATUS cmdBld_CmdAddWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HAND…
86 TI_STATUS cmdBld_CmdRemoveWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HAND…
88 TI_STATUS cmdBld_CmdAddWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HAND…
89 TI_STATUS cmdBld_CmdRemoveWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HAND…
90 TI_STATUS cmdBld_CmdAddTkipMicMappingKey(TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HAND…
91 TI_STATUS cmdBld_CmdRemoveTkipMicMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_…
92 TI_STATUS cmdBld_CmdAddAesMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HAND…
93 TI_STATUS cmdBld_CmdRemoveAesMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HAND…
95 …TI_STATUS cmdBld_CmdAddGemMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HAN…
96 …TI_STATUS cmdBld_CmdRemoveGemMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HAN…
[all …]
DCmdBldCmd.c61 TI_STATUS cmdBld_CmdAddWepMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb, T…
62 TI_STATUS cmdBld_CmdRemoveWepMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb,…
1102 TI_STATUS cmdBld_CmdAddKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, TI_BOOL reconfFlag, void *fCb, … in cmdBld_CmdAddKey()
1127 sizeof(TSecurityKeys)); in cmdBld_CmdAddKey()
1149 TI_STATUS cmdBld_CmdAddWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb) in cmdBld_CmdAddWpaKey()
1194 TI_STATUS cmdBld_CmdRemoveWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb) in cmdBld_CmdRemoveWpaKey()
1242 TI_STATUS cmdBld_CmdRemoveKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb) in cmdBld_CmdRemoveKey()
1279 TI_STATUS cmdBld_CmdAddWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb, TI… in cmdBld_CmdAddWepDefaultKey()
1349 TI_STATUS cmdBld_CmdRemoveWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb,… in cmdBld_CmdRemoveWepDefaultKey()
1383 TI_STATUS cmdBld_CmdAddWepMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb, TI… in cmdBld_CmdAddWepMappingKey()
[all …]
DCmdBldDb.h286 TSecurityKeys* pReconfKeys;
DCmdBld.c180 DB_KEYS(pCmdBld).pReconfKeys = (TSecurityKeys*)os_memoryAlloc (hOs, in cmdBld_Create()
181 …sizeof(TSecurityKeys) * (uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF… in cmdBld_Create()
184 …sizeof(TSecurityKeys) * (uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF… in cmdBld_Create()
212 …sizeof(TSecurityKeys) * (uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF… in cmdBld_Destroy()
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriverCtrl.c136 (TSecurityKeys *) pParamInfo->content.configureCmdCBParams.pCb, in TWD_SetParam()
147 (TSecurityKeys *) pParamInfo->content.configureCmdCBParams.pCb, in TWD_SetParam()
DTWDriver.h1595 } TSecurityKeys; typedef
2452 TSecurityKeys *pRsnKey; /**< */
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h628 TSecurityKeys *pRsnKey;
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c1113 TSecurityKeys myKeyInfo; in cmdInterpret_convertAndExecute()
1252 TSecurityKeys key; in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c4558 TSecurityKeys *pSecKeys; in regReadWepKeyParameter()
4575 pSecKeys = (TSecurityKeys*)pKeysStructure; in regReadWepKeyParameter()