Searched refs:DOT11_BAR_CONTROL_FIELD_TID_BITS (Results 1 – 2 of 2) sorted by relevance
810 #define DOT11_BAR_CONTROL_FIELD_TID_BITS 0xf000 macro
774 uFrameTid = (uBarControlField & DOT11_BAR_CONTROL_FIELD_TID_BITS) >> 12; in RxQueue_ReceivePacket()