Home
last modified time | relevance | path

Searched refs:COPY_WLAN_WORD (Results 1 – 13 of 13) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
Dtemplates.c108 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */ in buildNullTemplate()
158 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */ in buildDisconnTemplate()
256 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */ in buildProbeReqTemplate()
434 COPY_WLAN_WORD(&pBuffer->hdr.fc, &headerFC); in buildProbeRspTemplate()
446 COPY_WLAN_WORD(pBuf, &pPrimarySite->beaconInterval); in buildProbeRspTemplate()
451 COPY_WLAN_WORD(pBuf, &pPrimarySite->capabilities); in buildProbeRspTemplate()
524 COPY_WLAN_WORD(&((dot11_IBSS_PARAMS_t *)(pBuf))->atimWindow, &pPrimarySite->atimWindow); in buildProbeRspTemplate()
658 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */ in buildPsPollTemplate()
726 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */ in buildQosNullDataTemplate()
730 COPY_WLAN_WORD(&pBuffer->hdr.qosControl, &qosControl); /* copy with endianess handling. */ in buildQosNullDataTemplate()
[all …]
DStaCap.c276 COPY_WLAN_WORD(pDataBuf + 2, &(tHtCapabilities.uHtCapabilitiesInfo)); in StaCap_GetHtCapabilitiesIe()
279 COPY_WLAN_WORD(pDataBuf + 15, &(tHtCapabilities.tSuppMcsSet.uHighestSupportedDataRate)); in StaCap_GetHtCapabilitiesIe()
283 COPY_WLAN_WORD(pDataBuf + 21, &(tHtCapabilities.uExteCapabilities)); in StaCap_GetHtCapabilitiesIe()
DmlmeParser.c220 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.capabilities , pData); in mlmeParser_recv()
223 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.status , pData); in mlmeParser_recv()
226 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.aid , pData); in mlmeParser_recv()
427 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.beaconInerval , pData); in mlmeParser_recv()
430 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.capabilities , pData); in mlmeParser_recv()
555 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.beaconInerval , pData); in mlmeParser_recv()
558 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.capabilities , pData); in mlmeParser_recv()
670 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.disAssoc.reason , pData); in mlmeParser_recv()
686 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.auth.authAlgo , pData); in mlmeParser_recv()
689 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.auth.seqNum , pData); in mlmeParser_recv()
[all …]
DtrafficAdmControl.c1224 COPY_WLAN_WORD(pDataBuf, &nominalMSDUSize); /* Nominal-MSDU-size. */ in trafficAdmCtrl_buildTSPec()
1225 COPY_WLAN_WORD(pDataBuf + 2, &maxMSDUSize); /* Maximum-MSDU-size. */ in trafficAdmCtrl_buildTSPec()
1233 COPY_WLAN_WORD(pDataBuf + 48, &pTSpecInfo->surplausBwAllowance); in trafficAdmCtrl_buildTSPec()
1284 COPY_WLAN_WORD(&pTSpecInfo->nominalMsduSize, pData); in trafficAdmCtrl_parseTspecIE()
1289 COPY_WLAN_WORD(&pTSpecInfo->surplausBwAllowance, pData + 48); in trafficAdmCtrl_parseTspecIE()
1291 COPY_WLAN_WORD(&pTSpecInfo->mediumTime, pData + 50); in trafficAdmCtrl_parseTspecIE()
DmlmeBuilder.c190 COPY_WLAN_WORD(pFctrl, &fc); /* copy with endianess handling. */ in mlmeBuilder_buildFrameCtrl()
/hardware/ti/wlan/wl1271/TWD/Data_Service/
DRxQueue.c384 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */ in RxQueue_ReceivePacket()
462 COPY_WLAN_WORD(&uSequenceControl, &pHdr->seqCtrl); /* copy with endianess handling. */ in RxQueue_ReceivePacket()
761 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */ in RxQueue_ReceivePacket()
773COPY_WLAN_WORD (&uBarControlField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. … in RxQueue_ReceivePacket()
802COPY_WLAN_WORD (&uBaStartingSequenceControlField, (TI_UINT16 *)pDataFrameBody); /* copy with endia… in RxQueue_ReceivePacket()
864COPY_WLAN_WORD(&uBAParameterField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. … in RxQueue_ReceivePacket()
907COPY_WLAN_WORD (&uStartingSequenceNumber, (TI_UINT16 *)pDataFrameBody); /* copy with endianess han… in RxQueue_ReceivePacket()
918COPY_WLAN_WORD(&uBAParameterField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. … in RxQueue_ReceivePacket()
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxCtrlServ.c94 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()
DtxCtrl.c726 COPY_WLAN_WORD(&pDot11Header->qosControl, &uQosControl); /* copy with endianess handling. */ in txCtrl_BuildDataPktHdr()
773 COPY_WLAN_WORD(&pDot11Header->fc, &fc); /* copy with endianess handling. */ in txCtrl_BuildDataPktHdr()
936 COPY_WLAN_WORD(&pDot11Header->qosControl, &tidWord); /* copy with endianess handling. */ in txCtrl_BuildMgmtPkt()
/hardware/ti/wlan/wl1271/utils/
Dtidef.h263 #define COPY_WLAN_WORD(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[1]; \ macro
330 #define COPY_WLAN_WORD(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[0]; \ macro
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DrequestHandler.c565 COPY_WLAN_WORD(&pCurrRequest->DurationTime, pData); in insertMeasurementIEToQueue()
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DadmCtrlWpa.c571 COPY_WLAN_WORD(&pWpaIePacket->version, &tempInt); in admCtrlWpa_getInfoElement()
609 COPY_WLAN_WORD(&pWpaIePacket->authKeyMngSuiteCnt, &tempInt); in admCtrlWpa_getInfoElement()
665 COPY_WLAN_WORD(&pWpaIePacket->pairwiseSuiteCnt, &tempInt); in admCtrlWpa_getInfoElement()
DadmCtrlWpa2.c970 COPY_WLAN_WORD(&temp2bytes, wpa2Ie->rsnIeData); in admCtrlWpa2_parseIe()
1007 COPY_WLAN_WORD(&pWpa2Data->unicastSuiteCnt, wpa2Ie->rsnIeData + dataOffset); in admCtrlWpa2_parseIe()
1054 COPY_WLAN_WORD(&(pWpa2Data->KeyMngSuiteCnt), wpa2Ie->rsnIeData + dataOffset); in admCtrlWpa2_parseIe()
1098 COPY_WLAN_WORD(&capabilities, wpa2Ie->rsnIeData + dataOffset); in admCtrlWpa2_parseIe()
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriverCtrl.c795 COPY_WLAN_WORD(&uHtCapabilitesField, pHtCapabilitiesIe->aHtCapabilitiesIe); in TWD_CfgSetFwHtCapabilities()