Lines Matching defs:bit
962 /* There may be a problem w/ AP not having this bit set */
1006 print_radiotap_field(struct cpack_state *s, u_int32_t bit, int *pad)
1018 switch (bit) {
1055 /* this bit indicates a field whose
1059 printf("[0x%08x] ", bit);
1068 switch (bit) {
1134 #define BIT(n) (1 << n)
1136 (EXTRACT_LE_32BITS(__p) & BIT(IEEE80211_RADIOTAP_EXT)) != 0
1142 enum ieee80211_radiotap_type bit;
1186 /* clear the least significant bit that is set */
1189 /* extract the least significant bit that is set */
1190 bit = (enum ieee80211_radiotap_type)
1193 if (print_radiotap_field(&cpacker, bit, &pad) != 0)
1204 #undef BIT