Home | History | Annotate | Download | only in rsn

Lines Matching refs:defaultKeyId

319     pRsn->defaultKeyId = pInitParam->defaultKeyId;
409 if (pRsn->defaultKeyId < MAX_KEYS_NUM)
412 whalParam.content.configureCmdCBParams.CB_buf = &pRsn->defaultKeyId;
418 ("RSN: default key ID =%d \n", pRsn->defaultKeyId));
521 if (keyIndex == pRsn->defaultKeyId)
554 if (keyIndex == pRsn->defaultKeyId)
556 pRsn->defaultKeyId = 0;
676 if (pParam->content.pRsnKey->keyIndex == pRsn->defaultKeyId)
679 WLAN_REPORT_WARNING(pRsn->hReport, RSN_MODULE_LOG, ("default Key: %d\n", pRsn->defaultKeyId));
752 pParam->content.rsnDefaultKeyID = pRsn->defaultKeyId;
882 pRsn->defaultKeyId = defKeyId;
886 whalParam.content.configureCmdCBParams.CB_buf = &pRsn->defaultKeyId;
892 ("RSN: default key ID =%d \n", pRsn->defaultKeyId));
939 pRsn->defaultKeyId = keyIndex;
1676 pRsn->defaultKeyId = keyId;