Lines Matching defs:fc
116 #define FC_VERSION(fc) ((fc) & 0x3) argument
117 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
118 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
119 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
120 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
121 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
122 #define FC_RETRY(fc) ((fc) & 0x0800) argument
123 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
124 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
125 #define FC_WEP(fc) ((fc) & 0x4000) argument
126 #define FC_ORDER(fc) ((fc) & 0x8000) argument
129 u_int16_t fc; member
252 u_int16_t fc; member
263 u_int16_t fc; member
272 u_int16_t fc; member
281 u_int16_t fc; member
292 u_int16_t fc; member
303 u_int16_t fc; member
314 u_int16_t fc; member
323 u_int16_t fc; member