HomeSort by relevance Sort by last modified time
    Searched refs:defaultKeyId (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsn.c 326 pRsn->defaultKeyId = pInitParam->defaultKeyId;
415 if (pRsn->defaultKeyId < MAX_KEYS_NUM)
418 tTwdParam.content.configureCmdCBParams.pCb = &pRsn->defaultKeyId;
423 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: default key ID =%d \n", pRsn->defaultKeyId);
523 if (keyIndex == pRsn->defaultKeyId)
554 if (keyIndex == pRsn->defaultKeyId)
556 pRsn->defaultKeyId = 0;
691 if (pParam->content.pRsnKey->keyIndex == pRsn->defaultKeyId)
694 TRACE1(pRsn->hReport, REPORT_SEVERITY_WARNING, "default Key: %d\n", pRsn->defaultKeyId);
    [all...]
rsn.h 133 TI_UINT8 defaultKeyId;
rsnApi.h 200 TI_UINT8 defaultKeyId;
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 189 milliseconds