Searched refs:qosControl (Results 1 – 5 of 5) sorted by relevance
81 …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()
726 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()
704 TI_UINT16 qosControl; in buildQosNullDataTemplate() local732 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()
246 TI_UINT16 qosControl; member
384 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */ in RxQueue_ReceivePacket()