Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Drsn.c1082 TSecurityKeys *pSecurityKey = pParam->content.pRsnKey; in rsn_setParam() local
1086 …ION,"RSN:Set RSN_SET_KEY_PARAM KeyIndex %x,keyLength=%d\n",pSecurityKey->keyIndex,pSecurityKey->en… in rsn_setParam()
1088 if(pSecurityKey->keyIndex >= MAX_KEYS_NUM) in rsn_setParam()
1093 keyIndex = (TI_UINT8)pSecurityKey->keyIndex; in rsn_setParam()
1095 if ( (pSecurityKey->keyType == KEY_NULL) || in rsn_setParam()
1096 (pSecurityKey->encLen == 0)) in rsn_setParam()
1099 status = rsn_removeKey( pRsn, pSecurityKey ); in rsn_setParam()
1104 status = rsn_setKey (pRsn, pSecurityKey); /* send key to FW*/ in rsn_setParam()
1115 pRsn->keys[keyIndex].keyIndex = pSecurityKey->keyIndex; in rsn_setParam()
1116 pRsn->keys[keyIndex].encLen = pSecurityKey->encLen; in rsn_setParam()
[all …]