HomeSort by relevance Sort by last modified time
    Searched refs:qosControl (Results 1 - 13 of 13) 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...]
  /system/wlan/ti/wilink_6_1/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 697 COPY_WLAN_WORD(&pDot11Header->qosControl, &uQosControl); /* copy with endianess handling. */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
templates.c 677 TI_UINT16 qosControl;
705 qosControl = (TI_UINT16)userPriority;
706 qosControl <<= QOS_CONTROL_UP_SHIFT;
707 COPY_WLAN_WORD(&pBuffer->hdr.qosControl, &qosControl); /* copy with endianess handling. */
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 700 TI_UINT16 qosControl;
728 qosControl = (TI_UINT16)userPriority;
729 qosControl <<= QOS_CONTROL_UP_SHIFT;
730 COPY_WLAN_WORD(&pBuffer->hdr.qosControl, &qosControl); /* copy with endianess handling. */
844 copyPayloadOffset = sizeof(pBuffer->hdr.qosControl) + AES_AFTER_HEADER_FIELD_SIZE - encryptionFieldSize;
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 246 TI_UINT16 qosControl;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
templates.c 580 pBuffer->hdr.qosControl = (userPriority << QOS_CONTROL_UP_SHIFT);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h 216 UINT16 qosControl;
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 350 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
802_11Defs.h 246 TI_UINT16 qosControl;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.c 204 /* defined in QosMngr.c - used to update QosControl (userPriority) of a given packet after it has been "downgraded" due to admission control */
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 384 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */
    [all...]

Completed in 404 milliseconds