Lines Matching defs:fc
165 #define FC_VERSION(fc) ((fc) & 0x3) argument
166 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
167 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
168 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
169 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
170 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
171 #define FC_RETRY(fc) ((fc) & 0x0800) argument
172 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
173 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
174 #define FC_WEP(fc) ((fc) & 0x4000) argument
175 #define FC_ORDER(fc) ((fc) & 0x8000) argument
178 uint16_t fc; member
301 uint16_t fc; member
312 uint16_t fc; member
321 uint16_t fc; member
330 uint16_t fc; member
341 uint16_t fc; member
352 uint16_t fc; member
363 uint16_t fc; member
372 uint16_t fc; member
1934 uint16_t fc, const struct mgmt_header_t *pmh, in mgmt_body_print()
1981 uint16_t fc, const u_char *p) in ctrl_body_print()
2066 uint16_t fc, const u_char *p, const uint8_t **srcp, in data_header_print()
2161 uint16_t fc, const u_char *p, const uint8_t **srcp, in ctrl_header_print()
2219 uint16_t fc) in extract_header_length()
2269 uint16_t fc, const u_char *p, u_int hdrlen, in ieee_802_11_hdr_print()
2335 uint16_t fc; in ieee802_11_print() local