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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
AssocSM.h 105 TI_UINT8 assocReqBuffer[MAX_ASSOC_MSG_LENGTH];
assocSM.c 630 pParam->content.assocReqBuffer.buffer = pHandle->assocReqBuffer;
631 pParam->content.assocReqBuffer.bufferSize = pHandle->assocReqLen;
632 pParam->content.assocReqBuffer.reAssoc = pHandle->reAssoc;
636 pParam->content.assocReqBuffer.buffer = pHandle->assocRespBuffer;
637 pParam->content.assocReqBuffer.bufferSize = pHandle->assocRespLen;
638 pParam->content.assocReqBuffer.reAssoc = pHandle->reAssocResp;
678 &pHandle->assocReqBuffer[reqBuffIEOffset]);
692 pParam->content.assocAssociationInformation.RequestFixedIEs.Capabilities = *(TI_UINT16*)&(pHandle->assocReqBuffer[0]);
693 pParam->content.assocAssociationInformation.RequestFixedIEs.ListenInterval = *(TI_UINT16*)(&pHandle->assocReqBuffer[2])
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 704 reportStatus.dataBuf = (char *)(param.content.assocReqBuffer.buffer);
705 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 314 TI_UINT8 *assocReqBuffer;
741 TAssocReqBuffer assocReqBuffer;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]

Completed in 48 milliseconds