HomeSort by relevance Sort by last modified time
    Searched refs:TSecurityKeys (Results 1 - 22 of 22) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyDeriveAes.c 105 TSecurityKeys key;
126 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys));
169 TSecurityKeys key;
176 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys));
keyDeriveWep.c 107 TSecurityKeys key;
157 TSecurityKeys key;
159 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys));
187 TSecurityKeys key;
mainKeysSmInternal.h 102 TI_STATUS mainKeys_setKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
103 TI_STATUS mainKeys_removeKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
rsn.h 94 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);
keyDeriveCkip.c 111 TSecurityKeys key;
191 TSecurityKeys key;
193 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys));
keyDeriveTkip.c 107 TSecurityKeys key;
179 TSecurityKeys key;
181 os_memoryZero(pKeyDerive->hOs, &key, sizeof(TSecurityKeys));
mainKeysSm.h 75 typedef TI_STATUS (*mainKeysSmSetKey_t)(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
76 typedef TI_STATUS (*mainKeysSmRemoveKey_t)(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey);
mainSecSm.h 73 typedef TI_STATUS (*mainSecSmSetKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
74 typedef TI_STATUS (*mainSecSmRemoveKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
mainSecSm.c 84 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)
344 TI_STATUS mainSec_removeKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey)
keyParserWep.c 121 TSecurityKeys securityKey;
rsnApi.h 199 TSecurityKeys keys[MAX_KEYS_NUM];
rsn.c 329 os_memoryCopy (pRsn->hOs, &pRsn->keys[keyIndex], &pInitParam->keys[keyIndex], sizeof(TSecurityKeys));
545 TSecurityKeys key;
550 os_memoryCopy (pRsn->hOs, &key, &pRsn->keys[keyIndex], sizeof(TSecurityKeys));
587 TSecurityKeys key;
600 os_memoryCopy (pRsn->hOs, &key, &pRsn->keys[keyIndex], sizeof(TSecurityKeys));
1000 os_memoryCopy(pRsn->hOs, &key, &pRsn->keys[keyIndex], sizeof(TSecurityKeys));
    [all...]
mainKeysSm.c 515 TI_STATUS mainKeys_setKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey)
536 TI_STATUS mainKeys_removeKey(struct _mainKeys_t *pMainKeys, TSecurityKeys *pKey)
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.h 85 TI_STATUS cmdBld_CmdAddWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
86 TI_STATUS cmdBld_CmdRemoveWepDefaultKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
88 TI_STATUS cmdBld_CmdAddWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
89 TI_STATUS cmdBld_CmdRemoveWpaKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
90 TI_STATUS cmdBld_CmdAddTkipMicMappingKey(TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
91 TI_STATUS cmdBld_CmdRemoveTkipMicMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
92 TI_STATUS cmdBld_CmdAddAesMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
93 TI_STATUS cmdBld_CmdRemoveAesMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
95 TI_STATUS cmdBld_CmdAddGemMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb);
96 TI_STATUS cmdBld_CmdRemoveGemMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* pKey, void *fCb, TI_HANDLE hCb)
    [all...]
CmdBldCmd.c 61 TI_STATUS cmdBld_CmdAddWepMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb, TI_HANDLE hCb);
62 TI_STATUS cmdBld_CmdRemoveWepMappingKey (TI_HANDLE hCmdBld, TSecurityKeys* aSecurityKey, void *fCb, TI_HANDLE hCb);
    [all...]
CmdBldDb.h 286 TSecurityKeys* pReconfKeys;
CmdBld.c 180 DB_KEYS(pCmdBld).pReconfKeys = (TSecurityKeys*)os_memoryAlloc (hOs,
181 sizeof(TSecurityKeys) * (uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF_SECUR_KEYS));
184 sizeof(TSecurityKeys) * (uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF_SECUR_KEYS));
212 sizeof(TSecurityKeys) * (uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF_SECUR_KEYS));
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverCtrl.c 136 (TSecurityKeys *) pParamInfo->content.configureCmdCBParams.pCb,
147 (TSecurityKeys *) pParamInfo->content.configureCmdCBParams.pCb,
    [all...]
TWDriver.h 799 * \sa TSecurityKeys
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 628 TSecurityKeys *pRsnKey;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 69 milliseconds