Searched refs:setDefaultKeyId (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DunicastKeyNone.c156 if (pUnicastKey->pParent->setDefaultKeyId!=NULL)
158 status = pUnicastKey->pParent->setDefaultKeyId(pUnicastKey->pParent,
H A DunicastKey802_1x.c331 if (pUnicastKey->pParent->setDefaultKeyId!=NULL)
333 status = pUnicastKey->pParent->setDefaultKeyId(pUnicastKey->pParent,
H A DmainKeysSm.h117 mainKeysSmSetDefaultKeyId_t setDefaultKeyId; member in struct:_mainKeys_t
H A DkeyParserWep.c161 status = pKeyParser->pParent->setDefaultKeyId(pKeyParser->pParent, (TI_UINT8)securityKey.keyIndex);
H A DmainSecSm.h127 mainSecSmSetDefaultKeyId_t setDefaultKeyId; member in struct:_mainSec_t
H A DmainSecSm.c187 pMainSec->setDefaultKeyId = mainSec_setDefaultKeyId;
390 status = pMainSec->pParent->setDefaultKeyId(pMainSec->pParent, keyId);
H A Drsn.h176 rsn_setDefaultKeyId_t setDefaultKeyId; member in struct:_rsn_t
H A DmainKeysSm.c239 pMainKeys->setDefaultKeyId = mainKeys_setDefaultKeyId;
559 return (pMainKeys->pParent->setDefaultKeyId(pMainKeys->pParent, keyId));
H A Drsn.c257 pRsn->setDefaultKeyId = rsn_setDefaultKeyId;

Completed in 520 milliseconds