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

  /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...]

Completed in 150 milliseconds