Home
last modified time | relevance | path

Searched refs:qosControl (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxCtrlServ.c81 …SET_WLAN_WORD(&pHeader->qosControl, 0); /* We are using user priority 0 (BE) so no need for sh… in txCtrlServ_buildNullFrame()
156 pDot11Header->qosControl = 0; in txCtrlServ_buildWlanHeader()
DtxCtrl.c726 COPY_WLAN_WORD(&pDot11Header->qosControl, &uQosControl); /* 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/stad/src/Sta_Management/
Dtemplates.c704 TI_UINT16 qosControl; in buildQosNullDataTemplate() local
732 qosControl = (TI_UINT16)userPriority; in buildQosNullDataTemplate()
733 qosControl <<= QOS_CONTROL_UP_SHIFT; in buildQosNullDataTemplate()
734 COPY_WLAN_WORD(&pBuffer->hdr.qosControl, &qosControl); /* copy with endianess handling. */ in buildQosNullDataTemplate()
848 …copyPayloadOffset = sizeof(pBuffer->hdr.qosControl) + AES_AFTER_HEADER_FIELD_SIZE - encryptionFiel… in buildArpRspTemplate()
/hardware/ti/wlan/wl1271/utils/
D802_11Defs.h246 TI_UINT16 qosControl; member
/hardware/ti/wlan/wl1271/TWD/Data_Service/
DRxQueue.c384 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */ in RxQueue_ReceivePacket()