Home
last modified time | relevance | path

Searched refs:defaultKeyId (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Drsn.c326 pRsn->defaultKeyId = pInitParam->defaultKeyId; in rsn_SetDefaults()
415 if (pRsn->defaultKeyId < MAX_KEYS_NUM) in rsn_setDefaultKeys()
418 tTwdParam.content.configureCmdCBParams.pCb = &pRsn->defaultKeyId; in rsn_setDefaultKeys()
423 …ACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: default key ID =%d \n", pRsn->defaultKeyId); in rsn_setDefaultKeys()
523 if (keyIndex == pRsn->defaultKeyId) in rsn_sendKeysNotSet()
554 if (keyIndex == pRsn->defaultKeyId) in rsn_removedDefKeys()
556 pRsn->defaultKeyId = 0; in rsn_removedDefKeys()
691 if (pParam->content.pRsnKey->keyIndex == pRsn->defaultKeyId) in rsn_getParam()
694 TRACE1(pRsn->hReport, REPORT_SEVERITY_WARNING, "default Key: %d\n", pRsn->defaultKeyId); in rsn_getParam()
761 pParam->content.rsnDefaultKeyID = pRsn->defaultKeyId; in rsn_getParam()
[all …]
DrsnApi.h200 TI_UINT8 defaultKeyId; member
Drsn.h133 TI_UINT8 defaultKeyId; member
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c848 …egReadWepKeyParameter (TWlanDrvIfObjPtr pAdapter, TI_UINT8 *pKeysStructure, TI_UINT8 defaultKeyId);
2664 sizeof p->rsnInitParams.defaultKeyId, in regFillInitTable()
2665 (TI_UINT8*)&p->rsnInitParams.defaultKeyId); in regFillInitTable()
2698 … regReadWepKeyParameter(pAdapter, (TI_UINT8*)p->rsnInitParams.keys, p->rsnInitParams.defaultKeyId); in regFillInitTable()
4555 …regReadWepKeyParameter (TWlanDrvIfObjPtr pAdapter, TI_UINT8 *pKeysStructure, TI_UINT8 defaultKeyId) in regReadWepKeyParameter() argument
4635 if(i==defaultKeyId) in regReadWepKeyParameter()