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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
StaCap.c 276 COPY_WLAN_WORD(pDataBuf + 2, &(tHtCapabilities.uHtCapabilitiesInfo));
279 COPY_WLAN_WORD(pDataBuf + 15, &(tHtCapabilities.tSuppMcsSet.uHighestSupportedDataRate));
283 COPY_WLAN_WORD(pDataBuf + 21, &(tHtCapabilities.uExteCapabilities));
templates.c 108 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
158 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
258 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
438 COPY_WLAN_WORD(&pBuffer->hdr.fc, &headerFC);
450 COPY_WLAN_WORD(pBuf, &pPrimarySite->beaconInterval);
455 COPY_WLAN_WORD(pBuf, &pPrimarySite->capabilities);
528 COPY_WLAN_WORD(&((dot11_IBSS_PARAMS_t *)(pBuf))->atimWindow, &pPrimarySite->atimWindow);
662 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
730 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
734 COPY_WLAN_WORD(&pBuffer->hdr.qosControl, &qosControl); /* copy with endianess handling. *
    [all...]
mlmeParser.c 220 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.capabilities , pData);
223 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.status , pData);
226 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.assocRsp.aid , pData);
427 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.beaconInerval , pData);
430 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.capabilities , pData);
555 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.beaconInerval , pData);
558 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.iePacket.capabilities , pData);
670 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.disAssoc.reason , pData);
686 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.auth.authAlgo , pData);
689 COPY_WLAN_WORD(&pHandle->tempFrameInfo.frame.content.auth.seqNum , pData)
    [all...]
mlmeBuilder.c 190 COPY_WLAN_WORD(pFctrl, &fc); /* copy with endianess handling. */
trafficAdmControl.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrlServ.c 94 COPY_WLAN_WORD(&pHeader->fc, &fc); /* copy with endianess handling. */
178 COPY_WLAN_WORD (&pDot11Header->fc, &headerFlags); /* copy with endianess handling. */
txCtrl.c 726 COPY_WLAN_WORD(&pDot11Header->qosControl, &uQosControl); /* copy with endianess handling. */
773 COPY_WLAN_WORD(&pDot11Header->fc, &fc); /* copy with endianess handling. */
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 384 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */
462 COPY_WLAN_WORD(&uSequenceControl, &pHdr->seqCtrl); /* copy with endianess handling. */
761 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */
773 COPY_WLAN_WORD (&uBarControlField, (TI_UINT16 *)pDataFrameBody); /* copy with endianess handling. */
    [all...]
  /hardware/ti/wlan/wl1271/utils/
tidef.h 263 #define COPY_WLAN_WORD(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[1]; \
327 * \def COPY_WLAN_WORD
330 #define COPY_WLAN_WORD(dst,src) ((TI_UINT8 *)(dst))[0] = ((TI_UINT8 *)(src))[0]; \
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
requestHandler.c 565 COPY_WLAN_WORD(&pCurrRequest->DurationTime, pData);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa.c 571 COPY_WLAN_WORD(&pWpaIePacket->version, &tempInt);
609 COPY_WLAN_WORD(&pWpaIePacket->authKeyMngSuiteCnt, &tempInt);
665 COPY_WLAN_WORD(&pWpaIePacket->pairwiseSuiteCnt, &tempInt);
    [all...]
admCtrlWpa2.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverCtrl.c 795 COPY_WLAN_WORD(&uHtCapabilitesField, pHtCapabilitiesIe->aHtCapabilitiesIe);
    [all...]

Completed in 116 milliseconds