Home | History | Annotate | Download | only in Connection_Managment

Lines Matching defs:rsn_setKey

254     pRsn->setKey = rsn_setKey;
1104 status = rsn_setKey (pRsn, pSecurityKey); /* send key to FW*/
1582 TI_STATUS rsn_setKey (rsn_t *pRsn, TSecurityKeys *pKey)
1678 TRACE0(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: rsn_setKey, Group ReKey timer started\n");
1691 TRACE0(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: rsn_setKey, Pairwise ReKey timer started\n");
1711 TRACE3(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: rsn_setKey, KeyType=%d, KeyId = 0x%lx,encLen=0x%x\n", pKey->keyType,pKey->keyIndex, pKey->encLen);