Home | History | Annotate | Download | only in src

Lines Matching refs:cckm_assoc

1572     cckm_assocInformation_t cckm_assoc;
1691 cckm_assoc
1692 cckm_assoc.assocRespBuffer = os_memoryAlloc (pCmdInterpret->hOs, cckm_assoc.assocRespLen);
1693 if (!cckm_assoc.assocRespBuffer) {
1697 memcpy(cckm_assoc.assocRespBuffer,(pParam->content.assocReqBuffer.buffer)+ASSOC_RESP_FIXED_DATA_LEN,cckm_assoc.assocRespLen);
1698 wrqu.data.length = cckm_assoc.assocRespLen;
1699 wireless_send_event(NETDEV(pCmdInterpret->hOs), IWEVASSOCRESPIE, &wrqu, (TI_UINT8*)cckm_assoc.assocRespBuffer);
1700 os_memoryFree(pCmdInterpret->hOs,cckm_assoc.assocRespBuffer,cckm_assoc.assocRespLen);