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

  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 810 #define DOT11_BAR_CONTROL_FIELD_TID_BITS 0xf000
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 636 uFrameTid = (uBarControlField & DOT11_BAR_CONTROL_FIELD_TID_BITS) >> 12;
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
802_11Defs.h 811 #define DOT11_BAR_CONTROL_FIELD_TID_BITS 0xf000
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 774 uFrameTid = (uBarControlField & DOT11_BAR_CONTROL_FIELD_TID_BITS) >> 12;
    [all...]

Completed in 23 milliseconds