Home | History | Annotate | Download | only in Connection_Managment

Lines Matching defs:rsn_setKey

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