Home | History | Annotate | Download | only in utils

Lines Matching refs:DOT11_FC_TO_DS

169   DOT11_FC_TO_DS               = ( 1 << 8  ),
337 #define GET_DA_FROM_DOT11_HEADER_T(pDot11Hdr) ((pDot11Hdr->fc & DOT11_FC_TO_DS) ? (pDot11Hdr->address3) : (pDot11Hdr->address1))