HomeSort by relevance Sort by last modified time
    Searched full:assocreqbuffer (Results 1 - 13 of 13) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
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...]
AssocSM.h 105 TI_UINT8 assocReqBuffer[MAX_ASSOC_MSG_LENGTH];
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
assocSM.c 629 pParam->content.assocReqBuffer.buffer = pHandle->assocReqBuffer;
630 pParam->content.assocReqBuffer.bufferSize = pHandle->assocReqLen;
631 pParam->content.assocReqBuffer.reAssoc = pHandle->reAssoc;
635 pParam->content.assocReqBuffer.buffer = pHandle->assocRespBuffer;
636 pParam->content.assocReqBuffer.bufferSize = pHandle->assocRespLen;
637 pParam->content.assocReqBuffer.reAssoc = pHandle->reAssocResp;
675 &pHandle->assocReqBuffer[reqBuffIEOffset]);
689 pParam->content.assocAssociationInformation.RequestFixedIEs.Capabilities = *(TI_UINT16*)&(pHandle->assocReqBuffer[0]);
690 pParam->content.assocAssociationInformation.RequestFixedIEs.ListenInterval = *(TI_UINT16*)(&pHandle->assocReqBuffer[2])
    [all...]
AssocSM.h 105 TI_UINT8 assocReqBuffer[MAX_ASSOC_MSG_LENGTH];
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
AssocSM.h 106 UINT8 assocReqBuffer[MAX_ASSOC_MSG_LENGTH];
assocSM.c 723 &pHandle->assocReqBuffer[reqBuffIEOffset], MAC_ADDR_LEN);
737 pParam->content.assocAssociationInformation.RequestFixedIEs.Capabilities = *(UINT16*)&(pHandle->assocReqBuffer[0]);
738 pParam->content.assocAssociationInformation.RequestFixedIEs.ListenInterval = *(UINT16*)(&pHandle->assocReqBuffer[2]);
744 pParam->content.assocAssociationInformation.OffsetRequestIEs = (UINT32)&pHandle->assocReqBuffer[reqBuffIEOffset];
    [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...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.c 695 reportStatus.dataBuf = (char *)(param.content.assocReqBuffer.buffer);
696 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 314 TI_UINT8 *assocReqBuffer;
741 TAssocReqBuffer assocReqBuffer;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 314 TI_UINT8 *assocReqBuffer;
727 TAssocReqBuffer assocReqBuffer;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h 390 UINT8 *assocReqBuffer;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c     [all...]

Completed in 389 milliseconds