/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
D | templates.c | 108 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */ in buildNullTemplate() 162 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */ in buildDisconnTemplate() 260 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */ in buildProbeReqTemplate() 420 COPY_WLAN_WORD(&pBuffer->hdr.fc, &headerFC); in buildProbeRspTemplate() 432 COPY_WLAN_WORD(pBuf, &pPrimarySite->beaconInterval); in buildProbeRspTemplate() 437 COPY_WLAN_WORD(pBuf, &pPrimarySite->capabilities); in buildProbeRspTemplate() 501 COPY_WLAN_WORD(&((dot11_IBSS_PARAMS_t *)(pBuf))->atimWindow, &pPrimarySite->atimWindow); in buildProbeRspTemplate() 635 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */ in buildPsPollTemplate() 703 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */ in buildQosNullDataTemplate() 707 COPY_WLAN_WORD(&pBuffer->hdr.qosControl, &qosControl); /* copy with endianess handling. */ in buildQosNullDataTemplate()
|
D | StaCap.c | 277 COPY_WLAN_WORD(pDataBuf + 2, &(tHtCapabilities.uHtCapabilitiesInfo)); in StaCap_GetHtCapabilitiesIe() 280 COPY_WLAN_WORD(pDataBuf + 15, &(tHtCapabilities.tSuppMcsSet.uHighestSupportedDataRate)); in StaCap_GetHtCapabilitiesIe() 284 COPY_WLAN_WORD(pDataBuf + 21, &(tHtCapabilities.uExteCapabilities)); in StaCap_GetHtCapabilitiesIe()
|
D | mlmeParser.c | 219 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.capabilities , pData); in mlmeParser_recv() 222 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.status , pData); in mlmeParser_recv() 225 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.aid , pData); in mlmeParser_recv() 426 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.beaconInerval , pData); in mlmeParser_recv() 429 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.capabilities , pData); in mlmeParser_recv() 554 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.beaconInerval , pData); in mlmeParser_recv() 557 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.capabilities , pData); in mlmeParser_recv() 669 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.disAssoc.reason , pData); in mlmeParser_recv() 685 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.auth.authAlgo , pData); in mlmeParser_recv() 688 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.auth.seqNum , pData); in mlmeParser_recv() [all …]
|
D | trafficAdmControl.c | 1212 COPY_WLAN_WORD(pDataBuf, &nominalMSDUSize); /* Nominal-MSDU-size. */ in trafficAdmCtrl_buildTSPec() 1213 COPY_WLAN_WORD(pDataBuf + 2, &nominalMSDUSize); /* Maximum-MSDU-size. */ in trafficAdmCtrl_buildTSPec() 1221 COPY_WLAN_WORD(pDataBuf + 48, &pTSpecInfo->surplausBwAllowance); in trafficAdmCtrl_buildTSPec() 1272 COPY_WLAN_WORD(&pTSpecInfo->nominalMsduSize, pData); in trafficAdmCtrl_parseTspecIE() 1277 COPY_WLAN_WORD(&pTSpecInfo->surplausBwAllowance, pData + 48); in trafficAdmCtrl_parseTspecIE() 1279 COPY_WLAN_WORD(&pTSpecInfo->mediumTime, pData + 50); in trafficAdmCtrl_parseTspecIE()
|
D | mlmeBuilder.c | 190 COPY_WLAN_WORD(pFctrl, &fc); /* copy with endianess handling. */ in mlmeBuilder_buildFrameCtrl()
|
/system/wlan/ti/wilink_6_1/TWD/Data_Service/ |
D | RxQueue.c | 350 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */ in RxQueue_ReceivePacket() 423 COPY_WLAN_WORD(&uSequenceControl, &pHdr->seqCtrl); /* copy with endianess handling. */ in RxQueue_ReceivePacket() 623 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */ in RxQueue_ReceivePacket() 635 …COPY_WLAN_WORD (&uBarControlField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. … in RxQueue_ReceivePacket() 664 …COPY_WLAN_WORD (&uBaStartingSequenceControlField, (TI_UINT16 *)pDataFrameBody); /* copy with endia… in RxQueue_ReceivePacket() 713 …COPY_WLAN_WORD(&uBAParameterField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. … in RxQueue_ReceivePacket() 756 …COPY_WLAN_WORD (&uStartingSequenceNumber, (TI_UINT16 *)pDataFrameBody); /* copy with endianess han… in RxQueue_ReceivePacket() 768 …COPY_WLAN_WORD(&uBAParameterField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. … in RxQueue_ReceivePacket()
|
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
D | txCtrlServ.c | 94 COPY_WLAN_WORD(&pHeader->fc, &fc); /* copy with endianess handling. */ in txCtrlServ_buildNullFrame() 178 COPY_WLAN_WORD (&pDot11Header->fc, &headerFlags); /* copy with endianess handling. */ in txCtrlServ_buildWlanHeader()
|
D | txCtrl.c | 697 COPY_WLAN_WORD(&pDot11Header->qosControl, &uQosControl); /* copy with endianess handling. */ in txCtrl_BuildDataPktHdr() 763 COPY_WLAN_WORD(&pDot11Header->fc, &fc); /* copy with endianess handling. */ in txCtrl_BuildDataPktHdr() 922 COPY_WLAN_WORD(&pDot11Header->qosControl, &tidWord); /* copy with endianess handling. */ in txCtrl_BuildMgmtPkt()
|
/system/wlan/ti/wilink_6_1/utils/ |
D | tidef.h | 268 #define COPY_WLAN_WORD(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[1]; \ macro 335 #define COPY_WLAN_WORD(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[0]; \ macro
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
D | admCtrlWpa.c | 572 COPY_WLAN_WORD(&pWpaIePacket->version, &tempInt); in admCtrlWpa_getInfoElement() 610 COPY_WLAN_WORD(&pWpaIePacket->authKeyMngSuiteCnt, &tempInt); in admCtrlWpa_getInfoElement() 666 COPY_WLAN_WORD(&pWpaIePacket->pairwiseSuiteCnt, &tempInt); in admCtrlWpa_getInfoElement()
|
D | admCtrlWpa2.c | 974 COPY_WLAN_WORD(&temp2bytes, wpa2Ie->rsnIeData); in admCtrlWpa2_parseIe() 1011 COPY_WLAN_WORD(&pWpa2Data->unicastSuiteCnt, wpa2Ie->rsnIeData + dataOffset); in admCtrlWpa2_parseIe() 1058 COPY_WLAN_WORD(&(pWpa2Data->KeyMngSuiteCnt), wpa2Ie->rsnIeData + dataOffset); in admCtrlWpa2_parseIe() 1102 COPY_WLAN_WORD(&capabilities, wpa2Ie->rsnIeData + dataOffset); in admCtrlWpa2_parseIe()
|
/system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
D | TWDriverCtrl.c | 790 COPY_WLAN_WORD(&uHtCapabilitesField, pHtCapabilitiesIe->aHtCapabilitiesIe); in TWD_CfgSetFwHtCapabilities()
|