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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrlServ.c 81 SET_WLAN_WORD(&pHeader->qosControl, 0); /* We are using user priority 0 (BE) so no need for shift and endianess */
156 pDot11Header->qosControl = 0;
txCtrl.c 726 COPY_WLAN_WORD(&pDot11Header->qosControl, &uQosControl); /* copy with endianess handling. */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 704 TI_UINT16 qosControl;
732 qosControl = (TI_UINT16)userPriority;
733 qosControl <<= QOS_CONTROL_UP_SHIFT;
734 COPY_WLAN_WORD(&pBuffer->hdr.qosControl, &qosControl); /* copy with endianess handling. */
848 copyPayloadOffset = sizeof(pBuffer->hdr.qosControl) + AES_AFTER_HEADER_FIELD_SIZE - encryptionFieldSize;
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 246 TI_UINT16 qosControl;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 384 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */
    [all...]

Completed in 52 milliseconds